#container
{
	position: relative;
	top: 99px;
	left: 28px;
	width: 947px;
	height: 570px;
	padding: 0px;
	z-index: 0;
	background-image: url(../img/mainBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu
{
	position: absolute;
	top: 97px;
	left: 228px;
	width: 656px;
	height: 39px;
	background-color: #12a5aa;
}

#content
{
	position: absolute;
	top: 136px;
	left: 228px;
	width: 610px;
	height: 263px;
	margin: 28px;
	overflow: auto;
}

#image
{
	position: absolute;
	top: 138px;
	left: 26px;
	width: 201px;
	height: 307px;
}

#footer
{
    position: absolute;
    top: 548px;
	left: 229px;
	width: 719px;
	height: 21px;
	font-size: 11px;
	color:#ffffff;	
}

#footer a { color:#ffffff; text-decoration:none}
#footer a:hover {text-decoration:underline}

body 
{
	margin:0px;
	padding:0px;
	text-align: left;
	font-family: tahoma, verdana;
	font-size:10px;
	color:#000000;
	line-height:14px;
	background-color: #c72127;
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

h1
{
	font-size:11px;
	color: #e87b1e;
	margin-top: 10px;
	margin-bottom: 6px;
}

a { color:#000000; text-decoration:none}
a:hover {text-decoration:underline}

.menuItem
{
	position: relative;
	float: left;
	font-family: verdana, tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color:#ffffff;
	padding:14px;
}

.menuItem a { color:#a0dbdd; text-decoration:none}
.menuItem a:hover {text-decoration:none}


.indent
{
	position: relative;
	float: left;
	padding:7px;
}

