html, body, ul, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	color: #C7B97C;
	list-style: none;
}
h1 img {
	display: block;
}
h3{
font-family: serif;}

h4{
font-size:40px;
font-family: serif;}

img {
	border: 0px;
}
p {
	margin: 0.5em 0px;
	font-size:12px;}
a {
	color: #C7B97C;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #e8d78f;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
body {
	background: #000;
	font: 12px arial, sans-serif;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat
}

#header {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	height: 284px;
}
#header h1 {
	/*background: 0px 0px url(images/header_left.jpg) no-repeat;*/

	height: 150px;
	width: 350px;
	margin: 0px 0px 0px 40px;
	padding: 0;
	color: #fff;
	line-height: 1;
}
#header h1 em {
	display: block;
	padding: 23px 0 0 40px;
	margin: 0;
	font-weight: normal;
	font-size: 28px;
	font-family: "Times new roman", serif;
}
#header h1 strong {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 90px;
	font-weight: normal;
	font-size: 15px;
	font-family: verdana, arial, sans-serif;
}

#header h2{
	display:none;}
#uppers {
	position: absolute;
	top: 17px;
	left: 270px;
	padding-left: 25px;
	z-index: 15;
	width: 37px;
}
#nav-top {
	position: absolute;
	top: 10px;
	left: 430px;
	width: 260px;
	padding:15px 10px 15px 0px;
	background: 0px 0px url(../images/nav_bg.gif) no-repeat;
	text-align:center
	}
#nav-top li, #nav-top li a {
	display: inline;
	font-size:14px;
	color: #000
}

#left-person {
	position: absolute;
	top: 184px;
	left: 0px;
	width: 282px;
	height: 430px;
}

#body {
	position: relative;
	z-index: 10;
	margin-left: 300px;
	padding-top: 150px;
	width: 550px;
}

#body h2 {
	font-weight: normal;
	font-size: 15px;
}
#body h2 em {
	font-size: 25px;
	font-family: serif;
}

#black-tl { width: 100%; background: black top left url(../images/black_bl.gif) no-repeat; }
#black-tr { width: 100%; background: top right url(../images/black_bl.gif) no-repeat; }
#black-bl { width: 100%; background: bottom left url(../images/black_bl.gif) no-repeat; }
#black-br { width: 100%; background: bottom right url(../images/black_bl.gif) no-repeat; }

#black-tl {
	margin-left: 300px;
	margin-top: 10px;
	width: 540px;
	position: relative;
}
#black-bl {
	padding: 20px 20px 10px 20px;
	position: relative;
}

.black-box {
	float: left;
	width: 126px;
	margin:10px 20px 10px 20px;
}
.black-box h2 {
	font-size: 13px;
	font-weight: normal;
}
.black-box h2 em {
	font-size: 22px;
	font-family: serif;
}
.black-box .more {
	color: red;
}

#footer {
	margin-left: 320px;
	margin-top: 10px;
	width: 500px;
	font-size:11px;
	
}

#footer h2 {
	font-size: 13px;
	font-weight: normal;
}
#footer h2 em {
	font-size: 22px;
	font-family: serif;
}
#choose {
	float: left;
	width: 200px;
	margin-left: 50px;
}
#copyright {
	width: 550px;
    border-top:1px solid #fff;
    margin-top:10px;
	margin-left: 300px;
	margin-right:50px;
	font-size:9px;
}

