/* Basics and Typography */

body {
	background: #0a136c;
	font: 0.81em/1.5em Tahoma, sans-serif;
	color: #8a8a8a;
	text-align: justify;
}

ol, ul {
	margin: 10px 8px 10px 5px;
}

a:link {
	color: #f6b529;
	text-decoration: none;
}

a:visited, a:active {
	color: #f6b529;
	text-decoration: none;
}
a:hover {	
	color: #b56e98;
	text-decoration: none;
}

input, textarea, select {
	background-color: #fff;
	color: #8a8a8a;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	border: #d87077 solid 1px;
}
blockquote {
	color: #303030;
	background-color: #f5f5f5;
	width: 500px;
	margin-left: 120px;
	padding: 10px;	
	line-height: 16px;
	border: 5px solid #ffc546;
}
code {
	font-family: "Courier New", monospace;
	color: #DE2F4C;
}
form, img {
	margin: 1px;
	padding: 1px;
	border: 0;
}



/* Layout */

#wrapper {
	width: 780px;
	margin: 50px auto 0 auto;
}

#header {
	float: left;
	background: #fff;
	width: 780px;
	height: 94px;
	margin: 0 auto;
	border-bottom: #0a136c 5px solid;
}
	
#content {
	float: left;
	padding: 10px 15px;
	margin: 0 auto;
        background: #fff;
	overflow: hidden;
	width: 750px;
}

#content h1, h2 {
		
	margin: 2px 0 0;
        color: #af4f58;
	width: 100%;
	padding-top: 5px;
	font: normal 1.44em 'Century Gothic', sans-serif;	}

#sidebar {
	float: left;
	width: 780px;
	height: 20px;
	color: #D5FFAB;
	font-size: 11px;
	background: #fff;
        text-align: justify;
	margin: 0 auto;
	

}

	/* Sidebar Styles */
	
	#sidebar {
	height: 30px;
	background: #c964a8;
	color: #fff;
}

#sidebar ul {
	padding: 0px;
	white-space: nowrap;
	margin: 0;
	
}

#sidebar ul li {
	display: block;
	float:left;
  	height: 30px;
  	width: 129px;
	line-height: 30px;
	list-style-type: none;
	font-size: 15px;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;

}

#sidebar ul li.home {
	display: block;
	float:left;
  	height: 30px;
  	width: 129px;
	line-height: 30px;
	list-style-type: none;
	font-size: 15px;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;

}





#sidebar ul li a {
	display: block;
	margin-top: 1px;
	text-decoration: none;
	color:#fff;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	font-family: 'Century Gothic', Tahoma, sans-serif;
	font-weight: normal;
	text-align: center;
	border: 0;
}

#sidebar ul li a:hover {
	color: #fff;
	background: #dc6869;
	height: 30px;
	border: 0;
	
}
	
	

#footer {
	clear: both;
	height: 50px;
	background: #fff url('images/footer.jpg');
	border-top: #0a136c 5px solid;
}

	/* Footer Styles */
	
	#footer p {
		text-align: right;
		padding: 5px 10px;
	}
