/* Brass - An open source xhtml/css website template by Fernbap - http://fernbap.com.
Free to use in any way and for any purpose as long as the proper credits are given to the original designer.

Version: 1.0, August 2, 2008 */

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

body {
	font: 90% 'times new roman', times, serif;
	background: #501620 url(images2/bgwood.jpg);
/*	color: #404040; */
}

acronym {
	text-decoration: none;
	border: none;
}

a {
	color: #8B4513;
/*	color: #484848; */
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: .4em;
}

h1, h2, h3 {
	color: #8B4513;
}

code, blockquote {
	display: block;
	margin: 0 8px 10px 14px;
}

blockquote {
	font-style: italic;
	font-weight: 600;
	text-align: justify;
}

code {
	text-align: left;
	font: 0.9em 'Lucida Console', 'courier new', monospace;
	white-space: pre;
}

ul {
	margin-left: 20px;
}

.left {
	float:left;
	margin: 0 10px 5px 0;
}

.right {
	float:right;
	margin: 0px 0 5px 10px;
}

img.center {
	display: block;
	text-align: center;
	margin: 0 auto 8px;
}

img {
	padding: 4px;
	border: 1px solid #a0a060;
	background: #a07010;
}

#container {
	height: 100%;
	width: 780px;
	margin: 0 auto;
	background: #501620 url(images2/overall.jpg) center repeat-y;
	padding: 10px 40px 0 40px;
}

#pageHeader {
	width: 790px;
	height: 157px;
	margin: 14px auto;
	background: url(images2/headerbg.jpg) no-repeat;
	padding: 50px 0 2px;
}

#pageHeader h1 {
	font: 1.8em verdana, arial, serif;
	letter-spacing: .1em;
	text-align: center;
	color: #f5e8a0;
	font-weight: 600;
}

#pageHeader h1 a {
	text-decoration: none;
	color: #f5e8a0;
}

#pageHeader h2 {
	text-align: center;
	margin: 0 0 10px;
	font-size: 1.4em;
	letter-spacing: .1em;
}

#menu {
	width: 760px;
	font-size: 1.3em;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 38px auto;
}

#menu ul {
	list-style: none;
	line-height: 32px;
}

#menu li {
	display: inline;
	margin: 0 6px 0 6px;
}

#menu li a {
	padding: 6px 0 2px 32px;
	background: url(images2/menul.jpg) no-repeat;
	color: #f5e5a0;
	border-bottom: 1px solid #808040;
	border-right: 1px solid #808040;
}

#menu li a:hover, #menu li a.selected {
	color: #8B4513;
	text-decoration: none;
}

#menu li a span {
	padding: 6px 34px 2px 0;
	background: url(images2/menur.jpg) right no-repeat;
}

#content {
	width: 748px;
	margin: 24px 0 0 0;
	background: url(images2/contentbg1.jpg) left repeat-y;
	padding: 10px 14px 10px 16px;
	border-bottom: 1px solid #808040;
	border-right: 1px solid #808040;
}

#content_top, #content_bottom {
	text-align: right;
	height: 30px;
	background: url(images2/brassignr_small.jpg) no-repeat;
}

#content_top span, #content_bottom span {
	letter-spacing: 2em;
	background: url(images2/brassignr_small.jpg) right no-repeat;
}

#content h1, #content h2, #content h3 {
	clear: left;
	border-bottom: 2px solid;
	margin-bottom: 8px;
}

#right {
	width: 200px;
	float: right;
	padding: 0 0 10px 10px;
/*	background: inherit; */
}

#footer {
	margin-top: 10px;
	text-align: center;
	padding-bottom: 8px;
}
