body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: #222;
	line-height: 130%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: center;
}

#wrapper-header { background: #222; }

#header {
	background: #222 url('images/banner.jpg') right no-repeat;
	width: 75%;
	height: 125px;
	line-height: 125px;
	margin: 0 auto;
	border-left: 1px solid #c4a35c;
	border-right: 1px solid #c4a35c;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #eee;
	font-size: 220%;
	padding-left: 10px;
	letter-spacing: -1px;
}

#wrapper-menu {
	background: url('images/menu-background.png') top left repeat-x;
	float: left;
	width: 100%;
}

#menu {
	width: 75%;
	margin: 0 auto;
	font-size: 95%;
	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	padding-right: 2px;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-left: 1px solid #c4a35c;
	border-right: 1px solid #c4a35c;
	width: 100%;
}

#menu li { display: inline; }

#menu a:link, #menu a:visited {
	padding: 0.25em 1em;
	background: transparent;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #c4a35c;
}

#menu a:hover {
	background: url('images/menu-hover.png') repeat-x;
	color: #c4a35c;
}

#content {
	width: 75%;
	margin:0 auto;
	padding-top: 25px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: #f5f5f5;
	font-size: 12px;
	text-align: left;
}
#sidebar {
	float: right;
	width: 30%;
	padding: 10px;
	border-left: 1px solid #ccc;
}
#box1 li {
	list-style-type: square;
	margin-left: 20px;
}
#main {
	width: 60%;
	padding: 20px;
}
#main2 {
	width: 90%;
	padding: 20px;
}
#main li, #main2 li {
	list-style-type: square;
	margin-left: 20px;
}
* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

#footer {
	width: 100%;
	text-align: right;
	color: white;
	background: #ac0000 url('images/menu-background.png') top left repeat-x;
	border: 1px solid #c4a35c;
	font-size: 90%;
}
#footer p {
	padding: 15px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
h2 {
	background: url('images/bar.png') no-repeat;
	padding: 5px;
	color: #black;
	padding-bottom: 3px;
	border-bottom: 1px solid #b29553;
	font-size: 150%;
	letter-spacing: -1px;
}

a:link, a:visited {
	color: #ac0000;
	text-decoration: underline;
}

a:hover {
	color: #c5a45d;
	text-decoration: none;
}

p { margin-left: 0.5em; }

img {
	 background-color: #fff;
	 border: 1px solid #a9a9a9;
	 display: block;
	 margin: -5px 5px 5px -5px;
	 padding: 4px;
	 position: relative;
}
h1 {
	font-size: 14px;
	color: #b60000;
	margin-left: 1em;
}
h3 {
	font-weight: bold;
        font-family: Arial;
	padding-left: 13px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 15px;
	font-size: 18px;
	color: #b60000;
}
textarea, input {
	margin: 1px;
}
textarea {
	width: 100%;
}
.pic {
	float: left;
	display: block;
	width: auto;
	_position: relative;
	margin: 13px 13px 3px 4px;
}
.pic img {
	 background-color: #fff;
	 border: 1px solid #a9a9a9;
	 display: block;
	 margin: -5px 5px 5px -5px;
	 padding: 4px;
	 position: relative;
}
.pic img:hover, .pic:hover img, .pic:hover img {
	background-color: #ccd;
}
#sidebar {
	padding-right: 20px;
}
#sidemenu a {
	display: block;
	width: 95%;
	background: #eee;
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 10px;
	text-decoration: none;
}
#sidemenu a:hover {
	color: #fff;
	background: #c4a35c;
}
#sidemenu li {
	list-style: none;
}
.read_on {
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #be0000;
}