/* CSS Document */

html {
		background-color:		#000000;
}

#allcontent {

		width:					960px;
		margin-left:			auto;
		margin-right:			auto;
		background-image:		url(../images/bkgrnd.jpg);
		background-repeat:		repeat-y;
}

body {
		font-family:			Arial, Helvetica, sans-serif;
}

#header {
		text-align:				center;
		background-image:		url(../images/banner.gif);
		width:					960px;
		height:					150px;
		border-bottom:			double;
}

#maintext {
		padding-left:			210px;
		padding-right:			10px;
}

#center {
		text-align:				center;
}

#navigation {
		float:					left;
		width:					200px;
		padding-top:			5px;
		padding-bottom:			5px;
		font-size:				20px;
}

#navigation p {
		background-image:		url(../images/navbtn.gif);
		background-repeat:		no-repeat;
		margin-right:			10px;
		margin-left:			5px;
		padding-top:			6px;
		text-align:				center;
		height:					35px;
		width:					195px;
		vertical-align:			middle;
}

#navigation a {
		text-decoration:		none;
		color:					#000000;
		font-weight:			bold;
		display:				block;
}

#navigation a:link {
		text-decoration:		none;
		display:				block;
}

#navigation a:visited {
		text-decoration:		none;
		display:				block;
}

#navigation p:hover {
		background-image:		url(../images/navbtn2.gif);
		background-repeat:		no-repeat;
}

#footer {
		text-align:				center;
		padding-bottom:			5px;
		font-weight:			bold;
		border-top:				double;
		clear:					left;
}