body {
	margin: 0;
	padding: 0;
	font-family: arial, tahoma, verdana;
	color: #484848;
	font-size: 14pt;
	background: #9d0a0f url(images/bg.jpg) repeat-x;
}

img {
	border: none;
}

.clear
{
	clear: both;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	font-family: arial;	
}

h1 {
	font-size: 25px;
	font-family: arial;
	color: #ce2e23;
	padding-top: 15px;
}

h2 {
	font-size: 18px;
	font-family: arial;
	color: #ce2e23;
	padding-top: 15px;
}

h3 {
	font-size: 14px;
	font-family: arial;
	color: #ce2e23;
	padding-top: 15px;
}


h3 {
	font-size: 12px;
	font-family: arial;
	color: #ce2e23;
	padding-top: 15px;
}



#main_wrapper {
	margin: auto;
	background-image: url(images/main_wrapper_bg.png);
	background-repeat: repeat-y;
	min-height: 600px;
	width: 950px;
	padding: 0 18px;
}

#main_wrapper_bottom {
	background-image: url(images/main_wrapper_bg_bottom.png);
	margin: auto;
	margin-bottom:10px;
	background-repeat:no-repeat;
	width: 940px;
	padding: 30px 18px;
}

#navigation {
	margin-top: 25px;
	margin-right: 25px;
	padding: 0px;
	background-image: url(images/nav_bg.png);
	min-height: 68px;
	
}

#navigation_links {
	margin-left: 305px;
	padding-top: 28px;
}

#contact_bar {
	margin-left: 1px;
	margin-top: 5px;
}

#wrapper_top {
	margin: auto;
	background-image: url(images/wrapper_bg_top.png);
	background-repeat: no-repeat;
	min-height: 5px;
	margin-top: 10px;
}

#wrapper_content {
	margin: auto;
	background-image: url(images/wrapper_bg.png);
	background-repeat:repeat-y;
	min-height: 500px;
}

#content{
	margin-left: 75px;
	margin-right: 85px;
	padding-top: 10px;

}

#wrapper_bottom {
	margin: auto;
	background-image: url(images/wrapper_bg_bottom.png);
	background-repeat:no-repeat;
	min-height: 10px;
}

#text{
	padding-bottom: 80px;
	font-family: arial;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}

#text a:link, #text a:active, #text a:visited{
	color: #ce2e23;
	text-decoration: none;
	font-family: arial;
}

#text a:hover{
	color: #b2b2b2;
	text-decoration: none;
	font-family: arial;
}

#links a:link, #links a:active, #links a:visited{
  	color: #fff;
	text-decoration: none;
	font-family: arial;	
}

#links a:hover{
	color: #ce2e23;
	text-decoration: none;
	font-family: arial;
}

#service_subnav {
	padding-bottom: 15px;
}

#service_subnav a:link, #service_subnav a:active, #service_subnav a:visited {
	color: #b2b2b2;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
}

#service_subnav a:hover {
	color: #ce2e23;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
}

#footer {
	color: #000;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	margin-left: 700px;
	margin-top: 5px;
	margin-bottom: 10px;
}
