#firstpage
{
	background-color: #142C4D;
	position: relative;
	top: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 678px;
	padding: 10px;
	border: 1px solid #000000;
	min-height: 150px;
	background-image:   url("images/design/bg.jpg");
}
#main
{
	margin: 0px;
	padding: 0px;
}
#header, #body, #footer
{
	width: 698px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-image:   url("images/design/bg.jpg");
}
#header
{
	padding: 0px;
	height: 100px;
}
#body
{
	border-top: 1px solid #AABDE8;
	border-bottom: 1px solid #AABDE8;
	padding: 5px 0px 5px 0px;
	background-color: #142C4D;
}
#menu
{
	width: 100px;
	margin: 0px;
	padding: 0px;
	float: left;
	/*border-right: 1px solid #ffffff; debug*/
}
/* Removal of IE 3px gap bug */
* html body #body
{
	margin-top: -3px;
}
* html body #menu
{
	margin-right: -6px;
}
* html body #text
{
	margin-left: 97px;
}
#text
{
	width: 584px;
	margin-left: 100px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #AABDE8;
}
#footer
{
	padding: 3px 0px 3px 0px;
	border-bottom: 1px solid #000000;
	text-align: center;
}
BODY
{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #001B37;
	background-image:   url("images/design/back.gif"); 
}
h1
{
	margin-top: 0px;
	font-size: x-large;
	font-weight: bolder;
}
h2
{
	font-size: medium;
}
h3
{
	font-size: small;
	font-weight: bold;
}
#menu ul
{
	padding: 0px;
	margin: 0px;
	text-align:center;
}
#menu li
{
	list-style-type: none;
}
#menu a, #menu a:link, #menu a:visited
{
	display: block;
	padding: 2px 0px 2px 0px;
	width: 100%;
	color: #AABDE8;
	/*background-color: #142C4D;*/
	text-decoration: none;
}
#menu a:hover
{
	color: #142C4D;
	background-color: #AABDE8;
}
a:link, a:visited
{
	color: #AABDE8;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
.center
{
	text-align: center;
}
a img
{
	border: 0px;
}
img.float
{
	border: 0px;
	float: left;
}