body {
	background-image: url(/images/layout/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #41260c;
}

a:link    	{ font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-weight:bold; font-size:10px; text-decoration: none; }
a:visited 	{ font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-weight:bold;font-size:10px; text-decoration: none; }
a:active 	{ font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-weight:bold;font-size:10px; text-decoration: none; }
a:hover   	{ font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-weight:bold;font-size:10px; text-decoration: none; }

A.topnav:link {color:#41260c; text-decoration:none;} 
A.topnav:visited {color:#41260c;text-decoration: none;}
A.topnav:active {color:#41260c; text-decoration:none;} 
A.topnav:hover {color:#97b4d1;text-decoration:none;} 
A.botnav:link {color:#cc955e; text-decoration:none;} 
A.botnav:visited {color:#cc955e;text-decoration: none;}
A.botnav:active {color:#cc955e; text-decoration:none;} 
A.botnav:hover {color:#97b4d1;text-decoration:none;}
A.servicenav:link {color:#97b4d1; text-decoration:none;} 
A.servicenav:visited {color:#41260c;text-decoration: none;}
A.servicenav:active {color:#41260c; text-decoration:none;} 
A.servicenav:hover {color:#ffffff;text-decoration:none;}


.bottom_repeat {
	background-image: url(/images/layout/bottom_edge.jpg);
	background-color: #41260c;
	background-repeat: repeat-x;
	background-position: bottom;
}
.left_border {
	background-image: url(/images/layout/left-edge.jpg);
	background-color: #a3713e;
	background-repeat: repeat-y;
	background-position: left;
}
.right_border {
	background-image: url(/images/layout/right_edge.jpg);
	background-color: #a3713e;
	background-repeat: repeat-y;
	background-position: right;
}
.interiorfade {
	background-image: url(/images/layout/inside_fade.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.brownbackground {
	background-image: url(/images/layout/brown_background.jpg);
	background-repeat: repeat;
}
.pageheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #FFFFFF;
}

