body {

	font-family:arial;
	color:#000000;
	background-image: url('/images/bg.gif');
	background-repeat: repeat-y;
	background-attachment:fixed;
	background-position:center; 
}
h4 {
	color:#FFFFFF;
}

a:link { 
	color: #000000;
	}
a:visited { 
	color: #000000;
	}
a:hover { 
	color: #000000;
	}
a:active { 
	color: #000000;
	}

#wrapper {
	width:1005px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-color: #fff;
}	
#header {
	background-repeat:no-repeat;
	background-image: url('/images/header_top.jpg');
	height:143px;
	width:1000px
}

#navbar {
	background-image: url('/images/nav_bg.jpg');
	background-repeat:no-repeat;
	height:52px;
	text-align:left;
	width:1005px
}
#left {
	width:200px;
	float:left;
	display:inline;
	background-color: #fff;
}
#center {
	width:600px;
	float:left;
	display:inline;
}
#right {
	width:190px;
	display:inline;
	background-color: #fff;
	float:right;
}

#content_top {
	background-image: url('/images/content_top.gif');
	background-repeat:no-repeat;
	height:14px;
	margin:0;
}
#content_mid {
	background-image: url('/images/content_mid.gif');
	background-repeat: repeat-y;
	margin:0;
}

#content_bot {
	background-image: url('/images/content_bot.gif');
	background-repeat:no-repeat;
	height:23px;
	margin:0;
	margin-bottom: 50px;
}

#cal_top {
	background-image: url('/images/cal_top.gif');
	background-repeat:no-repeat;
	margin:0;
	height:15px;
}
#cal_mid {
	background-image: url('/images/news_mid.gif');
	background-repeat:repeat-y;
	margin:0;
}
#cal_bot {
	background-image: url('/images/news_bot.gif');
	background-repeat:no-repeat;
	height:23px;
	margin:0;
}
#news_top {
	background-image: url('/images/news_top.gif');
	background-repeat:no-repeat;
	margin:0;
	height:29px;
}
#news_mid {
	background-image: url('/images/news_mid.gif');
	background-repeat:repeat-y;
	margin:0;
	padding:10px;
}
#news_bot {
	background-image: url('/images/news_bot.gif');
	background-repeat:no-repeat;
	height:23px;
	margin:0;
}
.home_txt {
	margin-top:10px;
	color:#177517;
	width:195px;
	font-size:12px;
	}
#iframe {
	position:relative;
	top:-20px;
}
#menu {
width:185px;
float:right;
position:relative;
left: -40px;
}
.menu ul{
list-style-type: none;
padding: 0;
margin: 0;
}

.menu li{
list-style-type: none;
background-image: url(/images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: 1em;
}