html {
	background-color: rgb(255,125,25); 
	} 

body {
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	}

.background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: -1;
	}

.background img {
	height: 100%;
	width: 100%;
	border: none;
	}

.container {
	position: relative;
	display: block;
	width: 1000px;
	height: auto !important;
	min-height: 650px;
	height: 650px;
	top: 25px;
	margin: 0 auto;
	padding: 0;
	/* border: solid 1px rgb(255,255,255); */
	background-color: rgb(0,0,0);
	}

.top_logo {
	position: relative;
	display: block;
	width: 1000px;
	height: 100px;
	background-color: rgb(0,0,0);
	}

.top_logo .spacer {
	position: relative;
	display: block;
	float: left;
	width: 25px;
	padding: 0;
	margin: 0;
	border: none;
	}

.top_logo img {
	position: relative;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	border: none;
	}

.top_menu {
	position: relative;
	display: block;
	top: 5px;
	left: 15px;
	float; left;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	background-color: rgb(0,0,0);
	}

.top_menu li {
	position: relative;
	display: block;
	float: left;
	width: 125px;
	height: 35px;
	line-height: 35px
	}

.top_menu li a {
	position: relative;
	display: block;
	height: 32px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: rgb(222,222,222);
	text-decoration: none;
	border: solid 1px rgb(0,0,0);
	border-bottom: solid 2px rgb(0,0,0);
	border-right: solid 2px rgb(0,0,0);
	}

.top_menu li a:hover {
	background-color: rgb(65,29,93);
	border: solid 1px rgb(255,255,255);
	border-bottom: solid 2px rgb(255,255,255);
	border-right: solid 2px rgb(255,255,255);
	color: rgb(255,255,255);
	font-weight: bold;
	}

.mainpage {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 25px;
	height: auto !important;
	min-height: 500px;
	height: 500px;
	width: 745px;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: rgb(255,255,255);
	/* border: solid 1px rgb(255,255,255); */
	/* overflow: auto; */
	}

.mainpage img.homepic {
	position: relative;
	display: block;
	height: 470px;
	width: 700px;
	border: solid 1px rgb(255,255,255);
	margin: 0;
	}

.right_column {
	position: relative;
	display: block;
	float: left;
	width: 220px;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	border: none;
	}

.right_column img {
	position: relative;
	display: block;
	height: 110px;
	width: 200px;
	border: none;
	padding: 0;
	/* padding-bottom: 5px; */
	margin: 0;
	}

.footer {
	position: relative;
	display: block;
	height: 25px;
	width: 950px;
	color: rgb(255,255,255);
	/* border: solid 1px rgb(255,255,255); */
	background-color: rgb(0,0,0);
	font-size: 11px;
	}

.footer2 {
	position: relative;
	display: block;
	height: 25px;
	width: 1000px;
	color: rgb(255,255,255);
	font-size: 11px;
	/* border: solid 1px rgb(255,255,255); */
	/* background-color: rgb(0,0,0); */
	}