/* CSS Document */
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color:#000000;
	color:white;
}
#master {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:1E4D9B;
}
#container {
	width:800px;
	background-color:1E4D9B;
}
#header {
	height:150px;
	width: 800px;
}
.title {
	font-family:Garamond;
	font-size:64px;
	margin-left:50px;
	margin-top:50px;
}
#header2 {
	height:150px;
	width: 800px;
}
.title2 {
	font-family:Garamond;
	font-size:36px;
	text-align:center;
}
#menu {
	margin-top:50px;
	height:40px;
	font-family:"comic Sans MS";
	font-size:16px;
	text-align:center;
	color:white;
}
.img {
	border:2px solid white;
}
a {
	color:#FFFFFF;
}
a:link {
	color:#FFFFFF;
}
a:visited {
	color:#FFFFFF;
}
a:active {
	color:#FFFFFF;
}
a:hover {
	color:#669933;
}
#Lcol {
	width:180px;
	float:left;
	height:600px;
	padding: 5px 5px;
}
#MainRcol {
	background-image:url(../images/star.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:600px;
	height:600px;
	padding: 5px 5px;
}
#Rcol {
	font-family:Georgia, "Times New Roman", Times, serif;
	width:600px;
	float:right;
	height:600px;
	padding: 5px 5px;
}
#Hcol {
	font-family:Georgia, "Times New Roman", Times, serif;
	width:600px;
	float:right;
	height:600px;
	padding: 5px 5px;
	background-attachment:scroll;
	background-image:url(../images/star_picture.jpg);
	background-repeat:no-repeat;
}
#Acol {
	width:180px;
	float:left;
	height:260px;
	padding:5px 5px;
}
#Bcol {
	width:360px;
	float:left;
	height:260px;
	padding:5px 5px;
}
.Ccol {
	width:290px;
	float:left;
	height:125px;
	padding:5px 5px;
}
.Dcol {
	width:290px;
	float:left;
	height:125px;
	padding:5px 5px;
}
#OneCol {
	width:800px;
	background-color:#000000;
	font-size:18pt;
	font:Papyrus;
	text-align:center;
}
#footer {
	width:800px;
	height:120px;
	float: left;
	text-align: center;
	font-size:10px;
}
.foot a:link {
	color:#99FF99;
}
.foot a:hover {
	color:#FFCC00;
}
