body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-size: 12px;
}

a:link { color: #741513}
a:visited { color: #741513}
a:hover {
	color: #741513;
	text-decoration: none;
}
a:active { color: #741513}

h2{
	color: #741513;
}

h3{
	color: #741513;
}

#maincontainer{
	width: 840px; /*Center container on page*/
	border: 1px solid #000000;
	background-color: #F7EEC7;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#topsection{
	height: 120px; /*Height of top section*/
	background-color: #8E7966;
	background-image: url(images/header.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#topsection h1{
margin: 0px;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
	margin: 0 190px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#leftcolumn{
	float: left;
	width: 180px; /*Width of left column in pixel*/
	margin-left: -840px;
	font-size: 11px;
	line-height: normal;
}

#rightcolumn{
	float: left;
	width: 190px;
	margin-left: -190px;
	background-image: url(images/clocktower_02.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 150px;
	font-size: 11px;
	line-height: normal;
	color: #741513;
}

#footer{
	clear: left;
	width: 100%;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
	font-size: 10px;
	line-height: normal;
	background-color: #741513;
}

#footer a{
color: #FFFF80;
}

#footer h2{
	color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0px;
}
