@charset "utf-8";
body {
	margin: 0px;
	font: 14px Arial, Helvetica, sans-serif;
	background: #000000 repeat-y center;
	height: 100%;
}
html {
	height: 100%;
}
p, ul {
	margin: 0px;
}
a {
	color: #666666;
}



h1 {
	font-size: 14px;
	margin: 0px;
	font-weight: bold;
	font-style: italic;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
}
h4 {
	font-weight: bold;
	margin: 0px;
	font-size: 14px;
}


h6 {
	font-size: 10px;
	margin: 0px;
}




#wrap {
	width: 800px;
	margin-left: -410px;
	background: #FFFFFF url(base/background.jpg) repeat-y;
	padding-right: 10px;
	padding-left: 10px;
	position: absolute;
	left: 50%;
	min-height: 100%;
	margin-bottom: -10px;
}
#clear {
	clear: both;
	height: 0px;
}


#header {
	background: url(base/header2.jpg) no-repeat left;
	height: 175px;
	margin-top: 10px;
}
#description {
	text-align: right;
	margin-top: 110px;
	float: right;
	width: 310px;
	padding-right: 10px;
}
#nav {
	height: 25px;
	background: #E4EC89;
	margin-top: 1px;
}
.btn {
	height: 25px;
	width: 132px;
	float: left;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	border-right: 1px solid #FFFFFF;
}
#contact {
	border-style: none;
	width: 135px;
}
.btn a {
	text-decoration: none;
	color: #000000;
	display: block;
}

.btn a:hover {
	background: #000000;
	color: #FFFFFF;
}
#container {
	padding: 10px;

}
#footer {
	text-align: center;
	list-style: none;
	margin-top: 25px;
}
#footer li {
	list-style: none;
	margin-right: 5px;
	font-size: 10px;
	display: inline;
}
#copyright {
	margin-top: 10px;
	margin-bottom: 15px;
}
#title {
	background: #000000;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 15px;
	padding: 5px 5px 5px 10px;
}
