@charset "UTF-8";
#menu {
	height: 50px;
	width: 1000px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
}
#wrapper {
	height: 820px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#banner {
	height: 130px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 25px;
}
#text {
	float: right;
	height: 500px;
	width: 540px;
	position: relative;
	background-color: #CCC;
	font-size: 16px;
}
#footer {
	height: 50px;
	width: 1000px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #595959;
}
#smallwrap {
	height: 500px;
	width: 1000px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #footer table tr td a {
	color: #333;
}
#box {
	float: left;
	height: 500px;
	width: 460px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCC;
}
#wrapper #smallwrap #text table tr td p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper #smallwrap #text table tr td ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #333;
}
a:hover {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
}
