@charset "UTF-8";
/* CSS Document */

html {
	background: #1a1007 url(page-bg.png) repeat-x;
}

html, body, a, p, td, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e4d9ca;

}
table {
	border-style: none;

}
#page {
	position: relative;
	margin-top: 32px;
	margin-bottom: 32px;
}
#menu {
	background: url(menu-bg.png) no-repeat;
}
#menu {
	height: 40px;
}
#border-left {
	background: url(border-left-bg.png) repeat-y;
}
#border-right {
	background: url(border-right-bg.png) repeat-y;
}
#content {
	background: #330000 url(main-bg.png) repeat-x;
	padding: 6px 24px;
	padding-bottom: 24px;
}
#content p {
	line-height: 16px;
}
#footer {
	background: url(footer-bg.png) no-repeat;
	height: 38px;
}
#footer, #footer a {
	color: #a39b9b;
}
/** Menu Bar **/
#menu-bar {
	position: relative;
	margin-left: 7px;
}
#menu-bar td a {
	color: #a39b9b;
	font-size: 16px;
	text-decoration: none;
	border-bottom: 1px dotted #a39b9b;
	
	
}
#menu-bar td {
	padding: 0px 21px;
	border-right: 1px solid #5e4343;
}
/** Content **/
#page h2 {
	font-size; 16px;
	color: #a39b9b;
}
#page h3 {
	font-size; 14px;
	font-weight: bold;
	color: #a39b9b;
}
.floatRight {
	display: block;
	position: relative;
	float: right;
}
