/* CSS Document */

*{
	font-family: verdana,arial,helvetica;
	font-size:11px;
}

a{
	color:#b17523;
	text-decoration:none;
}

body{
	margin:0;
	background:#7f7f7f url('../images/background.gif') top center repeat-x;
	color:#515151;
	text-align:center;
}

div#banner{
	width:1000px;
	height:118px;
	background-image: url('../images/banner.gif');
	overflow:hidden;
	z-index:0;
}

div#bannerUrl{
	position:relative;
	top:0;
	left:0;
	width:1000;
	height:118px;
	z-index:1;
}

a.bannerUrl{
	display:block;
	width:1000px;
	height:97px;	
}

div#website{
	border:0;
	margin:auto;
	margin-top:10px;
	width:1000px;
	text-align:left;
}

/* Text Box */
div#main{
	width:1000px;
}

div#mainBody{
	width:980px;
	padding-left:10px;
	padding-right:10px;
}

div#txtBody{
	width:940px;
	padding: 20px 20px 20px 20px;
}

div#mainBody_left{
	width:1000px;
	background:#fff url('../images/body_left.gif') top left repeat-y;
}

div#mainBody_right{
	width:1000px;
	background:url('../images/body_right.gif') top right repeat-y;
}

div#mainBarTop{
	width:1000px;
	height:10px;
	margin-top:3px;
	overflow:hidden;
}

div#mainBar_top{
	width:980px;
	height:10px;
	display:block;
	float:left;
	background-image: url('../images/top.gif');
}

div#mainBar_top_left{
	width:10px;
	height:10px;
	display:block;
	float:left;
	background-image: url('../images/top_left.gif');
}

div#mainBar_top_right{
	width:10px;
	height:10px;
	display:block;
	float:left;
	background-image: url('../images/top_right.gif');
}

div#mainBarBottom{
	width:1000px;
	height:10px;
	overflow:hidden;
	clear:both;
}

div#mainBar_btm{
	width:980px;
	height:10px;
	display:block;
	float:left;
	background-image: url('../images/btm.gif');
}

div#mainBar_btm_left{
	width:10px;
	height:10px;
	display:block;
	float:left;
	background-image: url('../images/btm_left.gif');
}

div#mainBar_btm_right{
	width:10px;
	height:10px;
	display:block;
	float:left;
	background-image: url('../images/btm_right.gif');
}


