
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg01.jpg) repeat left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8A3E1D;
}

h1, h2, h3 {
	margin-top: 0px;
}

p, ol, ul {
	margin-top: 0px;
	text-align: justify;
}

a {
	color: #6F3B00;
	font-weight: bold;
	
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	margin: 0px 23px 0px 0px;
}

img.alignright {
	float: right;
	margin: 0px 0px 0px 23px;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	background: url(images/bg02.jpg) repeat-x left top;
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.container700 {
	width: 700px;
	margin: 0px auto;
}
/** MENU */

#menu-bg {
	background: url(images/bg1_01.jpg) no-repeat center top;
}

#menu {
	height: 95px;
}

#menu ul {
	margin: 0px;
	padding: 35px 0px 0px 170px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	text-align: center;
}

#menu a {
	text-decoration: none;
	font: bold 18px "Times New Roman", serif;
	color: #6F3B00;
}

#menu a:hover {
	text-decoration: underline;
}

#menu1 {
	width: 126px;
}

#menu2 {
	width: 130px;
}

#menu3 {
	width: 133px;
}

#menu4 {
	width: 124px;
}

#menu5 {
	width: 160px;
}

/** LOGO */

#logo-bg {
	background: url(images/bg1_02.jpg) no-repeat center top;
}

#logo {
	height: 310px;
}

#logo h1 {
	text-indent: -9999em;
}

#logo h1 a {
	display: block;
	height: 300px;
}

/** PAGE */

#page-bg {
	background: url(images/bg1_03.jpg) repeat-y center top;
}

#page-bg-top {
	background: url(images/bg1_04.jpg) no-repeat center top;
}

#page-bg-bottom {
	background: url(images/bg1_05.jpg) no-repeat center bottom;
}

#page {
}

/** CONTENT */

#content {
	float: right;
	width: 723px;
	padding: 0px 20px 0px 0px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 211px;
	padding: 0px 0px 0px 23px;
}

/** FOOTER */

#footer {
	height: 76px;
	background: url(images/bg1_06.jpg) no-repeat center top;
}

#footer p {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	text-align: center;
	font: 18px "Times New Roman", Times, serif;
	color: #6F3B00;
}

#footer .legal {
}

#footer .links {
}

#footer .div {
	padding: 0px 20px;
}

/** BOX COMMON STYLES */

.box-style1 .title, .box-style2 .title, .two-columns .title {
	height: 30px;
	padding: 12px 0px 0px 40px;
	font: normal 16px "Times New Roman", Times, serif;
	color: #D5C89E;
}

/** BOX STYLE 1 */

.box-style1 {
	background: url(images/bg2_01.jpg) no-repeat left top;
}

.box-style1 .content {
	padding: 0px 23px 30px 34px;
}

/** BOX STYLE 2 */

.box-style2 {
	background: url(images/bg2_02.jpg) no-repeat left top;
}

.box-style2 .content {
	padding: 0px 8px 10px 10px;
}

/** BOX STYLE 3 */

.box-style3 {
	background: url(images/subpage1_01.jpg) repeat-y left top;
}

.box-style3-bg-top {
	background: url(images/subpage1_02.jpg) no-repeat left top;
}

.box-style3-bg-bottom {
		
	padding: 20px 10px 20px 15px;
	background: url(images/subpage1_03.jpg) no-repeat left bottom;
}


/** BOX STYLE 4 */

.box-style4 {
	background: url(images/subpage1_05.jpg) repeat-y left top;
}

.box-style4-bg-top {
	background: url(images/subpage1_06.jpg) no-repeat left top;
}

.box-style4-bg-bottom {	
	padding: 10px 10px 1px 10px;
	background: url(images/subpage1_07.jpg) no-repeat left bottom;
}

.box-style4 .alignleft {
	margin-right: 10px;
}

/** 2-COLUMN LAYOUT */

.two-columns {
	width: 961px;
	padding: 0px auto 30px auto;
	background: url(images/subpage3_01.jpg) repeat-y left top;
}

.two-columns .content {
	padding: 20px 45px 1px 45px; 
}

.two-columns .column1 {
	float: left;
	width: 480px;
	background: url(images/subpage3_02.jpg) no-repeat left top;
}

.two-columns .column2 {
	float: right;
	width: 480px;
	background: url(images/subpage3_03.jpg) no-repeat right top;
}

.two-columns .bg-bottom {
	height: 15px;
	background: url(images/subpage3_04.jpg) no-repeat left top;
}

/** Menu **/

.menuHeader
{
	padding-bottom:5px; 	
	font-weight:bold;
	}
.menuBody
{
	padding-bottom:10px; 
	padding-left:10px;
	padding-right:10px; 
	text-align:justify;	
	}
