/* CSS Document */

body {
	background:url(../images/bg.jpg) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
}

a:link { color: #8FAC5E; text-decoration: underline; font-weight:bold; }
a:visited { color: #8FAC5E; text-decoration: underline; font-weight:bold; }
a:active { color: #8FAC5E; text-decoration:none; font-weight:bold; }
a:hover{color:  #FFFFFF; background-color:#8FAC5E; text-decoration:none; font-weight:bold;}

#container {
	width:660px;
	background:#DEE2C7;
	margin:auto;
}

	#container #left {	
		background:url(../images/left.jpg) top left repeat-y;
		width:20px;}
	#container #right {	
		background:url(../images/right.jpg) top left repeat-y;
		width:18px;}

.services {
	color:#AC8163;
	margin:10px;
	height:37px;
	background:url(../images/bracket.jpg) top left no-repeat;
		}
		.services ul {
			list-style: none;
			margin: 0px 0 0 10px;
			padding: 0;
			font-size:11px;
			letter-spacing: 1px;
			}
			.services ul li {
				margin: 0;
				padding: 0 5px;
				float: left;
				border-left:#657943 1px solid;
				}
				.services li.left { border-left: none; }
				
				.services a:link { color: #AC8163; text-decoration: underline; font-weight:normal;}
				.services a:visited { color: #AC8163; text-decoration: underline; font-weight:normal; }
				.services a:active { color: #AC8163; text-decoration:none; font-weight:normal;}
				.services a:hover{color:  #FFFFFF; background-color:#AC8163; text-decoration:none; font-weight:normal;}


		
h2 {
	color:#AC8163;}
h3 {
	color:#657943; 
	text-indent:20px;
	background:url(../images/h3bg.jpg) top left no-repeat;}
	
.border {
	border:#657943 solid 1px;
	margin:3px;
}

.body {	
	background:url(../images/divbg.jpg) top left repeat-x;
	width:600px;
	margin:0 auto;
	padding:8px;}

.intro {font-size:14px;}
		
.design { font-size:10px; color:#8FAC5E; margin:10px}

.footer {
	background:url(../images/whitebg.jpg) top left repeat-x;
	width:600px;
	margin:20px auto;
	padding:10px;
	font-size:12px;
	color:#AC8163;
}

