body {
	
	margin:20px;
	margin-top: 0;
	background-color: #97cbff;
}

* {
	margin:0;
	padding:0;
}

#wrapper {
	margin:0 auto;
	padding:5px;
		background-color: white;
		min-height: 800px;
		min-width: 960px;
		max-width: 960px;
	
}

.fixed {
	width:760px;
}

.fluid {
	width:90%;
}

#header {
	height:110px;
	
	
}



#sidebar {
	float:left;
	width:180px;
	padding:0 10px;
	margin:0 5px 0 15px;
font-family:"Trebuchet MS",Arial,sans-serif;
font-size: 0.8em;
line-height: 1.8em;

}

#sidebar a, a:visited{
	color: black;
	text-decoration: none;
	font-style: bold;

}
#sidebar  a:active{
	color: black;
	text-decoration: underline;
}
#sidebar  a:hover{
	color: black;
	text-decoration: underline;
}
#sidebar ul
{
list-style-type: none;
}

#content {
	padding:0 15px;	
	margin-left: 215px;
}

#content a, a:visited{
	color: black;
	text-decoration: underline;
	font-style: bold;

}
#content  a:active{
	color: black;
	text-decoration: underline;
}
#content  a:hover{
	color: black;
	text-decoration: underline;
}
#content ul
{
list-style-type: none;
padding-top: 10px;
padding-bottom: 20px;
}


.with_sidebar {
	margin:0 0 0 0px;
}
#demo-container{padding:25px 15px 0 15px;background:#67A897;}


