@charset "UTF-8";

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
	}
	
#main_wrapper {
	width: 1024px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #6CF;
	}
	
#content {
	margin-left: 20px;
	}	

#content_inner {
	margin-top: 75px;
	padding: 0 160px 10px 0;
	}	

#content_inner a:link, #content_inner a:visited {
	color: #C00;
	text-decoration: none;
	}
	
#content_inner a:hover {
	color: #FFF;
	}	

#header_inner, #nav_inner, #content_inner {
	overflow: hidden;
	}	

#header_inner ul {
	text-align: center;
	margin-top: -1px;
	}

#header_inner li, #footer_inner li {
	display: inline;	
	font-size: 90%;
	padding: 0 5px 0 5px;
	text-decoration: none;
	border: 1px solid #030;
	}

#header_inner a:link, #header_inner a:visited, #footer_inner a:link, #footer_inner a:visited {
	font-size: 90%;
	color: #000;
	text-decoration: none;
	}

#header_inner a:hover, #footer_inner a:hover {
	color: #FFF;
	text-decoration: none;
	}

#footer_inner {
	padding: 0 0 10px 0;
	text-align: center;
	}		

#footer {
	clear: both;
	}

#copy a:link, #copy a:visited {
	font-size: 100%;
	color: #000;
	text-decoration: underline;
	}

#copy a:hover {
	color: #FFF;
	}

.bold {
	font-weight: bold;
	}
	
a:focus {
	outline-style: none;
	}	