@charset "utf-8";
/* CSS Document */

html 
{
	height: 100%;
	min-height:100%;
}

body {
	text-align:center;
	margin:0;
	background-image: url(../images/mainpagebg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	height:100%;
	min-height: 100%;
	color: #424230;
}
#container {
	margin:0px auto 0px auto;
	width:761px;
	background-color:#CCCCCC;
	min-height:86.4%;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
}
#header {
	width:761px;
	margin: 0 auto;
}
.imgborder {
	border: 2px solid #984C4E;
}


#contentmenucontainer {
	margin: 0 auto;
	text-align: left;
	width:761px;
	height:100%;
	min-height:100%;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	/*border: solid 1px red;*/
}

#content {
	color:#984c4e;
	width:570px;
	background-color:#e0d4d4;
	background-image: url(../images/contentbgtop.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float:right;
	padding:5px;
	height:100%; 
	min-height:100%; 
	/*border: solid 1px blue;*/
}
#menu {
	width:181px;
	float:left;
	height:100%; 
	min-height:100%; 
	/*border: solid 1px green;*/
}
#footer {
	width:761px;
	height:100px;
	background-color:#bb9791;
	vertical-align: bottom;
	bottom: 0px;
	padding: 0px;
	font-size: 14px;
	margin: 0 auto;
	background-image: url(../images/footer.jpg);
	background-position: left top;
	background-repeat: no-repeat;

}	
#footercontainer {
	background-image:url(../images/footerbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align:bottom;
}
.footertitlebrown {
	color: #614729;
}
.footertextbrown {
	color: #424230;
}
.navlink {
	text-decoration: none;
	border-style: none;
}
.caltable {
	border:solid 1px #746711;
}

.caltabletdul {
	border-bottom:solid 1px #746711;
}

.caltable select {
	border:solid 1px #746711;
	padding:0px;
	margin:0px;
}
#flashcontent {
	width: 560px;
	border:0px;
	margin:0px;
		}
a:link {color: #ecebdf; text-decoration: underline}
a:visited {color: #ecebdf; text-decoration: underline}
a:hover {text-decoration: underline}

