﻿body
{
	font: normal 0.8em Arial, Sans-Serif;
	text-align:center;
	margin:0px;
	color:#5F5F5F;
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:60px;		/* Minimum width of layout - remove line if not require: */
}

#maincontainer{
width: 1024px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
text-align:left;
height:100%;
}

#topsection
{
height: 127px; /*Height of top section*/
}

#topsection .header
{
	height:108px;
	background:url(images/headerbg.png);
	overflow:hidden;
}

#topsection .header .logo
{
	margin-top:19px;
	margin-left:79px;
	width:162px;
	float:left;
	background:url(images/logo.png) no-repeat;
	height:73px;
	margin-right:56px;
}

#topsection .header .adbanner
{
 width:714px;
 height:83px;
 margin-top:13px;	
 background:white;
 float:left;
}

#topsection .menu
{
  background:#65B97D;
  height:19px;	
}

#contentwrapper{
width: 100%;
text-align:left;
margin:0 auto;
}

#contentcolumn
{
	margin-top:26px;
	margin-left:35px;
	float:left;
	width:460px;
}

#centercontent
{
 width:100%;
 text-align:center;
 display:table;
 height:400px;
}

#leftcolumn
{
float: left;
width: 147px; /*Width of left column in pixel*/

}

#rightcolumn
{
margin-left:58px;
float: left;
width: 321px; /*Width of right column*/
margin-top:26px;
}

#footer
{
	height:25px;
	border-top:solid 1px #eee;
	background:#F4F4F4;
}

#footer .CopyRight
{
	font-size:11px;
	text-align:center;
	color:#7B7B7B;	
    width: 1024px; 
    padding-top:7px;
}

#footer .Links
{
}

.innertube
{
}
