html { 
	background: #191817 url(../images/background_top.jpg) repeat-x top;
	margin: 0px;
	padding: 0px;
}

body { 
	background: transparent url(../images/background_design.jpg) no-repeat center top;
	margin: 0px;
	padding: 0px;
}


/*  Containers
===================================================================================*/


.header {
	background: transparent url(../images/background_page_top.jpg) no-repeat center top;
	width: 100%;
	height: 231px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

.menu {
	background: transparent;
	width: 1000px;
	height: 90px;
	margin: 0px auto;
	padding: 0px;
}

.body_container {
	background: transparent;
	width: 1000px;
	min-height: 660px;
	height: auto !important;
	height: 660px;
	margin: 0px auto;
	padding: 15px 0px 0px 0px;
}

.body_container_text {
	float: right;
	width: 510px;
	margin: 0px;
	padding: 0px 50px 0px 0px;
}

.body_container_left {
	background: transparent;
	float: left;
	width: 410px;
	margin: 0px;
	padding: 0px;
}

.body_container_menu {
	background: transparent;
	position: relative;
	top: -225px;
	left: 0px;
	z-index: 999;
	float: left;
	width: 355px;
	margin: 0px 0px -225px 0px;
	padding: 0px;
}

.footer {
	border: none 0px #ffffff;
	
	background: #191817;
	width: 100%;
	height: 30px;
	margin: 0px auto;
	padding: 0px;
}

.footer_container {
	background: transparentp;
	width: 1000px;
	height: 30px;
	margin: 0px auto;
	padding: 0px;
}

.footer_container_text {
	background: transparent;
	width: 1000px;
	height: 20px;
	margin: 0px auto;
	padding: 15px 0px 0px 0px;
}


/*  Character Styles
===================================================================================*/


p {
	color: #e9e5d9;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-style: normal;
	text-align: justify;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

h1 {
	color: #e9e5d9;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	margin: 0px;
	padding: 43px 0px 0px 0px;
}

span {
	color: #f9a737;
}

a:link {font-weight: bold; text-decoration:none; color:#f9a737;}
a:visited {font-weight: bold; text-decoration:none; color:#f9a737;}
a:active {font-weight: bold; text-decoration:underline; color:#e9e5d9;}
a:hover {font-weight: bold; text-decoration:underline; color:#e9e5d9;}

.menu p {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	margin: 0px;
	padding: 60px 0px 0px 430px;
}

.menu a {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 5px 0px;
}

.menu a:link {font-weight:normal; text-decoration:none; color:#000000;}
.menu a:visited {font-weight:normal; text-decoration:none; color:#000000;}
.menu a:active {font-weight:normal; text-decoration:none; color:#e9e5d9;}
.menu a:hover {font-weight:normal; text-decoration:none; color:#e9e5d9;}

.footer_container_text p {
	color: #e9e5d9;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10pt;
	font-style: normal;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 445px;
}

.footer_container_text a:link {font-weight: normal; text-decoration:none; color:#e9e5d9;}
.footer_container_text a:visited {font-weight: normal; text-decoration:none; color:#e9e5d9;}
.footer_container_text a:active {font-weight: normal; text-decoration:underline; color:#e9e5d9;}
.footer_container_text a:hover {font-weight: normal; text-decoration:underline; color:#e9e5d9;}


/*  Positionings
===================================================================================*/

img {border: none;}

.floatright {
	float:right;
	border:0px;
	margin:0px;
	padding:15px 0px 10px 20px;
}

.floatleft {
	float:left;
	border:0px;
	margin:0px;
	padding:15px 20px 10px 0px;
}

.floatright_flush {
	float: right;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.floatleft_flush {
	float: left;
	border: 0px;
	margin: 0px;
	padding: 0px;
}