body {
	background-color: #333333;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: underline;
	color: #CCCCCC;
}
h1 {
	font-size: 24px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 16px;
	color: #CCCCCC;
}
h3 {
	font-size: 18px;
	color: #CCCCCC;
}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	width: 970px;
}
#logo {
	height: 70px;
	width: 396px;
	background:url(images/logo.png);
	float: left;
}
#navigation {
	width: 393px;
	float: right;
	margin-top: 43px;
	margin-bottom: 10px;
}
.nav1 a {
background: url(images/nav_03.png);
float:left;
width: 73px;
height: 27px;
}
.nav1 a:hover {
background: url(images/nav_h_03.png);
float:left;
width: 73px;
height: 27px;
}
.nav2 a {
background: url(images/nav_04.png);
float:left;
width: 88px ;
height: 27px;
}
.nav2 a:hover {
background: url(images/nav_h_04.png);
float:left;
width: 88px ;
height: 27px;
}
.nav3 a {
background: url(images/nav_05.png);
float:left;
width: 117px;
height: 27px;
}
.nav3 a:hover {
background: url(images/nav_h_05.png);
float:left;
width: 117px;
height: 27px;
}
.nav4 a {
background: url(images/nav_06.png);
float:left;
width: 115px;
height: 27px;
}
.nav4 a:hover {
background: url(images/nav_h_06.png);
float:left;
width: 115px;
height: 27px;
}
#footer {
	margin-left:auto;
	margin-right:auto;
	width: 970px;
	margin-top: 5px;
	clear: both;
}
#links {
	float: left;
}
#copyright {
	float: right;
}
#content {
	width: 970px;
	clear: both;
	background-color: #666666;

}
#contact {
	width: 970px;
	clear: both;
	background-color: #666666;
	height: 600px;

}
#about {
	width: 970px;
	clear: both;
	background-color: #666666;
	height: 450px;
	}
#page {
}
#col1 {
	width: 445px;
	float: left;
	padding: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #666666;

}
#col2 {
	float: right;
	width: 445px;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	clear: none;

}
#photo {
	float: right;
	width: 443px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	clear: none;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#map {
	float: right;
	width: 443px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	clear: none;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;

}
#topbar {
	width: 970px;
	height: 70px;
}
.formfield {
	background-color: #CCCCCC;
	width: 300px;
	border: 1px solid #FFFFFF;
	margin-bottom: 5px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.button {
	background-color: #CCCCCC;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	color: #333333;
	width: 100px;
}
ul.square li {
list-style-image:url("images/point_square.png");
}
.box{
border: 1px solid #FFFFFF;
padding: 5px;

}