@charset "UTF-8";
body {
	background-image: url(images/background.jpg);
	margin: 0px;
	padding: 0px;
	min-width: 940px;
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #FFFFFF;
}
img {
border: 0px;

}
#wrapper {
	padding: 0px;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 125px;
	width: 940px;
}
#main {
	margin: 0px;
	width: 940px;
	background-image: url(images/contentbox.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	height: 515px;
}
#image-box {
	height: 485px;
	width: 495px;
	padding-top: 5px;
	padding-left: 30px;
	float: left;
}
#text-box {
	height: 484px;
	width: 370px;
	padding-top: 6px;
	background-color: #333333;
	margin-left: 535px;
}

#clear {
	clear: both;
	height: 1px;
	line-height: 0px;
	width: 100%;
}
#footer {
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	line-height: 25px;
	text-align: center;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#logobox {
	margin-right: auto;
	margin-left: auto;
	width: 940px;
	text-align: center;
	padding-top: 4px;
}
#footer  a  {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
}
#footer a:hover {
	color: #00FFFF;
	text-decoration: none;
}
