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

body {
	font: Arial, Helvetica, sans-serif;
	background: #b4e0e8;
	margin: 100px;
	padding: 0;
	color: #000;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px; 
	font-family: Arial, Helvetica, sans-serif;
	
}
a img { 	border: none;}

a:link {
	color: #42413C;
	text-decoration: none; 
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
.hover {
	background-image: url('hover.gif');
}

container {
	width: 900px;
	background: #fff;
	margin: 0 auto; 
}

header {
	background: #00a9c6;
	height: 150px;
	width: 900px;
	border:solid 1px; color:#FF0000;
}
.wrapper {background: #0ff0000; 
overflow: auto; 
border:solid 10px;
}

.sidebar1 {
	float: left;
	width: 180px;
	padding-bottom: 10px;
}
article {

	padding: 10px 0;
	width:900px;
	float: left;
}
mainContent {
	width:900px;
	float: left;
	background:#990066;
	height:600px;
}

.sidebar2 {
	float: right;
	width: 180px;
	padding: 10px 0;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


nav ul {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
	text-decoration: none;
}
nav ul li {
	color: #fff; 
	text-decoration: none;
}
nav ul a, nav ul a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px;  
	text-decoration: none;
	background: #00A9C6;
	height: 50px;
}
nav ul a:hover, nav ul a:active, nav ul a:focus { 
	background: #F00;
	color: #fff;
}

footer {
	padding: 50px 0;
	background: #00a9c6;
	position: relative;
	clear: both; 
	width: 900px;
	height:100px;
	
}
footer p {
	color:#fff;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}