
body {
background-color: #CC9900;
font-family: Arial,Verdana,sans-serif;
margin: 0;
padding: 5px;
color: #330000;
}

#cont {
position: relative;
background:  url(../images/bg.jpg) repeat-y;
margin: 20px auto;
padding: 0 0 0 0;
width: 750px;
border: 0;
}

#main {
margin: 0 0 0 50px;
width: 640px;
background: transparent;
}


#left_main {
	float: left;
	margin-top: 10px;

}

#right_main {
	margin: 10px 0 20px 250px;
	width: 370px;
}

#right_main h2 {
	text-align: center;
}

#center_main {
	text-align: center;
}

#header {
	background:  url(../images/header.jpg) top left no-repeat;
	height:100px;
	margin: 0;
	}

#header p {
	text-align: right;
	margin: 75px 20px 0 0;
}	

#header h1 {
	text-align: left;
	margin: 0 0 0 0;
	padding: 50px 0 10px 280px;
	font-size: 150%;
	letter-spacing: 3px;
	}

p {
font-size: 95%;
padding: 5px 5px 10px 5px;
margin: 0;
line-height: 16px;
}

#top_nav {
	text-align: center;
}

#top_nav ul li{
	display: inline;
	list-style: none;
	margin: 0 25px 0 0;
}

#top_nav a {
	text-decoration: none;
	font-weight: bold;

}

#small_horizontal_nav {
	text-align: center;
	margin: 0;
	padding: 0;
}

#small_horizontal_nav ul li{
	display: inline;
	list-style: none;
	margin: 0 15px 0 0;
}

#small_horizontal_nav a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#text h3 {
margin: 10px 0 0 0;
font-size: 105%;
}

#services {
	margin: 0 0 0 40px;
}

#services img {
	border: none;
}

#services ul li {
	font-size: 14px;
	list-style: none;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	
}

#services ul li a {
	font-size: 14px;
	list-style: none;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	
}

#contact {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 80px;
	padding: 0;
	line-height: 20px;
}

#contact a {
	font-size: 14px;
	margin: 0 0 0 80px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h3 {
	padding: 0;
	margin: 0;
}

a, a:link, a:visited {
	color: #330000;
	text-decoration: underline;
	font-weight: normal;
	background: transparent;
}

a:hover {
	color: #FFD940;
	text-decoration: underline;
	font-weight: normal;
	background: transparent;
}

.footer {
	text-align: center;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

#footer {
margin: 0;
background: url(../images/footer.jpg) top left no-repeat;
height: 40px;
text-align: center;
font-size: 10px;
}

#footer a, #footer a:link, #footer a:visited {
text-decoration: none;
color: #CC9900;
font-weight: bold;
padding: 0;
}

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


