/* CSS Document */
* {
	margin:0;
	padding:0;
	font-size:10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
body {text-align:center; background:#4a2000;}

img {vertical-align:top;}
a img {border:0;}

table {border-collapse:collapse; border:0;}

a {text-decoration:none;font-size:10px; color:#ffffff;}
a:hover {text-decoration:underline; font-size:10px;}

h1 {font-size:2em; color:#fbc395; font-weight:normal ; padding-bottom:2px;}
h2 {font-size:1.5em; line-height:1em; color:#6A4627; font-weight:normal; padding-bottom:2px;}
h3 {font-size:1.083em; padding-bottom:16px;}


/***************content box***************/


.box1 .box-top-left {background:url(images/box-top-left.png) left top no-repeat;}
.box1 .box-top-right {background:url(images/box-top-right.png) right top no-repeat; width:100%;}
.box1 .box-top {background:url(images/box-top.png) left top repeat-x; margin:0 40px; height:40px; font-size:0%; line-height:0%;}
.box1 .box-bot-left {background:url(images/box-bot-left.png) left bottom no-repeat;}
.box1 .box-bot-right {background:url(images/box-bot-right.png) right bottom no-repeat; width:100%;}

.box1 .box-left {background:url(images/box-left.png) left top repeat-y;}
.box1 .box-right {background:url(images/box-right.png) right top repeat-y; width:100%;}
.box1 .inner {
	background:#823800;
	margin:0 0px;
	padding:19px 31px 32px 32px;
	font-family: Arial, Helvetica, sans-serif;
}



/***************footer**************/

#footer {
	color:#ffffff;
	text-align:center;
	font-size:10px;
	line-height:10px;
	padding:10px 0 40px;
}


#footer a:hover {
	text-decoration:underline;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


#page-1 #main #footer {
	color: #E9C6A5;
}

#page-1 #main #footer p {
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}


#page-1 #main #content .box1 .box-left.png .box-right.png .inner table tr td {
	color: #FBC395;
}
#page-1 #main #content .box1 .box-left.png .box-right.png .inner table tr td table tr td p {
	text-align: justify;
}



