@charset "utf-8";

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}
a:link {
	color: #ff9900;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF9900;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 20px;
	color: #00BFFE;
}
h2 {
	font-size: 18px;
	color: #00BFFE;
}
h3 {
	font-size: 16px;
	color: #00BFFE;
}
h4 {
	color: #00BFFE;
}
h5 {
	color: #00BFFE;
}
h6 {
	color: #00BFFE;
}

#wrapper {
	width: 800px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	float: right;
	height: 60px;
	width: 300px;
}
#header {
	height: 60px;
	width: 100%;
	margin-bottom: 30px;
}
#logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 300px;
	float: left;
	margin-top: 10px;
}
#banner {
	background-repeat: no-repeat;
	height: 235px;
	width: 800px;
	
}
#content {
	width: 780px;
	margin-right:auto;
	margin-left:auto;
}
#icons {
	height: 80px;
	width: 800px;
}
#footer {
	font-size: 10px;
	height: 25px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	text-align: center;
}
