*{margin: 0px; padding: 0px;}
body{background: #fff; color: #666; text-align: center;}
.fullwidth{text-align: center; width: 650px;}
.leftwidth{text-align: center; width: 450px;}
.floatleft{float: left; padding-bottom: 20px; text-align: left; width: 450px;}
.floatright{float: right; margin-bottom: 10px; text-align: center; width: 200px;}
.full{margin: 10px 0px 20px 0px}
img{border: solid 1px #cc6600; margin: 0px 10px 5px 0px;}
img.noborder{border:none;}
img.heading{border: none; margin: 0px;}
img.map{margin-left: 30px;}
strong.title{color: #cc6600;}
.col1{width: 100px;}
table{margin-left: 30px; border-top: solid 1px #cc6600; border-bottom: solid 1px #cc6600;}
a{color: #cc6600; font-size: 12px; text-decoration: underline;}
a:hover{color: #000; font-size: 12px; text-decoration: none;}

#container{border: solid 1px #000; margin: 50px auto; width: 650px;}

#header
{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 130px;
	width: 650px;
}

#content
{
	font-size: 13px;
	margin-top: 10px;
	width: 650px;
	font-family: Arial, Verdana, Sans-Serif;
	line-height: 15px;
}
#content p{padding: 10px 30px 5px 30px;}
#content ul{margin-top: 10px; text-align: left;}
#content li{padding-left: 5px; margin-left: 80px;}

#footer
{
	clear: both;
	border-top: solid 1px #000;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	margin: 0px 10px 10px 10px;
	padding-top: 10px;
	width: 630px;
}

#footer p{padding: 5px 0px 5px 0px;}