body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#preload img {
	height: 0; width: 0; border-width: 0;
	position: absolute;
	bottom: 0; left: 0; z-index: -30;
}

.text1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #024e88;
	text-decoration: none;
}
.text2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #620000;
	text-decoration: none;
}


.menu{
	list-style-type: none;
	padding: 0;
	width: 180px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-image: url(images/menu_1.jpg);
}

.menu li a{
	color: #00002d;
	display: block;
	width: auto;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(../images/menu1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 30px;
	height: 35px;
	text-align: center;
}


* html .menu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 180px;
	height: 35px;
}

.menu li a:visited, .glossymenu li a:active{
	color: #2d0000;
	text-decoration: none;
	height: 35px;
	width: 180px;
}

.menu li a:hover{
	background-image:   url(../images/menu2.jpg);
	color: #FFFFFF;
	line-height: 32px;
}
