html{
	background-image:  url(assets/background.jpg);
	background-repeat: repeat-y;
	background-color: #00004D;
}
body {
	background-color: #00004D;
	background-image:  url(assets/background.jpg);
	background-repeat: no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	margin:0px;
}
p {
	width: 500px;
	margin-left:20px;
}
h1{	margin-top:25px; font-size:11px;}
a {	color:#FFFFFF; text-decoration:none;}
a:hover {color:#FFFF00;}
.banner{
	margin:20px;
	float:left;
	margin-top:5px;
}
.list li a{
	list-style-type:circle;
	text-decoration:none;
}
.list li{	margin-top:15px;}
.small a {font-size:9px; text-decoration:none; color:#FFFFFF; }	
#page {
	width: 770px;
	border:#000066 1px;
	display:block;
	background-image:url(assets/mainbg_2.jpg);
	background-repeat: repeat-y;	
}
#content{
	width: 750px;
	background-color:#000033;
	margin-left:10px;
	margin-top:10px;
  	filter: alpha(opacity = 70);
	-moz-opacity: 0.7;
	border: dashed #000033 3px;
	outline: dashed #000033 3px;
}
#content p{
	width:420px;
	margin-left:120px;
	margin-top:10px;
}
#menu{
	margin:0px;
	width:770px;
}
#menu a{
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	margin-left:5px;
}
#menu a:hover {
}
#menu2 {
	position:absolute;
	left:590px;
	top:50px;
	width:150px;
	height:300px;
	z-index:5;
	border:#FFFFFF 1px dashed;
}
#menu2 ul li{
	list-style-type:circle;
	list-style-image:url(images/dot.gif);
	margin-left:-15px;
	vertical-align:middle;
	margin-top:30px;
	font-size:11px;
}
