@charset "utf-8";
/* CSS Document */
<!--
body {
	background-color: #676767;
	color:#676767;
	font-family:Helvetica, Geneva, Arial, sans-serif;
	padding-top:3px;
	margin-top:3px;
}
#container {
	width:850px;
	background-color:#f5efdc;
	border:5px solid #bfb7ae;
}

h1 {
	display:block;
	width:100%;
	background-color:#bfb7ae;
	color:white;
	font-size:1.6em;
	text-align:left;
	margin:0;
	padding-bottom:3px;
}
#header {
	background-color:#bfb7ae;
	background-image:url(../Templates/images/header-bground.gif);
	height:120px;
}
#header img {
	margin-left:530px;
}
#image {
	height:400px;
}
#main {
	width:835px;
	border:2px solid #bfb7ae;
	margin:5px;
	font-size:0.9em;
}
#main p{
	margin-left:10px;
	margin-right:10px;
	margin-top:15px;
	margin-bottom:15px;
}
#content {
	margin-top:10px;
	margin-right:10px;
	width:582px;
	float:right;
	border:2px solid #bfb7ae;
}
#content-left  {
	float:left;
	width:381px;
	padding-left:10px;
}
#content-right {
	float:right;
	width:40%;
}
a {
	text-decoration:underline;
	color:#676767;
}
a:hover {
	text-decoration:none;
	color:#bfb7ae;
}
.mainnav a, h2 {
	color:white;
	padding:5px;
	background-color:#676767;
	font-weight:bold;
	text-decoration:none;
	font-size:1.1em;
	line-height:1.5em;
}
h2  {
	text-align:left;
	margin:0;
}
.mainnav a:hover, .mainnavon a {
	color:white;
	padding:5px;
	background-color:#bfb7ae;
	font-weight:bold;
	text-decoration:none;
	font-size:1.1em;
	line-height:1.5em;
}
.subnav a {
	font-size:0.9em;
	background-color:#f5efdc;
	font-weight:bold;
	color:#676767;
	line-height:0.8em;
	text-decoration:none;
	border-bottom:2px solid #bfb7ae;
	color:#676767;
}
.subnav a:hover {
	color:#bfb7ae;
	border-bottom:none;
}
#nav {
	padding-top:5px;
}
#nav p {
	padding-top:5px;
	margin-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
}

#scroll {
	width:100%;
	overflow:scroll;
	overflow-y:hidden;
	height:125px;
}
#scroll img{
	text-decoration:none;
	border:2px solid #bfb7ae;
}
form {

}
input, textarea {
	border:2px solid #bfb7ae;
	padding:2px;
	width:250px;
	margin-bottom:10px;
}

.contacttitle {
	background-color:#bfb7ae;
	font-weight:bold;
	padding:5px;
	color:white;
}
.services {
	height:209px;
	border:5px solid #f5efdc;
}
.image {
	height:129px;
	border:5px solid #f5efdc;
}
#footer {
	width:850px;
	color:#bfb7ae;
	font-size:0.7em;
	padding-top:15px;
	text-align:justify;
}
#footer a {
	text-decoration:underline;
	color:#f5efdc;
}

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