@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(bg.jpg);
	background-repeat:no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #080808;
}

#title {
	height: 38px;
	width: 162px;
	position: absolute;
	left: 715px;
	top: 19px;
}
#navigator {
	height: 283px;
	width: 800px;
	position: absolute;
	left: 77px;
	top: 77px;
}
#content {
	width: 800px;
	position: absolute;
	left: 77px;
	top: 380px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#text {
	height: 161px;
	width: 760px;
	position: absolute;
	left: 77px;
	top: 1006px;
	background-image:url(textbg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	text-indent: 35px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#text h2{
	font-size: 24px;
	padding: 0px;
	margin: 5px;
	letter-spacing: .5em;

}
#footer {
	width: 800px;
	position: absolute;
	left: 77px;
	top: 1187px;
	background-image:url(footer.gif);
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 0.25em;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 30px;
}
#footer a{
	color: #FFFFFF;

}
#footer a:link{
	color: #FFFFFF;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
#text_m{
	height: 780px;
	width: 760px;
	position: absolute;
	left: 77px;
	top: 380px;
	background-image:url(textbg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	text-indent: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
