/* CSS Document */

body {
	background-image:url(../images/bg_repeat.jpg);
	background-position:0px 127px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
	padding:0px;
	color:#095200;
	line-height: 18px;
}

a {
	color:#a0bd5c;
	font-weight:bold;
	text-decoration:none;
}

#containter {
	background-image:url(../images/content_bg.png);
	background-repeat:repeat-y;
	background-position:center;
}

#header_container {
	background-image:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
	padding:0px;
	margin:0px;
}

#header {
	width:1020px;
	height:250px;
	margin:0px auto 0px auto;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	background-position:top center;
}
#search {
}
#nav {
	position:relative;
	top:135px;
	left:383px;
	text-align:left;
	width:400px;
}
#nav #mainNav li {
	list-style:none;
	float:left;
}
#nav a {
	color:white;
	font-weight:normal;
	padding:0px 6px 0px 6px;
}
#content {
	width:1020px;
	margin:-30px auto 0px auto;
	min-height:500px;
	padding: 0px 0px 45px 0px;
}

#content_text {
	margin:5px 110px 0px 110px;
}

h1,h2,h3 {
	font-family: 'JournalRegular';
	font-weight:normal;
	position:relative;
	left: -20px;
}

h1 {font-size:55px; letter-spacing:3px;}
h2 {font-size:55px; letter-spacing:3px;}
h3 {font-size:35px; letter-spacing:2px;}

#news {
	float:left;
	margin: 10px 0px 10px 0px;
	width:350px;
	clear:none;
	line-height:18px;
}

#links {
	float:right;
	margin: 10px 0px 10px 0px;
	width:400px;
	clear:none;
}

#links ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#links li {
	margin-bottom:10px;
}

#footer {
	background-image:url(../images/footer.png);
	background-position:top center;
	background-repeat:no-repeat;
	height:45px;
	clear:both;
}
#footer p {
	width:980px;
	margin:0px auto 0px auto;
	text-align:right;
	font-size:10px;
}

.line {
	border-bottom:1px solid #095200;
}

.left {
	float:left;
	margin-right:20px;
	marign-bottom:5px;
}
