/* CSS Document */
body,h1,h2,h3,h4,h5,h6,ul,li,ol,div,p,a,img,form,input,button,label {
	margin: 0px;
	padding: 0px;
}

a img {
	border: 0px;
}

ul {
	list-style: none;
}

ul li {
	float:left;
}

a span {
	display: none;
}

body {
	color: #9C9E9C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #03080E url(images/bg_body.jpg) top center repeat-y;
}

#wrapper {
	width: 100%;
	height: 350px;
	background: #03080E url(images/bg_body_top.jpg) top center no-repeat;
}

#page {
	position: relative;
	width: 800px;
	margin: 0px auto 0px auto;
}

#header {
	position: absolute;
	top: 0px;
	width: 800px;
	height: 284px;
	background: url(images/header.jpg) no-repeat;
}

#header a {
	display: block;
	width: 800px;
	height: 284px;
}

#content {
	position: absolute;
	top: 284px;
	float: left;
	width: 800px;
	background: url(images/table_bg.jpg);
}

#navigation {
	float: right;
	width: 161px;
	height: 537px;
	padding: 40px 40px 0px 35px;
	background: url(images/navi.jpg) no-repeat;
}

#navigation li {
	float: left;
	width: 161px;
	height: 58px;
}

#navigation li.first {
	float: left;
	width: 161px;
	height: 57px;
}

#navigation li a {
	float: left;
	width: 161px;
	height: 20px;
}

#text {
	float: right;
	width: 504px;
	padding: 38px 60px 0px 0px;
}

h1 {
	margin: 0px 0px 15px 0px;
	color: #B09709;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

h2 {
	margin: 0px 0px 5px 0px;
	color: #B09709;
	font-size: 13px;
}

p {
	margin: 0px 0px 15px 0px;
}

p img {
	float: left;
	margin: 0px 15px 8px 0px;
	border: 1px solid  #B09709;
}


p a {

}

p a:hover {

}

#footer {
	clear: both;
	width: 800px;
	height: 76px;
	padding: 0px 0px 15px 0px;
	background: #252F39 url(images/footer.jpg) repeat-x;
}

#footer p {
	color: #747674;
	padding: 73px 0px 0px 5px;
}

#footer p a {
	color: #747674;
	text-decoration: underline;
}

#footer p a:hover {
	color: #FFFFFF;
}
