@charset "UTF-8";
a {
	text-decoration:none;
	color:#F60
}
a:hover{
	text-decoration:underline;
}
	
body {
	background-image: url(media/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
li {
	cursor:pointer;
}
#container {
	width: 1000px;
	margin: 0 auto;
}
#address {
	height: 78px;
	width: 964px;
	margin-top: 0px;
	font-size: 10px;
	color: #FFF;
	position: absolute;
	top: 0px;
	padding-top: 10px;
}
#nav {
	height: 40px;
	width: 964px;
	position: absolute;
	top: 78px;
	margin: auto;
}
#header {
	height: 250px;
	width: 988px;
	position: absolute;
	top: 118px;
	background-image: url(media/headerbg.jpg);
}
#content {
	width: 1000px;
	position: absolute;
	top: 350px;
}
#footer {
	width:1000px;
	bottom: 0px;
	text-align: center;
	position: absolute;
	text-decoration: none;
}
h1 {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 24px;
	color: #666;
	font-weight: normal;
	text-align: center;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
.white {
	font-size: 10px;
	color: #FFF;
	text-align: left;
}
.right {
	text-align:right;
}
.left {
	text-align:left
}
.floatleft {
	float:left;
}
.small {
	font-size:10px;
}
.clearfloat{
	clear:both;}
