/* LAYOUT */
body {
	margin: 0;
	padding: 0 8%;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
	background-color:#000;
}
/*
#nav{
	float:left;
	width:100%;
	background-color:#000;
	border-bottom-width:.5px;
	border-style:solid;
	}
*/	
#container{
	position: relative;
	width: 800px;
	margin: 0 auto;
	font-size: 95%;
	text-align: left;
	border-top: 3px solid #666;
	background: #EBF4D9;
}

#content {
	float: left;
	width: 57%;
	}
	
#content-inner {
	margin: 35px 70px 30px 40px;
	width:100%;	
}
	
#sidenav {
	float: right;
	width:30%;
	font-size: 90%;
	line-height: 1.5em;
	color: #777;
	/*
	background-color:#d6d19c;
	*/
	background-color:#B8AF8A;
}

#header{
	padding:20px 20px 20px 20px; 
	width:800px;
	background-image: url("/FrostyLabs/common/img_s/header.gif");
	background-repeat:no-repeat;
}

#footer, #footer a, #footer a:hover{
	text-align:center;
	background-color:#009;
	color:#fff;
	clear:both;	
}
	
/* LAYOUT */

/* begin content control */
#content-inner h3,  #content-inner h4, #content-inner h5, #content-inner h6{
	list-style:none;
	padding-left:25px;
	font-weight:bolder;
}

/* end content control */
/* begin side nav control */
#sidenav h3{
	
	background-color:#161211;
	color:#d6d19c;	
	font-weight:bolder;
	list-style-type:none;
	font-family:verdana, sans-serif;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;
	width:100%;
	font-size:16px;
	
}

#sidenav{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color:#fff;
	}
	
#sidenav  li, #sidenav  li a, #sidenav ul li:hover, #sidenave li:hover a{
	text-align:center;
	list-style-type: none;
	font-family:verdana, sans-serif;
	width:100%;
	height:30px;
	font-size:14px;
	vertical-align:middle;
	/*color:#000000;*/
	color:#4f0c13;
	background-color:#B8AF8A; 
	display:block;	
}
/* #sidenav ul li:hover,  */
#sidenav ul li:hover, #sidenav ul li:hover a, #sidenav li a:hover{

	text-align:center;
	list-style-type: none;
	font-family:verdana, sans-serif;
	font-size:14px;	
	height:30px;
	vertical-align:middle;
	background-color:#4f0c13;
	color:#d6d19c;	
	display:block;	

}
#poweredBy{ text-align:center; width:300px; }
/* end side nav control */

/* begin base styles */
h1{ 
	display:block; 
	text-align:center;	
	width:800px;
	font-size:40px;
	color:#fff;
}

h1 span#grp{ color:#000; }

a{	
	/* color:#2F334A; */
	color:#162855;
	font-weight:bold;
	text-decoration:none;
}
a:hover{	text-decoration:underline; }
p{	display:block; }

h2, h3, h4, h5{
	font-family:verdana, sans-serif;
	color:#753520;
}
/* end base styles */