body
{
	margin : 30px 0px 0px 0px;
	padding : 0px;
	background-color : #003A63;
	font-family : palatino, palatino linotype, times, serif;
}

#layout
{
	width : 800px;
	margin : auto;
	background-color : white;
}

#on_off
{
	text-align : right;
	background-color : #003A63;
}

#nav
{
	background-image: url(../images/nav_logo.gif);
	background-repeat: no-repeat;
	height: 27px;
	padding-top : 15px;
	padding-left : 175px;
}

html>body #nav
{
	padding-top : 20px;
	height : 22px;
}

#nav a 
{
	color : #FFFFFF;
	text-decoration: none;
	padding-left : 20px;
	text-transform : lowercase;
}

#nav a:hover 
{
	text-decoration: underline;	
	color : #CBE9F0;	
}

#main_content
{
	width: 545px;
	float: left;
	border-right: 1px dashed #C0C0C0;
	font-size : 14px;
	padding : 20px;
	color: #666666;
}

#main_content h1
{
	color: #A14117;
}

#side_content
{
	float : left;
	width : 185px;
	padding : 10px;
}

#side_content h2
{
	color: #A14117;
	font-size : 16px;
}

#side_content a
{
	border : 1px solid #eceeed;
	margin : 5px;
	width : 45px;
	height : 45px;
	float : left;
}

#side_content a:hover
{
	border : 1px solid #9ed32d;
}

#side_content a img
{
	margin : 5px;
}

#clear 
{
	clear : both;
}

#footer
{
	color : white;
	width : 800px;
	margin : auto;
	padding-top : 15px;
	padding-bottom : 10px;
	text-align : center;
	font-size : 11px;
}

#footer a
{
	color : white;
}