* {
    padding: 0;
    margin: 0;
	padding-top:-15px;
}
#wrap {
	margin:0px auto;
	min-height:100%;
	width:900px;
	position:relative;
}	
#header { 
	background:#000000 url(images/header.jpg) no-repeat;
	height:250px;
	width:700px
	padding-top:-15px;
	position:relative;
}
body {
	background:#000000;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	text-align:justify;
	margin:0;
   	padding:0;
}
#gradient_bg {
	background:#000000 url(images/bg_slice.jpg) repeat-x;
	padding-top:-15px;
}
/*
	Nav
*/
#nav {
	background:#000000 url(images/nav.jpg) no-repeat;
	width:900px;
	height:50px;
	position:relative;
}
#menu {
	padding:0px 0px 0px 50px;
	height:50px;
	width:900px;
	line-height:50px;
	position:relative;
}	
#menu ul {
	list-style-type:none;
}
#menu ul li {
	display:block;
	float:left;
}
#menu ul li a {
	color: #FFFFFF;
	padding:0 10px 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	font-weight:bold;
}
#menu ul li a:hover {
	color:#ffc07f;
	text-decoration:underline;
}
/*
	Body Content
*/
#content {
	background:#000000 url(images/bodybg.jpg);
	width:100%;
	height:700px;
	position:relative;
}
#body_content {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	text-align:justify;
	width:100%;
	min-height:100%;
	position:relative;
}
#body_content a:link { 
	color: #ffc07f;
	font-size:14px;
	text-decoration:underline;
}
#body_content a:hover { 
	color: #fff0e2;
	font-size:14px;
}
#body_content a:active { 
	color: #fff0e2;
	font-size:14px;
}
#body_content a:visted { 
	color: #ffc07f;
	font-size:14px;
	text-decoration:underline;
}
#left {
	width:472px;
	min-height:100%;
	padding:20px 0px 0px 80px;
	text-align:justify;
	position:relative;
	padding-bottom:20px;
}
#left h1 {
	font-family: georgia, "times new roman";
	color: #fff0e2;
	font-size:24px;
	letter-spacing:-1px;
	font-weight:115;
	padding:10px 30px 15px 0;
}
#left h2 {
	padding-right: 30px;
	padding-left: 0px;
	padding-bottom: 15px;
	padding-top: 10px;
	font-family: georgia, "times new roman";
	color: #fff0e2;
	letter-spacing: -1px;
	font-size: 20px;
}
#left h3 {
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 15px;
	padding-top: 10px;
	font-family: georgia, "times new roman";
	font-style: italic;
	font-weight: normal;
	color: #f4d5bb;
	letter-spacing: -1px;
	line-height:30px;
	font-size: 24px;
	text-align: center;
}
#list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:14px;
	line-height:30px;
	padding-left:20px;
}
hr {
	color:#605245;
	background-color:#605245;
	height:.5px;
	width:100%;
}
/*
	Footer
*/
#clearfooter {
	height:100px;
	clear:both;
}
#footer {
	border-top:1px solid #33281e;
    padding-top:20px;
	color:#FFFFFF;
	font-size:11px;
	line-height:14px;
	text-align:center;
	float:bottom;
   	width:100%;
   	height:100px;
}
#footer a {
	color:#FFF0E2;
	text-decoration:none;
}
#footer a:hover { 
	color:#FFFFFF; 
}
