@charset "UTF-8";
/* CSS Document */


body {
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
}	
html {
    height: 100%;
	margin: 1px 0 1px;
	padding: 0;
}

#header {
	width: 100%;
	height: 105px;
	background-image: url(image/headerbg.jpg);
	background-repeat: repeat-x;
}

.maintxt {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #222222;
	line-height: 16px;
}

#content {
	width: 100%;
	height: 430px;
	visibility: visible;
	overflow: auto;
	border: 0;
}

a:link {
	color: #672511;
}
a:visited {
	color: #672511;
}
a:hover {
	color: #672511;
}
a:active {
	color: #672511;
}

#servicesdiv
{
width: 350px;
}
