
html {
	background: url(images/content_area.jpg);
}

body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	width: 100%;
	display: table;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

a:link, a:visited {	color: #000000; text-decoration: underline; }
a:active, a:hover { color: #6b1b0d; text-decoration: none; }

p {
	font-size: 12px;
	color: #090000;
	text-align: justify;
	margin: 0 0 15px 0;
}

h1 {
	font-size: 20px;
	color: #6b1b0d;
	margin: 0 0 15px 0;
}

.container {
	width: 960px;
	margin: auto;
}

#header {
	width: 960px;
	height: 256px;
	background: url(images/header.jpg) left top;
	margin: 0 0 15px 0;
	padding: 1px 0 0 0;
}
#logo_area_top {
	float: left;
	width: 960px;
	height: 35px;
	margin: 20px 0 0 0;

}

#logo_area {
	float: left;
	width: 80%;
	height: 90px;
	margin: 70px 0 0 0;

}

#logo {
	font-family: Calibri, Tahoma;
	font-size: 60px;
	font-weight: bold;
	color: #f7e99c;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
}

#slogan {
	font-family: "Brush Script Std", "Monotype Corsiva", "Brush Script MT";
	font-size: 30px;
	color: #f7e99c;
}

#menu {
	float: left;
	height: 80px;
	width: 960px;
	padding: 0;
	margin: 30px 0 0 0;
}

#menu ul {
	list-style: none;
	display: inline;
}

#menu li a {
	float: left;
	width: 70px;
	height: 25px;
	display: block;
	color: #2a110d;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

#menu li.current a, #menu li a:hover {
	background: url(images/menu.png) no-repeat;
	color: #fff;
}

.one_col {
	width: 960px;
	padding: 10px 0 0 0;
	margin: 0;
}

.one_col h1 {
	color: #2a110d;
}

.one_col img {
	float: left;
	margin: 0 10px 10px 0;
}

#content_area {
	width: 100%;
	background-image: url(images/content_area.jpg);
	background-repeat: repeat;
}

#content_area_top {
	width: 100%;
	height: 45px;
	background: url(images/content_area_top.png);
	margin: 0;
	padding: 0;
}

#left {
	float: left;
	width: 665px;
}

.section_1 {
	width: 100%;
	margin: 0 0 15px 0;
}

#right {
	float: right;
	width: 265px;
}

.section_2 {
	width: 265px;	
	margin: 0 0 20px 0 ;
}

.title {
	width: 240px;
	height: 32px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #caa36a;
	background: url(images/title.png);
	margin: 0 0 15px 0;
	padding: 13px 0 0 25px;
}

ol {
	float: left;
}

ol li {
	color: #070400;
}

.h_line {
	width: 100%;
	height: 0px;
	border-top: 1px dashed #423227;
	border-bottom: 1px dashed #c58d42;
	margin: 0 0 15px 0;
}

#footer {
	width: 100%;
	height: 40px;
	color: #caa36a;
	background: url(images/footer.jpg);
	margin: 0;
	padding: 35px 0 0 0;
	font-size: 13px;
	text-align: center;
	/* [disabled]vertical-align: central; */
}
#footer div {
	float: left;
	/* [disabled]margin-right: auto; */
	/* [disabled]margin-left: 650px; */
	/* [disabled]display: inline; */
}
#footer .rw {
	width: 250px;
	display: inline;
	margin-left: 550px;
}
#footer .rwhc  {
	width: 250px;
	float: left;
	/* [disabled]display: inline; */
	/* [disabled]line-height: 60px; */
	margin-bottom: 25px;
	margin-top: -15px;
}



#footer a {
	color: #caa36a;
}

.list {
	list-style: none;
	padding: 0 0 0 25px;
	margin: 0 0 10px 0;
}

.list li {
	color: #000000;
	background: url(images/bullet.png) left center no-repeat;
	padding: 0 0 0 25px;
	margin: 0 0 10px 0 ;
}

.list a {
	color: #000000;
	text-decoration: none;
}

.list a:hover {
	color: #990000;
	text-decoration: underline;
}

.cleaner {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}
