@import "navigation.css";
@import "content.css";
@import "h.css";
@import "footer.css";

body
{
	background-image: url("../images/web/bg_body.jpg");
	background-position: top;
	background-repeat: repeat-x;
	background-color: #999999;
	
	margin: 0;
	padding: 0;
	text-align: center;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

a {
	color: #1D633A;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

#website {
	width: 86%;
	background: #fff;	
	text-align: left;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 0px 5px 5px 5px;
	margin: auto;
}

#logo {
	position: absolute;
	margin: 3px;
}

#top-frame
{
	background: url("../images/web/frame-top.jpg");
	background-position: top;
	background-repeat: repeat-x;
	height: 10px;
}

#bottom-frame
{
	background: url("../images/web/frame-bottom.jpg");
	background-position: top;
	background-repeat: repeat-x;
	height: 10px;
}

#eyecatcher {
	text-align: left;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #000;
}

#eyecatcherdiv {
	max-width:900px;
}

#service_pages {
	width: 98%;
	text-align: right;
	padding-top: 5px;
}

#service_pages ul li {
	display: inline;
}

hr {
	height: 1px;
	border: none;
	border-bottom: 1px solid #ccc;
}
