html, body, ul, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	color: #000000;
	list-style: none;
}
h1 img {
	display: block;
}
img {
	border: 0px;
}
p {
	margin: 0.5em 0px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
body {
	background: #000000;
	font: 11px arial, sans-serif;
	position: relative;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: -8px 0px url(images/header_bg.jpg) repeat-x;
	height: 284px;
}
#header h1 {
	background: 0px 0px url(images/header_left.jpg) no-repeat;
	height: 184px;
	width: 282px;
	margin: 0;
	padding: 0;
	color: #000000;
	line-height: 1;
}
#header h1 em {
	display: block;
	padding: 23px 0 0 70px;
	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;
}

#uppers {
	display: none;
}
#nav-top {
	position: absolute;
	top: 10px;
	left: 330px;
	width: 200px;
}
#nav-top li {
	display: inline;
}

#nav {
	background: top left url(images/nav_left.gif) no-repeat;
	position: absolute;
	top: 32px;
	left: 270px;
	width: 580px;
	text-align: center;
	z-index: 15;
}
#nav div {
	background: top right url(images/nav_right.gif) no-repeat;
	padding: 0 10px;
}
#nav ul {
	background: top left url(images/nav_bg.gif) repeat-x;
	padding: 10px 0 10px 0px;
}
#nav li {
	display: inline;
}
#nav a {
	font-weight: normal;
	color: #000000";
}

#left-person {
	position: absolute;
	top: 110px;
	left: 0px;
	width: 282px;
	height: 575px;
	background: url(images/body_left.jpg) no-repeat;
}

#body {
	position: relative;
	z-index: 10;
	margin-left: 320px;
	padding-top: 10px;
	width: 500px;
}

#body h2 {
	font-weight: normal;
	font-size: 15px;
}
#body h2 em {
	font-size: 25px;
	font-family: serif;
}

#welcome {
	padding-top: 20px;
}

#black-tl { width: 100%; background: black top left url(images/black_tl.gif) no-repeat; }
#black-tr { width: 100%; background: top right url(images/black_tr.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_br.gif) no-repeat; }

#black-tl {
	margin-left: 300px;
	margin-top: 10px;
	width: 560px;
	position: relative;
}
#black-bl {
	padding: 20px 20px 10px 20px;
	position: relative;
	padding-top: 10px;
}

.black-box {
	float: left;
	width: 175px;
	margin-right: 0px;
	margin-left:   0px;
	position: relative; 
}
.black-box h2 {
	font-size: 13px;
	font-weight: normal;
}
.black-box h2 em {
	font-size: 22px;
	font-family: serif;
}
.black-box .more {
	color: #000000;
}

#footer {
	margin-left: 320px;
	margin-top: 10px;
	width: 550px;
}

#footer h2 {
	font-size: 13px;
	font-weight: normal;
}
#footer h2 em {
	font-size: 22px;
	font-family: serif;
}
#tips {
	float: left;
	width: 233px;
}
#choose {
	float: left;
	width: 200px;
	margin-left: 50px;
}

#copyright {
	margin-left: 320px;
}
#s {
	position: relative;
	top: 0.4em;
}
#submit {
	position: relative;
	top: 0.2em;
}
#columns {
        	width: 600px;
	position: relative;
	z-index: 100;
	padding-top: 10px;
}    
#columns .column {
	 width: 30%;
}    
#columns .left {
     	   float: left;    
}    
#columns .middle {
	float: left;    
}
#columns .right {
	float: left;    
}