body {
	font-family: Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	}
	
#container {
	width: 600px;
	margin: auto;
	}	
	
#head	{
	width: 600px;
	height: 70px;
	}
	
#official {
	width: 600px;
	height: 50px;
	}	
	
.content {
	width: 600px;
	display: block;
	border-bottom: solid 1px #666666;
	padding-bottom: 10px;
	overflow: auto;	
	}
	
.content .textbox {
	width: 370px;
	float: left;
	clear: none;
	padding: 10px;
	}
	
.content .textbox2 {
	width: 180px;
	float: left;
	clear: none;
	padding: 10px;
	}	
	
.content p {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 145%;
	margin: 0px;
	padding: 0px;
	}	
	
.content .imagebox {
	width: 180px;
	float: left;
	clear: none;
	margin: 10px 10px 10px 0px;	
	}			

.imagerow {
	list-style-type: none;
	margin: 0px;
	padding: 10px;
	}
	
.imagerow li {
	float: left;
	margin-right: 8px;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	}
	
.imagerow img {
	width: 180px;
	height: 220px;
	display: block;
	border: 1px solid #666666;
	margin-bottom: 3px;
	}		

.link {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	color: #FF6600;
	text-decoration: none;
	}
	
#address {
	width: 580px;
	display: block;
	background: url(media/contact_tab.jpg) no-repeat;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	line-height: 145%;
	border-bottom: solid 1px #666666;
	padding: 30px 10px;
	}		
	
.credits {
	font-size: 9px;
	color: #666666;
	letter-spacing: 1px;
	padding: 7px;
	text-align: center;
	}

