@charset "utf-8";
body  {
	font: 100% Tahoma, Geneva, sans-serif;
	background: #fff url(images/body_background.jpg) no-repeat fixed;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container { 
	width: 790px;
	margin: 0 auto;
	text-align: left;
}
#container_top {
	background: url(images/container_top.png) no-repeat;
	height: 14px;
}
#container_body {
	background: url(images/container_body.png) repeat-y;
	min-height: 500px;
}
#container_bottom {
	background: url(images/container_bottom.png) no-repeat;
	height: 14px;
}
#sidebar1 {
	float: left;
	width: 210px;
	padding-left: 17px;
	padding-right: 0;
}
#smallbox_top {
	background: url(images/smallbox_top.png) no-repeat;
	height: 14px;
}
#smallbox_body {
	background: url(images/smallbox_body.png) repeat-y;
}
#smallbox_bottom {
	background: url(images/smallbox_bottom.png) no-repeat;
	height: 14px;
}
.logo {
	padding-left: 7px;
}
#contact {
	display: block;
	text-align: center;
	font-size: 12px;
	padding-right: 25px;
	font-weight: bold;
	padding-top: 15px;
}
a.contact {
	color: #1b75bb;
	text-decoration: none;
}
ul.menu {
	margin: 0;
	padding-left: 14px;
	list-style: none;
}
ul.menu li {
	display: block;
	width: 156px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #000;
}
ul.menu li.last {
	border: 0;
}
ul.menu li a {
	color: #000;
	text-decoration: none;
}
ul.menu li a:hover {
	color: #1b75bb;
}
#mainContent {
	margin: 0 0 0 230px;
	padding: 0;
}
#largebox_top {
	background: url(images/largebox_top.png) no-repeat;
	height: 14px;
}
#largebox_body {
	background: url(images/largebox_body.png) repeat-y;
}
#largebox_bottom {
	background: url(images/largebox_bottom.png) no-repeat;
	height: 14px;
}
p {
	margin: 0;
	padding-right: 45px;
	padding-left: 15px;
	padding-top: 10px;
	font-size: 14px;
}
h1 {
	display: block;
	text-align: center;
	margin: 0;
	padding-right: 30px;
	font-size: 18px;
	color: #1b75bb;
}
.image_left {
	float: left;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 15px;
}
.image_right {
	float: right;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 45px;
}
#gallery {
	margin-left: 18px;
	margin-top: 10px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}