* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #0d1424 url(images/body-bg.jpg) no-repeat center top;
	font: .81em/150% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	word-wrap: break-word;
	color: #666;
}

a {
	color: #639;
	background-color: inherit;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #f4a308;
	background-color: inherit;
}

span {
	display: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	padding: 10px 0px 11px;
	text-align: justify;
	line-height: 16px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size: 1px;
	line-height: 0px;
	overflow : hidden;
	visibility: hidden;
}


#body_wrapper {
	width: 851px;
	margin: 0 auto;
}


/* Main Content */

#maincontent {
	margin-top: 100px;
	width: 851px;
	height: 720px;
	-moz-border-radius: 15px;
	border-radius: 15px;

}

#maincontent_content a {
	color: #639;
	background-color: inherit;
}

#maincontent_content a:hover {
	color: #724c04;
	background-color: inherit;
}


/* Page Footer */

#page_footer {
	margin: 0px auto;
	padding-top: 75px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 25px;
	width: 690px;
	text-align: left;
}

#copyright_info {
	margin-left: 0px;
	padding-top: 25px;
}

