
body {
	padding:0;
	margin:0;
	background-image:url(images/main-bg.gif);
	font-family:Arial, Helvetica, sans-serif;
	color:#676767;
}

a {
	color:#AB5852;
}


li {
	list-style-type:square;
	font-size:11px;
	padding-bottom:5px;
}

#container {
	padding:0;
	margin:20px auto;
	width:643px;
	background-image:url(images/border-bg.gif);
	background-repeat:repeat-y;
}

#header {
	padding:0;
	margin:0;
	width:100%;
	background-image:url(images/top.gif);
	background-repeat:no-repeat;
}

h1 {
	font-family: Times, "Times New Roman", serif;
	font-size:35px;
	font-weight:normal;
	margin:0;
	padding:45px 0 0 45px;
}

h2 {
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding-left:45px;
}

#nav {
	padding:0 41px 0 0;
	margin:0 0 0 15px;
	width:573px;
	height:48px;
	background-image:url(images/nav-bg.gif);
	background-repeat:repeat-x;
	text-align:right;
}

#main {
	width:516px;
	padding:26px 50px 38px 77px;
	background-image:url(images/watermark.gif);
	background-repeat:no-repeat;
	background-position:83px 90px;
}

#title {
	padding:0;
	margin:0;
	background-image:url(images/header-line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	width:514px;
	height:20px;
}

h3 {
	font-size:17px;
	font-weight:normal;
	padding:0 0 2px 5px;
	margin:0;
}

#text {
	width:348px;
	padding:25px 0 0 4px;
	margin:0;	
	float:left;
}

#text img {
	padding-right:5px;
}

p {
	font-size:11px;
	text-align:justify;
	line-height:20px;
}

#imgs {
	padding:22px 0 0 38px;
	margin:0;
	float:left;
}

#address {
	height:17px;
	width:613px;
	padding-top:3px;
	margin:0 0 8px 16px;
	background-image:url(images/footer-bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:11px;
	text-align:center;
}

#address img {
	padding:1px 12px 0 10px;
}

#footer {
	width:100%;
	background-image:url(images/footer-line.gif);
	background-repeat:no-repeat;
	height:23px;
}


#nav a {
	display:block;
	height:15px;
	background-image:url(images/services-button.gif);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#5E5E5E;
	text-decoration:none;
	border:0;
	padding-top:33px;
	float:left;
	text-align:center;
}

#nav .home a {
	width:46px;
	background-image:url(images/home-button.gif);
}

#nav .home a:hover {
	background-image:url(images/home-button-on.gif);
}

#nav .services a {
	width:104px;
	background-image:url(images/services-button.gif);
	margin:0 2px;
}

#nav .services a:hover {
	background-image:url(images/services-button-on.gif);
}

#nav .contact a {
	width:88px;
	background-image:url(images/contact-button.gif);
}

#nav .contact a:hover {
	background-image:url(images/contact-button-on.gif);
}

#nav ul {
	margin:0;
	padding:0;
	border:0;
	display:block;
	width:242px;
	height:48px;

}

#nav li {
	display:inline;
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	border:0;
}
