/* CSS Document */
body {
	background-color : #999999;
	background-image:url(discobg.gif);
	background-repeat : repeat-y;
	background-position : center;
	
	margin-top: 0px;
	margin-bottom: 50px;
	text-align: center;
	}

hr {
	height : 1px;
	color : #ccc;
	}

#page {
	width : 700px;
	margin-left:auto;
	margin-right:auto;
	}

#header {
	width : 700px;
	height : 59px;
	background-color : #000;
	text-align:left;
	}
#header img {
	margin : 10px;
	}
#subheader {
	width : 700px;
	height : 26px;
	border-color :#000;
	border-style : solid;
	border-width : 1px 0px 1px 0px;
	}
#subheader img {
	border : 1px solid #FFF;
	}

#menu {
	width : 70px;
	float : left;
	
	}
	
#menu li {
	border-width : 0px 0px 1px 0px;
	border-style : solid;
	border-color : #ccc;
	width : 66px;
	}



#menu img {
	border : 0px;
	padding : 2px 0px 2px 0px;
	margin : 0px;
	}

#menu ul {
	list-style : none;
	padding : 0px;
	margin : 20px 0px 0px 20px;
	}

#menu li {
	padding : 0px;
	margin : 0px;
	}

#content {
	text-align : left;
	margin-left: 150px;
	margin-top: 25px;
	margin-right : 40px;
	font-family : verdana;
	font-size : .6em;
	}
	
#content a {
	color : #FF6600;
	font-weight : bold;
	text-decoration : none;}
#content a:hover {
	text-decoration : underline;
	}

#content h1 img {
	border : 0px dotted #ff6600;
	padding : 2px;
	}
	
#content h2 {
	font-weight : bold;
	font-size : 1em;
	padding :0px;
	margin : 10px 0px 5px 0px;
	}
	
#content ul{
	padding-top : 0px;
	margin-top : 0px;
	}
	
#content td img {
	border : 1px solid black;
	}
	
#content h3 {
	font-weight : bold;
	font-size : 1em;
	padding :0px;
	margin : 5px 0px 0px 0px;
	}



