body{
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#94bac3;
}

#maincontainer{
width: 850px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color:#FFFFFF;
}

#topsection{
background: #528693;
height: 346px; /*Height of top section*/
}

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

#contentcolumn2{
margin: 0;
}

#contentwrapper2{
width: 100%;
}

#contentcolumn{
margin: 0 200px 0 210px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
text-align:justify;
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column in pixel*/
margin-left: -850px; /*Set margin to that of -(MainContainerWidth)*/
font-size:10px;
background-color:#d9d9d9;
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column*/
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
}

#footer{
clear: left;
background: #333;
color: #FFF;
padding:10px;
height:15px;
font-size:11px;
}

#footer a{
color: #ffffff;
text-decoration:none;
}

.innertube{
padding: 10px;
}

#menu{
	height: 300px;
	z-index:10;
	position: absolute;
	left: 685px;
	top: 218px;
}

#spare{
	position: relative;
}

.wireframemenu{
border: 1px solid #ffffff;
background-color: #333333;
border-bottom-width: 0;
width: 150px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #ffffff;
text-decoration: none;
border-bottom: 1px solid #ffffff;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #94bac3;
color: black;
}
#new {
	clear:both; padding-top:100px;
}
