

body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
    background: #413e3e url(images/body.jpg) repeat;
}
		
a:link, a:visited { color: #FFFFFF; text-decoration: underline; font-weight: normal; } 
a:active, a:hover { color: #000000; text-decoration: none; }

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }



#wrapper {
	width: 980px;
	margin: 0 auto;
}

/* menu */

#menu {
	width: 980px;
	height: 56px;
	margin: 0 auto;
	background: url(images/menu.png) no-repeat center top;
}

#menu ul {
	width: 606px;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
}

#menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#menu ul li a {
	position: relative;
	float: left;
	width: 100px;
	display: block;
	height: 35px;
	padding: 15px 0 0 0;
	margin-right: 1px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;	
	font-weight: bold;
	outline: none;
}

#menu li a:hover, #menu li .current {
	background: url(images/menu_hover.png) repeat-x top;
}

/* end of menu */

/* header */

#header {
	clear: both;
	width: 980px;
	height: 138px;
	margin-top: -5px;
	background: url(images/header.png) no-repeat;
}

#header  #site_title {
	width: 500px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	text-align: center;
}


#header  #site_title h1 {
	margin: 0px;
	padding: 0px;
	font-size: 42px;
	color:#FF0000;
	font-weight: bold;
	text-decoration: none;
	font-family:"Monotype Corsiva";
}



/* end of header */

/* content */

#content_wrapper {
	clear: both;
	width: 960px;
	padding: 0 10px;
	background: url(images/content.png) repeat-y;
}

#main_service_section {
	width: 880px;
	min-height: 290px;
	padding: 20px 40px 0 40px;
	background: url(images/home_top.png) no-repeat bottom center;
}

.service_box {
	width: 410px;
}



.content_section {
	width: 880px;
	padding: 20px 40px;
	clear: both;
}

.content_section p {
	text-align: justify;
	margin-bottom: 10px;
}

.content_section h2 {
	font-size: 24px;
	margin-bottom: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	
}

.section_410 {
	width: 240px;
	margin-left:60px;
	margin-right:5px;
}
.section_410 p{
padding-left:30px;}
.section_410 p a{
color:#CCFF00;
text-decoration:none;}
.section_410 p a:hover{
color:#993300;}
.section_411 {
	width: 570px;
}


/* end of content */

/* footer */

#footer {
	width: 900px;
	min-height: 74px;
	padding: 30px 40px 5px 40px;
	margin: 0 auto;
	text-align: center;
	color: #d4d2d2;
	background: url(images/footer.png) no-repeat top; 
}

#footer a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#footer .footer_menu {
	margin: 0 0 10px 0;
	padding: 0px;
	list-style: none;
}

.footer_menu li {
	margin: 0px;
	padding: 0 20px;
	display: inline;
	border-right: 1px solid #ffffff;
}

.footer_menu li a {
	color: #ffffff;
}

.footer_menu .last_menu {
	border: none;
}

/* end of footer */