﻿html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}
body
{
	background-color: #454545; 
	color: #FFFFFF;
	font-family: Arial;
	font-size: 1em;
}

.right
{
	text-align: right;	
}

.clearBoth
{
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0em;
	clear: both;
}



/******************************************************************
															WRAPPER
******************************************************************/

#Wrapper
{
	width: 1000px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../img/wrapper_bg.jpg');
}


/******************************************************************
															 BANNER
******************************************************************/
#Banner
{
	width: 970px;
	height: 36px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../img/table_header_bg.jpg');
	
	line-height: 36px;
	text-indent: 20px;
}

/******************************************************************
												VERTICAL NAVIGATION
******************************************************************/

#Navigation
{
	width: 970px;
	height: 46px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../img/nav_bg.jpg');
	
}

ul#NavHorizontal
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul#NavHorizontal li
{
	float: left;
	padding: 0;
	margin: 0;
}

ul#NavHorizontal a
{
	display: block;
	height: 46px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 50px;
	border-right: 1px dotted black;
}

ul#NavHorizontal a, ul#NavHorizontal a:Link, ul#NavHorizontal a:Visited
{
	color: #FFFFFF;
	background-color: Transparent;
	text-decoration: none;
}

ul#NavHorizontal a:Active, ul#NavHorizontal a:Hover
{
	color: #FFFFFF;
	background-image: url('../img/nav_bg_hover.jpg');
	text-decoration: none;
}

/******************************************************************
													   MAIN CONTENT
******************************************************************/

#Content
{
	height: 100%;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	background-color: #727272;
}

#ContentBorder
{
	height: 2px;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../img/content_bg_top.jpg');
}

h1
{
	font-size: 1.0em;
	font-weight: bold;
	color: #FF9801;
	border-bottom: 1px dotted #555555;
}

h2
{
	color: #FF9801;
	font-size: 0.9em;
	font-weight: bold;
}

p
{
	color: #FFFFFF;
	font-size: 0.9em;
	line-height: 18px;
}

/**********************************************************
												     Footer
**********************************************************/

#Footer
{
	width: 970px;
	height: 80px;
	
	margin-left: 15px;
	
	background-color: #4b4b4b;
	
	color: #747474;
	text-align: center;
	font-size: 0.8em;
}

#FooterBorder
{
	height: 2px;
	background-image: url('../img/content_bg_bottom.jpg');
	margin-bottom: 20px;
}

ul#FooterLinks
{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
ul#FooterLinks li
{
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}
li.seperator
{
	border-right: 1px solid #747474;
}

#Footer a:link, #Footer a:visited
{
	text-decoration: none;
	color: #747474;
}

#Footer a:hover, #Footer a:active
{
	text-decoration: underline;
	color: #747474;
}
