@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bck3.jpg);
	background-color: #500E10;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
}
.pic {
	float: left;
	height: 125px;
	width: 125px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9CA47B;
}


#main_head {
	background-image: url(images/main_head.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 950px;
	float: left;
}
#main {
	background-image: url(images/main_bck.png);
	background-repeat: repeat-y;
	width: 950px;
	padding-right: 40px;
	padding-left: 40px;
	float: left;
}
#main_footer {
	background-image: url(images/main_footer.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 950px;
	float: left;
}

#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	padding: 5px;
	height: 30px;
	width: 840px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 1.25em;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3F5457;
	border-right-color: #3F5457;
	border-bottom-color: #3F5457;
	border-left-color: #3F5457;
	clear: both;
}
.nav_item {
	float: left;
	margin-right: 40px;
}

hr {
	height: 3px;
	width: 850px;
	color: #3F5457;
}
#left {
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: normal;
	float: left;
	margin-right: 40px;
}
#right {
	float: left;
	width: 290px;
	border: 1px solid #808080;
	padding: 10px;
}
.image_right {
	float: right;
	width: 290px;
}

.niceform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
.niceform input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
.niceform textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1 em;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #500E10;
	float: left;
	margin-bottom: 0px;
	width: 100px;
}
#news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
	float: none;
	margin-left: 0px;
	width: 833px;
	clear: both;
	margin-bottom: 20px;
	background-color: #500E10;
	padding: 7px;
	line-height: 1.4em;
}
#news a:link{
	color: #A0A0A4;
}
#news a:hover{
color: #ffffff;
}
#news a:active{
color: #A0A0A4;
}
#news a:visited{
color: #A0A0A4;
}

