﻿body 
{
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 11px;
	font-family: Verdana;
	text-align: center;
	background:	#242424;
}

div
{
	margin: 0;
	padding: 0;
}

img
{
	border: none;
}

.no-margin
{
	margin: 0;
	padding: 0;
}
/* ***** Infrastructure ***** */
#floating-banner
{
	top: 0; 
	left: 40%; 
	right: 40%; 
	text-align: center;
	position: fixed; 
}

#wrapper 
{
	width: 830px;
	text-align: left;
	margin: 50px auto;
}

#header
{
	width: 800px;
	text-align: right;
	margin: 0 15px 5px 15px;
}

#navigation
{
	margin: 0;
	float: left;
	width: 150px;
	max-width: 150px;
}

#content-wrapper
{
	margin: 0;
	width: 680px;
	height: auto;
	float: right;
	color: #8f8f8f; /* #242424 */
	max-width: 680px;
}

#content-inner-wrapper
{
	width: 650px; 
	height: auto;
	margin: 0 15px 0 15px; 
}

#footer
{
	float: right;
	width: 680px;
	font-size: 9px;
	text-align: center;
	margin-top: 10px;
}

/* ***** Content  ***** */
.content-header-bg
{
	width: 680px;
	height: 20px;
	text-align: center;
	vertical-align: bottom;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url('../Images/Structure/ContentUp.jpg');
}

.content-footer-bg
{
	height: 20px;
	width: 680px;
	text-align: center;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url('../Images/Structure/ContentDown.jpg');
}

.content-bg
{
	width: 680px;
	min-height: 650px;
	text-align: center;
	background-position: right;
	background-repeat: repeat-y;
	background-image: url('../Images/Structure/ContentMain.jpg');
}

/* ***** Navigation ***** */
.nav-logo
{
	width: 150px;
	height: 100px;
	margin-top: 20px;
}

.nav-wrapper
{
	width: 150px;
	text-align: right;
}

.nav-wrapper a, .nav-wrapper a:active, .nav-wrapper a:visited
{
	color: #ffffff;
	text-decoration: none;
}

.nav-wrapper a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/* ***** Footer ***** */
#footer a, #footer a:active, #footer a:visited
{
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/* *****  ***** */
#content-wrapper h1
{
	color: #242424;
	font-size: 14px;
	font-weight: normal;
	padding-top: 40px;
	margin: 0 0 25px 0;
}

#content-wrapper h2
{
	color: #242424;
	font-size: 12px;
	margin: 0 0 10px 0;
}

#content-wrapper a, #content-wrapper a:active, #content-wrapper a:visited
{
	color: #242424;
	text-decoration: none;
}

#content-wrapper a:hover
{
	color: #242424;
	text-decoration: underline;
}