@charset "UTF-8";/* CSS Document */body {	margin:0px;	padding:0px;	color:#333333;	font-family: Helvetica, Arial, sans-serif;	font-size: 11px;	line-height: 21px;	background-image:url(imgs/background_grid2.jpg);	background-repeat: repeat;	text-align: center;}#body_home #nav_home a, 	#body_about #nav_about a, 	#body_portfolio #nav_portfolio a, 	#body_contact #nav_contact a {	background-color:#A9C95C;	color: white;	}#container{	width: 600px;	min-height: 550px;	color: #333333;	margin:50px auto 0 auto;	text-align: left;	background-image: url(imgs/headerBackground_03.png);	background-repeat: no-repeat;		background-color: #FFFFFF;}/* need to flesh this out to link the header image to the home page and change background images for each page#header{	background-image: url(imgs/headerBackground_03.png);	background-repeat: no-repeat;	background-color: #FFFFFF;	}	*/#sideBar{	float: left;	margin: 100px 0 0 0;	width: 140px;}#nav{	font-size: 12px;	padding: 0;	list-style-type: none;	width: 100px;	float: left; /*Contain floated list items*/}#nav li{	margin: 0;	padding: 0;	float: left; /*this corrects the */	width: 100%; /*whitespace bug in IE*/}#nav a{	display: block; /*to increase clickable area as links default to inline*/	color: #006666;	text-decoration: none;	padding: 0 15px;	line-height: 2; }#nav a:hover{	background-color:#006666;	color: #FFF;	}	#main{	width: 365px;	padding: 140px 20px 0 150px;	list-style-type: square;}#main li{	color: #006666;	line-height: 2;}h1{	font-size: 13px;	font-weight: bold;	color: #006666;}	#footer{	font-family: Arial, Helvetica, sans-serif;	font-size: 8pt;	position: relative;	margin: 0 0 0 0;	text-align: center;}		