/* Table of Contents:
	Body
	Typography
	Header 
	Navigation
	Menu
	Content 
	Footer 
	
*/

/* Body
--------------------------------------------------------------------------------------- */

body {
	background-color: #000000;
	font-family: "Century Gothic", Georgia, "Times New Roman", Arial, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: small;
	color: #FFFFFF;
}

#container {
	width: 900px;
	margin-top: 15px;
	height: 585px;
	background-color: #333333;
	margin-right: auto;
	margin-left: auto;
	float: none;
}

/* Typography
--------------------------------------------------------------------------------------- */
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}





/* Header
--------------------------------------------------------------------------------------- */
#header {
	margin-right: 15px;
	margin-left: 15px;
	text-align: center;
	vertical-align: middle;
	padding-top: 15px;
}
.head-small {font-size: 10px}
.head-lg {font-size: 24px}
.head-med {font-size: 18px}
.logo
 {
	float: left;
}






/* Navigation
--------------------------------------------------------------------------------------- */
#nav {
	height: 50px;
	overflow: auto;
	width: 850px;
	vertical-align: middle;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

/* Main Navigational Menu */

#vdividermenu ul{
	padding: 0;
	float: left;
	width: 850px;
	font-family: "Century Gothic", Georgia, "Times New Roman", Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 15px;
	margin-right: 0px;
	display: inline;
	margin-left: 0px;
	font-variant: small-caps;
	letter-spacing: 6px;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
	width: 90%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
	background-image: url(index/vertical.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 2px;
	padding-right: 40px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#vdividermenu ul li a:visited{
	color: #FFFFFF;
}

#vdividermenu ul li a:hover{
	color: #FF0000;
}




/* Menu
--------------------------------------------------------------------------------------- */
#menu {
	height: 425px;
	width: 215px;
	margin-left: 10px;
}

/* Content
--------------------------------------------------------------------------------------- */
#content-index {
	font-family: "Century Gothic", Georgia, "Times New Roman", Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	text-align: center;
	background-color: #666666;
	margin-right: 15px;
	margin-left: 15px;
	height: 400px;
}

/* Footer
--------------------------------------------------------------------------------------- */
#footer-left {
	float: left;
	width: 300px;
	margin-left: 15px;
	margin-top: 5px;
	text-align: left;
}

#footer-right {
	float: right;
	width: 300px;
	text-align: right;
	margin-top: 5px;
	margin-right: 15px;
}

#footer {
	clear: both;
	margin-bottom: 5px;
	height: 20px;
}

.footer {
	font-family: "Century Gothic", Georgia, "Times New Roman", Arial, sans-serif;
	font-size: x-small;
	padding-top: 2px;

}
