@charset "utf-8";
body {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 12px;
	color: #444127;
	background-color: #A39A89;
	margin: 30px 0px 30px 0px;
	padding: 0px;
	text-align: center;
}
.bgbody {background: #CAC8BE;}
.clear {clear: both; display: block; height: 0px; padding: 0px; margin: 0px;}

#container {width: 929px; margin: 0 auto;}
	#header {width: 917px; margin: 0 auto; height: 54px; display: inline;}
		#logo {float: left; width: 196px;}
		#nav {float: right; margin: 38px 0px 0px 0px; width: 500px;}
			#nav ul {
				margin: 0;
				padding: 0;
				list-style-type: none;
				font-family: "Century Gothic", Verdana, Arial;
				font-size: 12px;
				color: 000;
			}
			#nav li {display: inline;}
			#nav li a{
				float: right;
				display: block;
				text-decoration: none;
				margin: 5px 15px 0px 0px;
				color: #000;
			}
			#nav li a:hover, #nav .selected {
				margin: 5px 15px 0px 0px;				
				color: #FFF;
			}
			
	#shadowtop {width: 929px; height: 14px; background: url(images/shadowtop.gif) no-repeat;}
	#wrapper {background: url(images/wrapperbg.gif) repeat-y; padding: 10px 15px 10px 15px; text-align: left;}
		#wrapper a {color: #444127; font-family: "Century Gothic", Verdana, Arial; font-size: 12px; text-decoration: underline;}
		#wrapper a:hover {color: #636256; font-family: "Century Gothic", Verdana, Arial; font-size: 12px; text-decoration: underline;}		
	#logincontainer {background: url(images/wrapperbg.gif) repeat-y; padding: 0px 15px 0px 15px;}
		#welcometext {float: left; width: 409px; margin: 90px 47px 0px 47px; text-align: left;}
			#welcometext p {line-height: 15px; color: #444127; font-family: "Century Gothic", Verdana, Arial; font-size: 13px;}
		#loginimg {float: left; width: 396px; height: 500px; background: url(images/login.jpg) no-repeat;}
	#shadowbot {width: 929px; height: 30px; background: url(images/shadowbot.gif) no-repeat;}	
