body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

img	{ border:0px;}

/* All Page Links */
a:link, a:active, a:visited {
	color: #ff3399;
	text-decoration: none;
}
a:hover {
	color: #efefef;
	text-decoration: none;
}
/* Main Page Container */
#container {
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0px;
}
/* Header Container */
#header {
	background-repeat: no-repeat;
}
#menunav {
	background-image: url(images/head_bg.jpg);
	background-repeat: no-repeat;
	background-color: #a3a3a3;
	width: 800px;
	height: 135px;
	padding: 10px 0px 0px 0px;
}
#menunav img { /* Logo Image */
	display: inline;
	float: left;
	margin-left: 30px;
	margin-top: 10px;
	padding-right: 20px;
}	
	/* Index Menu Content */
	#nav, #nav ul { /* all lists */
		display: inline;
		float: right;
		width: 120px;
		padding: 0;
		margin: 0;
		list-style: none;
		color: #fff
	}
	#nav li { /* all list items */
		float: left;
		color: #fff;
		/* width needed or else Opera goes nuts */
		width: 120px;
	}
	#nav li a, #nav li a:link, #nav li a:active, #nav li a:visited {
		display: block;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 9px;
		padding: 1px;
		height: 15px;
		color: #fff
	}
	#nav li a:hover {
		text-decoration: underline;
	}


/* Page content */
#content {
	width: 760px;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-x;
	background-color: #452C41;
	color: #fff;
	padding: 20px;
}	
	#menusubnav { /* Sub Menu Container */
		display: inline;
		float: left;
		width: 18%;
	}
	#top { /* Top Box */
		margin-top: 20px;
		border: 2px solid #8c8980;
		width: 100%;
		padding: 5px;
	}
	#subnav, #subnav ul { /* Sub Menu List */
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 1;
	}
	#subnav a {
		display: block;
	}
	#subnav li { /* all list items */
		width: 100%;
	}
		ul#subnav li a, ul#subnav li a:link, ul#subnav li a:active, ul#subnav li a:visited {
			display: block;
			width: 100%;
			padding: 0.5em;
			text-decoration: none;
			border-bottom: 1px solid #fff;
			color: #fff;
		}
		ul#subnav li a:hover {
			background-color: #452C41;
			color: #fff;
			text-decoration: none;
		}
	#subnav li ul li { /* 2nd level items */
		margin-left: 15%;
		width: 85%;
		list-style: disc;
		font-size: 11px;
	}
	
	#content_text {
		display: inline;
		float: right;
		width: 75%;
	}
#footer {
	background-image: url(images/foot_bg.jpg);
	background-repeat: no-repeat;
	width:800px;
	height:60px;
	text-align: center;
	padding: 20px 20px 5px 0px;
	font-size: 9px;
}

.footer		{ font-family: Tahoma, Verdana, helvetica, sans-serif; 
	  		  font-size: 9px; 
	  		  font-style: normal;
			  font-weight: bold; 
	  		  color:#fff;
	  		  }
.footer A:link		{ color:#fff; text-decoration: none; font-weight: bold; }
.footer A:visited	{ color:#fff; text-decoration: none; font-weight: bold;}
.footer A:hover		{ color:#fff; text-decoration: underline; font-weight: bold;}
.footer A:active	{ color:#fff; font-weight: bold;}


/* Misc Styles */
h1 { /* Page Header */
	font-weight: normal;
	font-size: 24px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #996699;
}
h2 { /* Page Sub Header */
	font-weight: normal;
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
	line-height: 18px;
	color: #ffffff;
}
h3 {
	color: #be5826;
}
th {
	text-align: left;
}
#clear {
	clear: both;
}
#message {
	text-align: center;
	color: #FF0000;
}
.popup {
    /* Necessary: */
    position: absolute;
    display: none;

    /* Additional styling: */
    border: 1px solid black;
    opacity: .85;
    filter: alpha(opacity=85);
}

.subtext	{ font-family: Tahoma, Verdana, helvetica, sans-serif; 
	  		  font-size: 9px; 
	  		  font-style: normal;
			  font-weight: bold; 
	  		  color:#666;
			  padding:300px 0px 0px 0px;
			  width:770px;
	  		  }
.subtext A:link		{ color:#666; text-decoration: none; font-weight: bold; }
.subtext A:visited	{ color:#666; text-decoration: none; font-weight: bold;}
.subtext A:hover		{ color:#666; text-decoration: underline; font-weight: bold;}
.subtext A:active	{ color:#666; font-weight: bold;}