@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-image: url(bg.png);
	background-repeat:repeat-x;
	color:#482400;
}

#wrap {
	position:relative;
	margin:0 auto;
	width:768px;
	overflow:hidden;
	background-color:#E4D1BE;
}

#header {
	width: 768px;
	height:100px;
	border-bottom:10px solid #482400;
	text-align:right;
}

#navlink {
	padding: 30px 20px 5px 10px;
}

#sbg {
	position:relative;
	width:768px;
	background-image:url(images/sbbg.png);
	background-repeat:repeat-y;
	overflow:hidden;
}

#sidebar {
	width:210px;
	float:left;
	background-color:#BBDDFF;
}

#sidebar p {
	padding-left:10px;
	padding-top:5px;
	font-weight:bold;
}

#sidebar a {
	text-decoration:none;
}

#sidebar a:link {
	color:#482400;
}

#sidebar a:visited {
	color:#482400;
}

#sidebar a:hover {
	text-decoration:underline;
}

#sidebar a:active {
	color:#482400;
}

#content {
	width:525px;
	float:left;
	padding-left:10px;
	padding-top:10px;
	border-left:10px solid #482400;
}

#content img {
	padding-left:30px;
}

#content h1 {
	font-size: larger;
}
#intro {
	padding-left:35px;
}

#bna {
	width:520px;
	text-align:center;
}

#servicesa {
	width:220px;
	float:left;
	border-right:2px solid #482400;
	padding:10px 0px 10px 10px;
	margin-top:10px;
	font-size:18px;
}

#servicesb {
	width:260px;
	float:left;
	padding:10px 5px 10px 20px;
	margin-top:10px;
	font-size:18px;
}

#servicesa, servicesb, p {
	padding-top:10px;
}
#servicea, serviceb, a {
	text-decoration:none;
}

#servicea, serviceb, a:link {
	color:#482400;
}

#servicea, serviceb, a:visited {
	color:#482400;
}

#servicea, serviceb, a:hover {
	text-decoration:underline;
}

#servicea, serviceb, a:active {
	color:#482400;
}

#contact {
	margin-top:20px;	
}

#contact p {
	font-weight:bold;
}

#contact img {
	border:2px solid #482400;
	padding:0;
}

#footer {
	width: 768px;
	clear:both;
	border-top:10px solid #482400;
}

#copyright {
	margin: 0 auto;
	text-align:right;
	font-weight:bold;
	padding-bottom:5px;
}

#copyright ul li {
	display: inline;
	border-right:1px solid #482400;
	padding:0 1.5em;
}

#copyright li.last {
	border-right: 0;
}
