@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #4f6781;
	font-family: Arial, Helvetica, sans-serif;
	color: #283e56;
	font-size: 14px;
	line-height: 22px;
}

.border_bottom {
	border-bottom: 1px solid #ffeebc;
}

.border_top {
	border-top: 1px solid #ffeebc;
}

.border_right {
	border-right: 1px solid #ffeebc;
}

.border_left {
	border-left: 1px solid #ffeebc;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.half {
	width: 50%;
}

.padding_right30 {
	padding-right: 30px;
}

.margin_right {
	padding-right: 8px;
}

.image_float {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}	

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #62773a;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #283e56;
	font-weight: normal;
	display: inline;
	line-height: 24px;
}

img {
	border: none;
}

ul {
	margin-bottom: 25px;
}

li {
	margin-bottom: 7px;
}

a {
	color: #283e56;
	text-decoration: underline;
}
	
a:hover {
	text-decoration: none;
}

#main {
	margin-right: auto;
	margin-left: auto;
	width: 999px;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-y;
}

#sub {
	padding-left: 19px;
	padding-right: 19px;
}

#menu {
	background-color: #6081a2;
	height: 31px;
	border-bottom: 1px solid #ffeebc;
	text-align: center;
	/*padding-left: 4px;*/
}

#center {
	border-bottom: 1px solid #ffeebc;
	background-color: #324c65;
	background-image: url(../images/bg_center.jpg);
	background-position: right;
	background-repeat: repeat-y;
	color: #feeebc;
	line-height: normal;
}

#center a {
	color: #feeebc;
}

.green_middle {
	background-image: url(../images/bg_green.gif);
	height: 20px;
}

.green_bottom {
	background-image: url(../images/bg_green.gif);
	height: 40px;
}

#blue {
	background-image: url(../images/bg_blue.jpg);
	background-repeat: repeat-x;
	padding: 25px 30px;
}

#blue_sub {
	background-image: url(../images/bg_blue.jpg);
	background-repeat: repeat-x;
	padding: 30px;
	float: left;
	width: 640px;
}

#footer {
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-color: #4f6781;
	padding: 10px 18px;
	color: #87a2c1;
	font-size: 10px;
}

#footer a {
	text-decoration: none;
	color: #87a2c1;
}

#footer a:hover {
	text-decoration: underline;
}

#side_bar {
	background-image: url(../images/bg_side.jpg);
	background-position: right;
	background-color: #375671;
	background-repeat: repeat-y;
	width: 200px;
	float: left;
	padding: 30px;
}

#side_bar a {
	color: #a7c0cf;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

#side_bar a:hover {
	text-decoration: none;
}

#side_bar ul {
	list-style-image: url(../images/bullet.gif);
	margin: 0px;
	padding: 0px;
	margin-bottom: -15px;
	
}

#side_bar li {
	margin-bottom: 15px;
	margin-left: 15px;
}

#nav {
	background-image: url(../images/bg_nav.jpg);
	background-repeat: repeat-y;
	width: 200px;
	margin-left: -30px;
	margin-top: -30px;
	margin-right: -30px;
	margin-bottom: 30px;
	padding: 30px;
	border-bottom: 1px solid #ffeebc;
	color: #a7c0cf;
}

#nav a:hover {
	color: #c6b178;
}

#gallery img {
	border: 1px solid #fcecc8;
}

.rule {
	background-color: #fcecc8;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0px;
}

#type-wrapper {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 965px;
}

#bottom-type {
	color: #87a2c1;
	font-size: 10px;
	line-height: normal;
	position:absolute;
	top: 1250px;
	padding-bottom: 10px;
}


#bottom-type a {
	color: #87a2c1;
}
	
