﻿body
{
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: BPG Glaho Arial, Sylfaen, Arial;
	font-size: 11px;
}

hr
{
	color: #DDD;
	background: #DDD;
	height: 1px;
	margin: 0;
}

img
{
	display: block;
	border: none;
}

a:link
{
	text-decoration: none;
	color: #5b6d83;
}
a:visited
{
	text-decoration: none;
	color: #5b6d83;
}
a:hover
{
	text-decoration: underline;
	color: #2468A2;
}
a:active
{
	text-decoration: none;
	color: #5b6d83;
}

#maincontainer
{
	width:962px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#topsection
{
	background: #FFF url(Images/bkg_mnu.gif) no-repeat bottom center;
	min-height: 41px;
	height: 280px; /*Height of top section*/
}


#contentwrapper
{
	float: left;
	width: 100%;
	background: #FFF url(Images/bkg_bdy.gif) no-repeat top center;
}

#contentcolumn
{
	margin: 0 190px 0 0; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}


#rightcolumn
{
	float: left;
	width: 190px; /*Width of right column*/
	margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
	
}

#footer
{
	clear: left;
	width: 100%;
	background: #FFF url(Images/bkg_ftr.gif) no-repeat top center;
	min-height: 45px;
}

#footerbase
{
	background: #FFF url(Images/bkg_ftr_base.gif) no-repeat top center;
	min-height: 45px;
}

#footer a
{
	color: #FFFF80;
}

#innertube
{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}
