/* CSS Document */

body{
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #251b12;
	background-image:url(../img/body_back.png);
}
#container{
	background-image:url(../img/container_background.png);
	background-repeat: repeat-x;
}
#header{
	background-image:url(../img/header.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 427px;
	width: 999px;
}
	#header #top{
		height: 15px;
		padding-top: 5px;
		font-size: 11px;
		color: #fff;
		text-align: right;
	}
	#header #middle{
		height: 75px;
		padding-top: 15px;
	}
		#header #middle #logo{
			vertical-align: middle;
			float: left;
			height: 74px;
			width: 320px;
		}
		#header #middle #menu{
			width: 679px;
			float: left;
			list-style: none;
			margin: 0;
			padding: 0;
			padding-top: 10px;
		}
			#header #middle #menu li{
				float: right;
				display: inline;
				height: 60px;
			}
	#header #banner{
		/*background-image:url(../img/banner.png);*/
		background-repeat:no-repeat;
		height: 322px;
		position: relative;
		z-index: 2;
	}
#main_content{
	background-color: #382f25;
	width: 975px;
	margin: 0 auto;
	margin-top: -30px;
	/*display: table;*/
}
	#content1{
		float: left;
		width: 649px;
		min-height: 514px; height: auto!important; height: 514px;
		background-image:url(../img/content1_back.png);
	}
	#content1 #text{
		padding: 20px 30px;
		position: relative;
		z-index: 2;
		margin-top: -200px;
	}
	#content1 #text p{
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
	}
    #content1 #text ul,#content1 #text ol{ padding-left: 45px; }
	#content2{
		float: left;
		width: 326px;
	}
#buckets{
	list-style: none;
	width: 975px;
	margin: 0 auto;
	margin-bottom: -30px;
	/*display: table;*/
	color: #fff;
	padding: 0;
	/*position: relative;
	z-index: 2;*/
}
	#buckets li{
		height: 139px;
		float: left;
		display:inline;
		padding: 0;
		margin: 0;
		float: left;
	}
	#buckets li div{
		padding-top: 10px;
		float: left;
		margin-left: 105px;
        padding-right: 5px;
		height: 139px;
	}
	#buckets #left{
		width:324px;
		background-image:url(../img/buttons/buckets_01.png);
		background-repeat: no-repeat;
	}
	#buckets #middle{
		width:326px;
		background-image:url(../img/buttons/buckets_02.png);
		background-repeat: no-repeat;
	}
	#buckets #right{
		width:325px;
		background-image:url(../img/buttons/buckets_03.png);
		background-repeat: no-repeat;
	}
#footer{
	clear: both;
	height: 115px;
	background-image:url(../img/footer_back.png);
	background-repeat:repeat-x;
}
#footer #light{
	background-image:url(../img/footer_light.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 999px;
	height: 114px;
}

/* common */
a img{
	border: 0;
}
h1,h2,h3,h4,h5,h6{
	margin-bottom: 10px;
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3e3801;
	font-size: 20px;
}
h2{
	font-size: 17px;
	font-family: "Book Antiqua","Times New Roman", Times, serif;
	color: #edcc70;
}
h3{
	font-size: 17px;
	font-family: "Book Antiqua","Times New Roman", Times, serif;
}
.intext{
	margin: 5px;
	border: 1px solid #000;
	max-width: 250px;
}
.small{
	width: 102px;
	margin: 5px;
	float: left;
	text-align: center;
}
.small img{
	width: 100px;
	border:1px solid #000;
	max-height: 90px;
}
.lists{
	min-height: 100px;
	clear: both;
	margin: 5px 5px 5px 10px;
}
a{
	font-weight: bold;
	text-decoration: none;
	color: maroon;
}
a:hover{
	text-decoration: underline;
}
#links{
	font-size: xx-small;
	text-align: right;
	font-weight: bold;
	clear: both;
}