/* Default Theme (Colour Scheme) */

.webbody {
	background:#eeedeb url(/img/bg.jpg) repeat-x;
}
#wrapper {
	background:#fff url(/img/content_bg.jpg) left repeat-y;
}
#header {
	background:#A31118;
}


#nav {
	background-color: #A31118;
	border-left:solid 1px #731418;
}
#nav a {
	color: #e2d3c0;
	border-left:solid 1px #cc5a59;
	border-right:solid 1px #731418;
}
#nav a:hover {
	background-color: #830000;
}
.nav-on {
	background-color: #c1302b;
}
#subnav {
	font-size: 10px;
	background:url(/img/in-this-section.jpg) top left no-repeat;
	padding-top:37px;
}
#subnav li {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	padding-left: 10px;
}
#subnav li a {
	color: #666;
}
#subnav li:hover{
	background-color: #e8e8e8;
}
#subnav .indent  {
	padding-left: 18px;
	padding-bottom: 5px;
	border: none;
	background:#fff;
	height:18px;
	border-bottom: 0px solid #ccc;
	border-top: 0px solid #fff;
}


a:link, a:visited {
	color: #555;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr {
	color: #CCCCCC; /*For IE*/
	background-color: #CCCCCC; /*For Opera and Mozilla*/
	height: 1px;
	border:0;
	margin-bottom:20px;
	margin-top:20px;
}