@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center; /* center site in ie5.0 and 5.5 */
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #cdd3d0;
}
h1 {
	border-bottom: 1px solid #eb9e2a;
	font-size: 0.85em;
	margin: 0.6em 7px;
	padding: 0.2em 8px;
}
h2 {
	font-size: 0.75em;
	padding: 0.4em 0 0 15px;
}

p {
	font-size: 0.7em;
	padding: 0.4em 15px;
	line-height: 1.3em;
}
a:hover {
	color: #0C4225;
	text-decoration: none;
}
img {
	border: 0;
	display: block;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#container {
	width: 857px;
	text-align: left;
	margin: 0px auto;
	background-color:#ffffff;
	background-image:url(../images/lay_bgr.gif);
	background-repeat:repeat-y;
}
#content {	
	width: 837px;
	margin: 0 10px;
}
#top {
	width: 837px;
	height: 77px;
}
#wrap {
	clear: left;
	width: 837px;
	background-color: transparent;
	background-image:url(../images/content_bgr.jpg);
	background-position: bottom right;
	background-repeat:no-repeat;
}
#wrap ul, #wrap ol {
	margin-left: 40px;
}
#wrap ul li, #wrap ol li {
	font-size: 0.7em;
}
#left {
	float: left;
	width: 590px;
}
#right {
	float: right;
	width: 247px;
}
#right p {
	padding: 0.4em 0.6em;
}
#footer {
	width: 837px;
	margin-top: 1em;
	background-image:url(../images/footer_bgr.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #ffffff;
	color:#000;
}

.box {
	margin: 5px auto;
	/* width: 815px; */
	/* width: 577px; */
	width: 577px;
	height: auto;
	border: 2px solid #dcab2d;
	border-bottom: none;
	border-right: none;
	background-image: url(../images/box-bgr.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.box .content-wrap{
	/* width: 815px; */
	/* width: 577px; */
	width: 577px;
	height: auto;
	background-image:url(../images/box-right-col-bgr.jpg);
	background-position:right;
	background-repeat: repeat-y;
}

.left-top-corner {
	float: left;
	width: 22px;
	height: 23px;
	margin-left: -2px;
	margin-top: -2px;

}
.top {
	float: left;
	/* width: 773px; */
	/* width: 535px; */	
	width: 535px;
	height: 21px;		
	background-color: #fff;
	/* width: 773px; */
}
.right-top-corner {
	float: right;
	margin-right: 0px;
	margin-top: -2px;	   
}
.left-col {
	float: left;
}
.middle {
	float: left;
}
.right-col {
	float: right;
}
.left-bottom-corner{
	float: left;
	margin-left: -2px;
	margin-bottom: 0px;	   
}
.bottom {
	/* width: 771px; */
	/* width: 533px; */	
	float: left;
	width: 533px;
	height: 21px;
}
.right-bottom-corner {
	float: right;
	margin-right: 0px;
	margin-bottom: 0px;	   
}

