/* Old Scrollbar Fix
html 
{
margin-bottom: 1px;
}*/

/**@import url(http://fonts.googleapis.com/css?family= 'Lato'|Raleway:500);**/
@import url(http://fonts.googleapis.com/css?family= 'Karla');


html {
    overflow-y: scroll;
	height: 100%;
}

body{ 
background: #cbcbcb url("/draw/bright_squares.jpg");
/*border-top: 5px solid #7c9323;*/
text-align: left;
height: 100%;
}


#frame {
width: 900px;
height: 100%;
background: #ffffff;
margin: 0 auto;
}

#contentheader {
background: #ffffff;
}

/*#contentheader a {color:#fff; text-decoration:none;}
#contentheader a:link {color:#fff; text-decoration:none;}
#contentheader a:hover {color:#fff; text-decoration: none;}
#contentheader a:visited {color:#fff; text-decoration:none;}
#contentheader a:active {color:#fff; text-decoration:none;}
*/

#nav{
	background: #ffffff;	
	text-align: left;
	border-bottom: 1px dashed #dfdfdf;
	padding: 0 0 1px 0;
}

#nav ul {
list-style-type:none;
width:100%;
padding: 0;
margin: 0;
font-family: 'Karla', sans-serif; font-size: 110%; line-height:225%; letter-spacing: .10em; text-transform:uppercase;
}

#nav ul a {background:#fff; color:#7c9323; font-weight:400; text-decoration:none;}
#nav ul a:hover {background:#fff; color:#7c9323; font-weight:400; text-decoration:none;}
#nav ul a:link {background:#fff; color:#7c9323; font-weight:400; text-decoration:none;}
#nav ul a:visited {background:#fff; color:#526027; font-weight:400; text-decoration:none;}
#nav ul a:active {background:#fff; color:#b3d76e; font-weight:400; text-decoration:none;}

/*a {color:#7c9323; font-weight:600; text-decoration:none;}
a:link {color:#7c9323; font-weight:600; text-decoration:none;}
a:visited {color:#526027; font-weight:600; text-decoration:none;}
a:hover {background:#d2e4a4; color:#7c9323; font-weight:600; text-decoration:none;}
a:active {color:#b3d76e; font-weight:600; text-decoration:none;}
*/

#nav li {display:inline;
	padding: 0 0px 0 20px;
	margin: 0 3px;
	}
	

#contentcontainer{
	float: left;
	background: #ffffff;
	width: 900px;
	}

#contentleft {
width: 155px;
background: #ffffff;
float: right;
text-align: left;
padding: 15px 15px 0 15px;
margin: 10px 0 10px 0;
display: inline;
}

input {
    margin-top: 8px;
}

#contentcenter {
clear: left;
float: left;
text-align: left;
width: 660px;
padding: 15px 20px 0 30px;
margin: 10px 0px 10px 0px;
background: #ffffff;
border-right: 1px dashed #dfdfdf;
display: inline;
}

#footer {
clear: both;
background: #ffffff;
text-align: left;
padding: 5px 0 0 25px;
border-top: 1px dashed #dfdfdf;
position: relative;
}

