body {

	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;


}


H1 {

	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	}


#wrapper {
	position:relative;
	top:15px;
	width: 830px;
	margin: 0 auto;
	z-index:2;
	}
	
#top {
	position:relative;
	width: 830px;
	height:465px;
	}
	
#top1{
	position:relative;
	width: 830px;
	height: 1000px;
	}
	
img { border: none; }
	
.homepage {

background-image: url('../images/top-homepage.jpg');

}

.subpage {

background-image: url('../images/top-subpage.jpg');
background-repeat: no-repeat;

}

.listtext {

font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	list-style-image:url("../images/bullet.png");


}
	
#content {

	position: relative;
	top:175px;
	margin: 0 auto;
	width:700px;
	
	}
	
#content_left {
	float:left;
	width:400px;
}

#content_right
	float:right;
	width:300px;
	text-align:right;

}
#nav {

	position:relative;
	margin: 0 auto;
	width: 829px;
	height: 151px;
	}
	
#footer {

	position:relative;
	margin: 10px auto;
	width: 829px;
	height: 50px;
	}
	
#footer_left {
	
	float:left;

}

#content a {
color: #ffffff;
text-decoration: none;
}

#content a:hover {
text-decoration: underline;
}

#footer_right {

	text-align: right;
	float: right;
	}

.announcement {
font-size: 2em;
}

.announcement a {
color: #ffffff;
text-decoration: none;
}

.announcement a:hover {
text-decoration: underline;
}