body {
	margin: 0;
	padding: 0;
	background: #d9d9d9 url('../images/bg.png') top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: center;
}

img {
	border: none;
}

a:link {
	color: #1b67b3;
	text-decoration: none;
}

a:visited, a:hover, a:focus, a:active {
	color: #1b67b3;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

.wrapper {
	margin: 0 auto;
	width: 950px;
	overflow: hidden;
	text-align: left;
}

.banner {
	width: 950px;
	height: 310px;
	overflow: hidden;
}

.topleft {
	float: left;
	height: 29px;
	padding: 5px;
}

.topleft a {
	padding: 5px;
	margin-right: 10px;
	color: #dedede;
}

.topright{
	float: right;
	height: 29px;
	padding: 5px;
	text-align: right;
}

.logo {
	clear: both;
	margin: 0 auto;
	width: 950px;
}

.content {
	clear: both;
	width: 950px;
}

.sidebar {
	float: left;
	width: 220px;
}

.main_head, .nav_head, .blue_head {
	color: #FFF;
	margin: 0;
	padding: 0;
}

.main_head a, .nav_head a, .blue_head a {
	color: #FFF;
}

.nav_list {
	width: 220px;
	background: #FFF url('../images/nav_tile.png') top left repeat-y;
	margin-bottom: 5px;
}

.nav_foot {
	width: 220px;
	padding-bottom: 10px;
	background: url('../images/nav_foot.png') bottom left no-repeat;
}

.nav_top {
	width: 200px;
	padding: 5px 10px;
	background: url('../images/nav_top.png') top left no-repeat;
}

.blue {
	width: 220px;
	background: #1b67b3 url('../images/blue_tile.png') top left repeat-y;
	margin-bottom: 5px;
	color: #FFF;
}

.blue_foot {
	width: 220px;
	padding-bottom: 10px;
	background: url('../images/blue_foot.png') bottom left no-repeat;
}

.blue_top {
	width: 200px;
	padding: 5px 10px;
	background: url('../images/blue_top.png') top left no-repeat;
}

.mainbar {
	float: right;
	width: 725px;
	background: #FFF url('../images/main_tile.png') top left repeat-y;
	margin-bottom: 5px;
}

.main_foot {
	width: 725px;
	padding-bottom: 10px;
	background: url('../images/main_foot.png') bottom left no-repeat;
}

.main_top {
	width: 705px;
	padding: 5px 10px;
	background: url('../images/main_top.png') top left no-repeat;
}

.footer {
	clear: both;
	width: 100%;
	padding: 5px 0;
	background: #1b67b3;
	text-align: center;
	font-size: .75em;
	color: #FFF;
}

.footer a {
	color: #FFF;
}

.gallery {
	width: 100%;
	text-align: center;
}

.gallery a img {
	margin: 8px;
	border: 3px solid #333333;
	border-bottom-width: 12px;
}

.gallery a:hover img {
	border: 3px solid #CCCCCC;
	border-bottom-width: 12px;
}

.clearboth {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* Forms */
label {
	color: #222222;
	display: block;
	font-size: .9em;
}

label span {
	color: #666666;
	color: #666666;
	font-size: .8em;
}

input, textarea, select {
	border: 1px solid #666666;
	color: #333333;
	font: .9em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	padding: 2px;
}

#contactform {
	width: 500px;
	margin: 0 auto;
}

.halfinput {
	width: 240px;
}

.fullinput {
	width: 500px;
}

#mail_message {
	width: 500px;
	height: 140px;
}

.promo {
	text-align: center;
}

.promo img {
	display: block;
	margin: 0 auto 10px auto;
}

/* show error to user */
.err
{
	color: #ff0000;
	font-weight: bold;
}

/* pagination */
.pagination_wrapper
{
	margin: 0 auto;
}
.pagination a
{
	text-decoration: none;
}
.pagination
{
	width: 15px;
	border: 1px solid #226688;
	text-align: center;
}
.pagination_current_page
{
	background: #d3d3d3;
}

