﻿body
{
	font: normal 0.8em Arial, Sans-Serif;
	text-align:center;
	margin:0px;
	color:#454545;
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fffff;
	min-width:60px;		/* Minimum width of layout - remove line if not require: */
}

#maincontainer{
width: 1084px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
text-align:left;
height:100%;
}

#topsection
{
height: 127px; /*Height of top section*/
clear:both;
}

#topsection .header
{
    clear:both;
	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 #AdPlaceHolder
{
 width:714px;
 height:83px;
 margin-top:12px;
 background:#B1D6C6;
 float:left;
}

#topsection .menu
{
  background:#65B97D;
  height:20px;	
}

#contentwrapper
{
 position:relative;	/* This fixes the IE7 overflow hidden bug */
 clear:both;
 width:1084px;
 float:left;
 text-align:left;
 height:100%;
}

#contentwrapper #leftcolumn
{
float: left;
width: 149px; /*Width of left column in pixel*/
}

#contentwrapper #contentcolumn
{
	margin-top:26px;
	margin-left:38px;
	float:left;
	width:535px;
	overflow:hidden;
    
}


#contentwrapper #rightcolumn
{
width: 321px; /*Width of right column*/
margin-top:26px;
float:right;
}

#footer
{
    position:relative;	/* This fixes the IE7 overflow hidden bug */
    clear:both;
	height:25px;
	border-top:solid 1px #ccc;
	background:#D0F9FD;
	width:1084px;
}

#footer .CopyRight
{
	font-size:11px;
	text-align:center;
	color:#7B7B7B;	
    width: 1024px; 
    padding-top:7px;
}

#footer .Links
{
}

.innertube
{
	margin-bottom: 20px;
}

.MenuBox
{
    display:inline;
    float:left;
    width:490px;
}
.SearchBox
{
    display:inline;
    float:left;
    width:300px;
    vertical-align:middle;
    height:20px;
    padding-top:1px;
}
.SearchBox .TextBox
{
    height:14px;
    width:130px; 
    font-size:11px;
    border:solid 0px white;
}

.SearchBox .SearchButton
{
    height:17px;
    width:42px; 
    font-size:11px;
    border:solid 0px white;
    background:url(images/searchbutton.png) no-repeat;
    color:white;
}
