body
{
	margin: 0 0 10px 0;
	font-family: arial, lucida, sans-serif;
	font-size: 12pt;
	color: #000000;
	background: url(images/background.gif) repeat-x;
	background-color: #807f80;
}

h3, h4
{
	margin: 5px 0 5px 0;
	padding: 0;
}

a:link, a:visited, a:active
{
	color: #cc6633;
	font-weight: bold;
	text-decoration: underline;
}

a:hover
{
	color: #cc6633;
	font-weight: bold;
	text-decoration: none;
}

#container
{
	width: 750px;
	margin: 0 auto;
}

#header
{
	background: url(images/header.gif) no-repeat;
	height: 100px;
}

#navlinks
{
	margin: 40px 12px 0 0;
	padding: 0;
	float: right;
}

#navlinks ul 
{
	margin: 0;
	padding: 5px;
	list-style-type: none;
	text-align: center;
	background-color: #8cac8c;
}

#navlinks ul li
{  
	display: inline;
}

#navlinks ul li a
{
	font-family: arial, lucida, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 5px;
	color: #ffffff;
}

#navlinks ul li a:hover
{
	text-decoration: underline;
}

#header2
{
	clear: both;
	background: url(images/header2.gif) no-repeat;
	height: 245px;
}

#main
{
	width: 750px;
}

#content
{
	float: left;
	margin: 0 0 0 25px;
	padding: 20px;
	background: #ffffff;
	width: 655px;
	border: 1px solid #333333;
}

.button_index
{
	float: left;
	margin: 0 23px;
	padding: 100px 0 10px 0;
	background: url(images/arrow.gif) no-repeat top center;
	background-color: #ffffff;
	width: 200px;
	border: 1px solid #333333;
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
}

#services_list li
{
	padding: 3px 0;
}

#footer
{
	clear: both;
	padding: 15px 0;
	font-size: 8pt;
	text-align: center;
}