a {
	color: #060090;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #3833a6;
	text-decoration: underline;
}
body {
	background: url("images/bg-tile.jpg") repeat-x #cccccc;
	font: 12px arial, sans-serif;
	margin: 20px 0px 0px;
}
h1 {
	font-size: 14px;
	text-align: center;
}
h2 {
	font-size: 12px;
	padding: 0px 10px 0px;
}
h3 {
	color: #cccccc;
	font: 11px arial, sans-serif normal;
	margin: 0px;
	padding: 6px 0px 0px;
	text-align: center;
}
img {
	border: none;
}
p {
	padding: 2px 10px 3px;
}
#foot {
	background: url("images/foot.jpg") no-repeat;
	clear: both;
	height: 20px;
}
#google {
	background: url("images/google.jpg") no-repeat;
	height: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#head {
	background: url("images/head.jpg");
	height: 90px;
}
#main {
	float: left;
	width: 590px;
}
#menu {
	float: left;
	width: 160px;
}
#wrapper {
	background: url("images/content.jpg") repeat-y;
	border-bottom: 2px solid #060090;
	border-left: 2px solid #060090;
	border-right: 2px solid #060090;
	margin: 0px auto 0px;
	width: 750px;
}
ul.nobullet {
	list-style-type: none;
	margin: 5px 0px 0px;
	padding: 0px;
	text-align: center;
}
ul.nobullet a {
	display: block;
	padding: 10px 0px 10px;
	text-decoration: none;
}
.counter {
	margin: 5px;
	text-align: center;
}
.locs {
	float: left;
	font: 12px arial, sans-serif;
	width: 100px;
}
.logo {
	float: left;
	margin: 0px;
}