/* CSS Document */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{
	margin:0;
	padding:0;
}
 body {
	position: relative;
	background-color: #500874;
	margin: auto;
}
 .wrapper {
	background-color: #000000;
	position: static;
	height: auto;
	width: 980px;
	overflow: hidden;
	margin-top: 5px;
	padding: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-size: 14px;
	font-weight: bold;
	font-family: "Gill Sans MT";
}
.navbox {
	width: 252px;
	height: auto;
	float: left;
	padding-top: 70px;
}
.mainimgbox {
	float: left;
	width: 650px;
	margin-left: 35px;
}
.footer { width: 995px; height: auto; margin-bottom: 1px; font-size: 14px; color: #500874; text-align: center; line-height: 7px; padding-bottom: 8px; font-family: "Gill Sans MT";
}
