/* DIV SETUPS */

body {background-color:#050504;
		text-align:center;}

.banner {background-image:url(images/banner.png);
	height:197px;
	width:709px;}

.navbar {background-image:url(images/navbarback.png);
	text-align:center;
	padding-top:12px;
	height:45px;
	width:709px;
	word-spacing:20px !important;}

.content {background-image:url(images/borders.png);
	width:709px;
	min-height:500px;
	padding-top:20px;
	padding-bottom:20px;}

.container {width:600px;
	min-height:450px;
	background-color:333333;
	border:1px solid;
	border-color: 555555;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-top:7px;}

.border-bottom {margin-top:-10px;}



/* TEXT PROPERTIES */

h1 {font-family:Century Gothic, Arial, sans, serif;
	font-size: 20px;
	color: 999933;
	text-decoration: none;
	font-weight: normal;}

.navbar a:link, .navbar a:visited, .navbar a:active
	{font-family:Century Gothic, Arial, Verdana;
	font-size:20px;
	color:999933;
	word-spacing:0px !important;}

.navbar a:hover {text-decoration:underline;
	font-weight:normal !important;} 

.container {font-family:verdana;
	font-size:12px;
	color:white;}

a:link, a:visited, a:active {font-family:Verdana;
	font-size:12px;
	color:444444;
	text-decoration:none;
	font-weight:normal;}

a:hover {font-weight:bold;}

.copyright {font-family: Verdana;
	font-size:9px;
	color:white;}

.copyright a:link, .copyright a:visited, .copyright a:active
	{font-family:font-family: Verdana;
	font-size:9px;
	color:white;
	font-weight:bold;}

.copyright a:hover {text-decoration:underline;}