@import url(fontsizes.css);

body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin-top: 2px;
	text-align: center;
	height: 100%;
}

img{
	border: none;
}

/* layout */

#container{
	position: relative;
	text-align: center;
	margin: 0px ;
	padding: 0px;
	left: auto;
	height: 100%;
	margin-left:3%;
	margin-right:3%;
	}

#main{
	width:100%;
	position: absolute;
	text-align: left;
	margin: 0px;
	padding: 0px;
	left: 0px;
/*	height: 1000px; This breaks shadow effect in firefox slightly*/
	background-image: url(../images/rightBG.gif);
	background-repeat: repeat-y;
	background-position:right;
}

#leftSideContainer{
	background-image: url(../images/leftBG.gif);
	background-repeat: repeat-y;
	background-position: left;
}
div.top{
	color: #fff;
	height: 108px;
	background-color: #000;
	margin: 0px 4px 0px 4px;
	
}

div.topMenu{
	background-color: #EB7E26;
	color: #fff;
	height:24px;
	text-align: center;
	margin: 0px 4px 4px 4px;
	/*	border:1px solid green;*/
}

.topMenu .button{
	display:inline;
	margin-left:5px;
	margin-right: 5px;
}

.topMenu .button a:link,.topMenu .button a:visited{
	color: #fff;
}

.topMenu .button a:hover{
	color: silver;
}


.header{
	float:left;
	width: 442px;
}

.headerright {
	float: right;
}

.headerright .flag {
	margin: 0;
}


/*.trImage{
	float: right;
	margin-top: 4px;
	width:102px;
	vertical-align: top;
}

.top .flag {
	float: right;
	vertical-align: bottom;
}*/

td.leftMenu{
	color: #fff;		
	width: 25%;
	height: 100%;
	margin-left: 4px;
	padding-left: 3px;
}


.content{
	padding-top:15px;
	background-color: #fff;
}

.content table{
	text-align: center;
}

/* Right Column */

td.rightColumn{
	width: 20%;
	color: #000;
	padding: 3px 3px 3px 10px; 
	height: 1000px;
	border-left: 1px solid #CCCCCC;	
}
	
.rightColumn h1{
	font-size:small;
	margin-bottom: 0px;
	margin-top: 0px;
}

.rightColumn p{
	margin-bottom: 10px;
	margin-top: 0px;
}

/* Menu */

.leftMenu .menuTitle{
	color: #ff0000;
	font-size: small;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.leftMenu {
	font-size: smaller;
}
td.leftMenu{
	padding-left: 5px;
}

.leftMenu .button a.,.leftMenu .current a.{
	display: block;
	text-decoration: none;	
	vertical-align: middle;
	width:150px;
	margin: 2px;
	padding: 7px 2px 7px 2px;
}

.leftMenu .button a.{
	background-color: #FFBAA4;
	color: #000;
	text-decoration:none;
}

.leftMenu .current a.{
	background-color: #ff0000;
	color: #FFF;
	font-weight: bold;
	text-decoration:none;
}

/* Home Menu */
.leftMenu ul{
	margin-left: 18px;
	padding-left: 0px;
	margin-top: 2px;
	padding-top: 0;
}

.leftMenu li{
	list-style-image: url(../images/listitem.gif);
	vertical-align: middle;
	list-style-position: outside;
	margin-left: 0px;
}

.leftMenu .links a:link{
	text-decoration: underline;
	color: #ff0000;
}

.leftMenu .links a:visited{
	color: #FF9933;
	text-decoration: underline;
}


/* Imagees */
div.imageBlock{
	display: inline;
	text-align: right;
	width: 165px;
	float: right;
}

.imageBlock p{
	font-size: smaller;	
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.newsitem{
	border-bottom: 1px dashed gray;
}

table.gallery{
	width: 90%;
}

.gallery td{
	width:33%;
	text-align: center;
}

.gallery th{
	text-align: center;
}

.gallery td{
	vertical-align: top;
}


th,td{
	text-align: left;
	vertical-align: top;
}

table#guest{
	margin-top:10px;
	width: 95%;
	border-collapse: collapse;
	border:1px solid #EB7E26;
}

#guest th{
	width:100px;
}

div.address{
	margin-top:10px;
	margin-bottom:10px;
}

.address p{
	margin-top:0px;
	margin-bottom: 0px;
}

.error{
	font-weight: bold;
	color:red;
}

.date{
	margin: 0px;
	padding: 0px;
	font-size: x-small;
}

.top{
	text-align: right;
}

#contentTable {
	width:100%;
	margin: 0px;
	background-image: url(../images/leftBG.gif);
	background-repeat: repeat-y;
}

dt{
	color:#000
}

dd{
	color:#f00
}

.white a,.yellow a,.orange a,.green a,.purple a,.brown a,.black a{
	color:#000;
	background-color: #fff;
	
}

.white{
	background-color: #FFF;
	text-align: center;
}

.yellow{
	background-color: #F3F400;
	text-align: center;
}

.orange{
 background-color: #FFA500;
 
 text-align: center;
}

.green{
	background-color: #669933;
	text-align: center;
}

.purple{
	background-color: #C54FFF;
	text-align: center;
}

.brown{
	background-color: #996600;
	text-align: center;
}

.black{
	background-color: Black;
	text-align: center;
}

.welcome{
	text-align: center;
	font-style: italic;
}

#footer{
	background: #EB7E26;
}

#footer img{
	float: right;
}

#footer a{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 37px;
	margin-left: 10px;
}