@charset "UTF-8";
/* CSS Document */


/*<![CDATA[*/



body {
	color:#666666;
	font-family: Verdana;
	font-size:12px;
	line-height:14px;
	padding-bottom:0px;
	margin: 0 0 0 0;
}




#maincontainer{
width: 644px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
height: 300px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 45px;
}

#contentwrapper{
float: left;
width: 100%;
padding-top: 15px;
}

#contentcolumn{
	width:430px;
	margin: 15px 0px 0 5px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#twoContentcolumn{
	width:465px;
	padding:0 0 0 0;
	margin: 15px 0px 0 0px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}



#leftcolumn{
float: left;
width: 123px; /*Width of left column in pixel*/
margin-left: -644px; /*Set margin to that of -(MainContainerWidth)*/
margin-top:15px;
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-top:38px;
margin-left: -200px; /*Set left margin to -(RightColumnWidth)*/
}

.innertube{
margin: 00px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


#header { 
background: url(../img/bg_header.jpg) no-repeat;
height:254px;
width: 644px;
position:relative;

}  

#header, #footer { 
margin: 0px auto;
padding-bottom:6px;
width: 644px;
}


#footer {
	clear: left;
	padding: 10px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:75px;
	background-color:#FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;	
	width:100%;
	margin-top: 0px;
}
   
#topBanner
{
height:90px; 
}
