@charset "UTF-8";
/* Hide dotted image outline from Firefox and Netscape */ 
a { 
outline: none; }



body {
	background-color: #FFF;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

#wrapper {
	background-color: #FFF;
	width:930px;
}

#header {
	height:70px;
}

#topbar{
	height:35px;
	padding-top:35px;
	padding-left:150px;
	position:fixed;
}
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color:#FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	height: 600px;
	position:fixed;

	
}
#nav{
	padding-left:47px;
	padding-top: 300px;
	width:100px;
	background-color:#FFF;
	position:absolute;
	
	
}

#mainContent {
	margin-left:150px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	display:inline;
	
}

#maincontent ul{
	display:inline;
	list-style-type:none;
	float:left;
	white-space:nowrap;
	padding-left:150px;
	margin:0;
	
}

#maincontent li{
	display:inline;
	list-style-type:none;
}

#footer{
	text-align:left;
	padding-left:94px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCC;
	letter-spacing: 0px;
	text-indent: 55px;
}
	
