﻿html, body
{
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
}

#maincontainer
{
	margin: 0 auto;
	width: 1020px;
	text-align: left;
	background-repeat: repeat-y;
	border-top: 2px solid #ffbf11;
}
#topShadow
{
	width: 125px;
	height: 30px;
	font-family: Verdana;
	font-size: 12px;
	background-color: #ff1a17;
	margin: -4px 0 10px 30px;
	border: #ffbf11 2px solid;
	text-align: center;
}
#topShadow a, #topShadow a:link, #topShadow a:visited, #topShadow a:hover
{
	font-family: Verdana;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: White;
	text-decoration: none;
}
#topsection
{
	height: 190px; /*Height of top section*/
}

#topsection h1
{
	margin: 0;
	padding-top: 15px;
}

#contentwrapper
{
	float: left;
	width: 100%;
}

#contentcolumn
{
	margin: 0 175px 0 170px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn
{
	float: left;
	width: 170px; /*Width of left column in pixel*/
	margin-left: -1020px; /*Set margin to that of -(MainContainerWidth)*/
}

#rightcolumn
{
	float: left;
	width: 175px; /*Width of right column*/
	margin-left: -175px; /*Set left margin to -(RightColumnWidth)*/
}

#footer
{
	clear: left;
	width: 100%;
	background: #bcbdc1;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
	font-size: 12pt;
	font-weight: bold;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover
{
	color: White;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
}

.innertube
{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	word-wrap:break-word;
}

