body {
	background:#4682B4;
	font-family:Arial, Helvetica, sans-serif;
}
/* defines the size of the content area */
#wrapper {
	width:960px;
	background-color:#FFF;
	margin: 0 auto;
}

#header {
	background-image:url('../images/header/header.jpg');
	background-repeat:none;
	width:100%;
	height:180px;
}

#header h1 {
	width:100%;
	text-align:center;
	line-height:180px;
}

#menu {
	width:100%; 
	clear:both;
	border:none;
	margin:0;
	padding:0;
	font-size:.85em;
}
#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	height:35px;
	background:#ccc;
}

#menu li {
	float:left;
	padding:0;
}

#menu li a {
	display:block;
	margin:0;
	padding:0 20px;
	text-align:center;
	text-decoration:none;
	line-height:35px;
}

#content {clear:both; }
/* one column layout */
#contentbar {
	padding:0 10px;
}

/*three column layout */
#leftbar {
	float:left;
	padding:0 10px;
	width:160px;
}

#rightbar {
	float:left;
	width:160px;
	padding:0 10px;
}

#centerbar {
	float:left;
	width:600px;
}

#footer {
	clear:both;
	background:#C0C0C0;
	min-height:90px;
}
