* { margin:0; padding:0; }
html { overflow: -moz-scrollbars-vertical; }

body{ background: #000; font-family:Century Gothic,Helvetica,Verdana,Arial,sans-serif; font-size:12px; line-height:1.5em; color:#FFF; }

#maincontainer{ width: 900px; margin: 0 auto; margin-top: 35px; }

#topsection { height: 90px; }
#topsection-logo { float: right; }
#topsection-logo a { outline: none; }
#topsection-logo a img { border:none; }

#contentwrapper { float: left; width: 100%; }

#background, #background1, #background2, #background3 {
	margin-left: 175px; 
}
#background1 { background: url('images/05.jpg') no-repeat; } 
#background2 { background: url('images/05.jpg') no-repeat; } 
#background3 { background: url('images/05.jpg') no-repeat; } 

#titlebar { margin-left: 175px; height: 30px; }
#titlebar h1 { font-size:18px; font-weight:normal; padding-left: 15px; }
.contentcolumn{ 
	
	background:#333333;
	min-height:500px;
  	height:auto !important;
  	height:500px;
	 }
.contentcolumn h2 { padding: 15px 5px 5px 15px; font-size:14px; }
.contentcolumn p { padding: 5px 5px 5px 15px; }
.contentcolumn a { color: #FFF;}

#leftcolumn{
	float: left;
	width: 175px; 
	margin-left: -900px;
	margin-top: 50px;
}
.menu {}
.menu > ul {
	list-style-type: none;
}
.menu_item:link, .menu_item:active, .menu_item:visited  {
	font-size: 18px;
	color: #CCC;
	text-decoration:none;
}
.menu_item:hover {
	font-size: 18px;
	color: #666;
	text-decoration:none;
}

#footer{
	clear: both;
	color: #FFF;
	margin-left: 175px;
	padding-top: 15px;
	height: 35px;
}
#footer-left { float:left; display:inline; padding-left: 15px;}
#footer-right { float:right; padding-right: 15px;}
#footer a { color: #FFF; text-transform:uppercase; text-decoration:none; }
#footer a:hover { text-decoration:underline; }
