@charset "UTF-8";
/* CSS Document */


body {
	background:#f2d87f;
	}

#logo {
	margin:auto;
	width:1000px;
	border:1px solid #2276af;
	background:#f2d87f;
	}

#logo img {
	border:none;
	}


#menu {
	float:left;
	width:180px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 90%;
	color: #333;
	border-right:1px solid #2276af;
	height:1400px;
	background:#f2d87f;
	margin-right:10px;
	}
	
#menu ul {
	list-style:none;
	margin: 0;
	padding:0;
	border: none;
	width:180px;
	}
	
#menu li {
	border-bottom:1px solid #2276af;
	margin:0;
	padding:0px;
	}	
	
#menu li a {
	text-decoration:none;
	color:#383a47;
	display:block;
	padding:5px;
	}	
	
#menu li a:hover {
	background: #2276af;
	color:#fff;
	width:170px;
	}
#menu .current {
	background:#2276af;
	color:#fff;
	}
	
#content {	
	margin:auto;
	background:#f2d87f;
	width:1000px;
	height:1400px;
	color:#383a47;
	padding:0px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	border:1px solid #2276af;
	}
	
#content p {
	width:675px;
	font-size:12px;
		}

#content a {
	color:#383a47;
	}
	
#content a:hover {
	color:#fff;
	}
	
#footer {
	width:800px;
	font-size:12px;
	text-align:center;
	margin:10px auto;
	color:#383a47;
	}
