﻿body {
position:relative;
line-height: 100%;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
text-align: center; color:#DEDA9B;
background: url('../images/backgroundmap.jpg');
background-repeat:repeat;
}

a:link, 
a:visited {
	text-decoration: none;
	color:#DEDA9B;
}

a:hover {
	border-bottom: #bdf 1px solid;
}

a.main:link {color: blue; text-decoration: none}
a.main:hover {color: brown; text-decoration: underline} 
a.white:active {color: red; text-decoration: underline}
a.main:visited {color: navy; text-decoration: none}
a.main:visited:hover {color: brown; text-decoration: underline}

#mainContainer {
position:relative;
width: 900px;
min-height: 550px;
border: 3px solid #CCCCCC;
background-color:#440000;
background-image:url("../images/logo.jpg");
background-repeat:no-repeat;
}

#mainBody {
margin-top: 225px;
min-height: 403px;
width: 900px;
}


#leftContent {
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
height: 403px;
width: 200px;
}


#centerContent {
	margin-top: 0px;
	margin-left: 0px;
	min-height: 403px;
	width: 500px;
	background-color: #FFFFFF;
	padding-left: 6px;
	padding-right: 6px;
	padding-top:6px;
}


#rightContent {
margin-left: 0px;
margin-right: 0px;
width: 200px;
height: 403px;
}


