@charset "UTF-8";
/* CSS Document */

a:link {
	color: #E6E6E6 ;
	text-decoration: none;
	border-top-color: #313131;
	border-right-color: #313131;
	border-bottom-color: #313131;
	border-left-color: #313131;
}
a:visited {
	color: #E6E6E6 ;
	
}
a:hover {
	color: #E6E6E6 ;
	
}
a:active {
	text-decoration: none;
	
}
#body {
	margin: 0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(tile.jpg);
	background-repeat: repeat;
}

#wrapper {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(tile.jpg);
	background-repeat: repeat-y;
	margin-bottom: 0px;
	text-align: left;
}


#header {
	width: 1000px;
	height: 70px;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #040404;
	background-color: #F4F4F4;
}

#leftheader {
	float: left;
	width: 300px;
	height: 50px;
	
}
.leftheadertext {
	padding-left: 60px;
	padding-top: 10px;
}

#rightheader {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	float: right;
	width: 350px;
	height: 50px;
}
.rightheadertext {
	color: #28070B;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	font-weight: normal;
	padding-right: 60px;
}

#banner {
	width: 1000px;
	height: 450px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	background-repeat: no-repeat;
	clear: both;
}

#buttonleft {
	float: left;
	width: 500px;
	height: 255px;
	
	background-repeat: no-repeat;
	
}

#buttonright {
	float: right;
	width: 500px;
	height: 255px;
	
	background-repeat: no-repeat;
	
}

#footer {
	clear: both;
	width: 1000px;
	height: 109px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	
	background-repeat: no-repeat;
}

#leftfooter {
	float: left;
width: 794px;
	height: 109px;	
	background-repeat: no-repeat;
}
#rightfooter {
	float: right;
width: 206px;
	height: 109px;	
	background-repeat: no-repeat;
}

