


body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	letter-spacing: 1px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
    background: #ffffff url(images/body_top.jpg) repeat-x top;
}
		
a:link, a:visited { color: #0066CC; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #CC0000; text-decoration: underline; }

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.divider {
	background: url(images/divider.png) repeat-x bottom;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.margin_r30 { margin-right: 30px; }

h2 {
	margin: 0 0 10px 0;
	padding: 10px 0 15px 0;
	font-size: 26px;
	font-weight: normal;
	color: #96e135;
	background: url(images/title_bg.jpg) bottom left no-repeat;
}
h3 {
	margin: 0	;
	padding: 2px 0;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}

#wrapper {
	width: 990px;
	margin: 0 auto;
}

/* header */

#site_title_bar {
	width: 970px;
	height: 90px;
	padding: 0 10px;
	background: url(images/header_bg.jpg) top center;
}

#site_title_bar  #site_title {
	float: left;
	width: 400px;
	padding: 0px 0px 0 20px;
	overflow: hidden;
}
/* end of header */

/* menu */

#menu {
	width: 970px;
	height: 60px;
	padding: 0 10px;
	background: url(images/menu_bar.jpg) no-repeat;
}

#menu ul {
	float: left;
	margin: 0px;
	padding: 15px 0 0 20px;
	list-style: none;
}

#menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#menu ul li a {
	position: relative;
	font-family:"Courier New", Courier, monospace;
	float: left;
	display: block;
	width: 200px;
	height: 35px;
	padding: 5px 0 0 0;
	margin-right: 15px;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	color: #333;	
	font-weight: bold;
	outline: none;
	
}

#menu li a:hover, #menu li .current {
	background: url(images/menu_hover.png) no-repeat;
}

/* end of menu */

/* search */

#search {
	clear: both;	
	width: 970px;
	height: 40px;
    padding: 0 10px;
	background: url(images/search_bar.jpg) no-repeat;	
}


/* end of search */

/* banner */

#banner {
	clear: both;
	width: 880px;
	height: 200px;
    padding: 0 70px 0 40px;
	background: url(images/banner.jpg) no-repeat;
}
/* end of banner */

/* content */

#content {
	clear: both;
	width: 900px;
	padding: 0 45px;
	background: url(images/content_middle.jpg) repeat-y;;
}

#content_top {
	clear: both;
	width: 990px;
	height: 70px;
	background: url(images/content_top.jpg) no-repeat;
}

#content_bottom {
	clear: both;
	width: 990px;
	height: 35px;
	background: url(images/content_bottom.jpg) no-repeat;
}

.section_w900 {
	clear: both;
	width: 900px;
}

.box {
	float: left;
	width: 620px;
	padding: 0 19px 0 0;
}

.box_border {
	border-right: 1px dotted #999;
}

.box h2 {
	color: #9b1919;
	font-size: 20px;
	margin-bottom: 10px;
}

.box .box_image_wrapper {
	float: left;
	text-align: center;
	margin-right: 20px;
}

.box1 {
	float: left;
	width: 180px;
	padding: 0 19px 0 0;
}

.box_border {
	border-right: 1px dotted #999;
}

.box1 h2 {
	color: #9b1919;
	font-size: 20px;
	margin-bottom: 10px;
}
.box1 li {
list-style:circle;
color:#9b1919;
}

.box1 .box_image_wrapper {
	float: left;
	text-align: center;
	margin-right: 20px;
}

/* end of content */

/* footer */

#footer {
	clear: both;
	width: 970px;
	margin: 0 auto;
	padding: 40px 10px;
	color: #666;
}

#footer  a {
	color: #000000;
}
/* end of footer */
