/* CSS Document */

body{
	background-color: #F59204;
	background-image: url('../images/body.gif');
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
	font-family: Verdana;
	font-size: 12px;
	color: white;
}

h1{
	font-size: 18px;
	text-align: center;
	color: #ffa428;
}

h2{
	font-size: 16px;
	color: #ffa428;
}

h3{
	font-size: 14px;
	color: #ffa428;
}

h4{
	font-size: 12px;
	color: #ffa428;
}

a{
	color: white;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#body{
	width: 800px;
	min-height: 592px;
	margin:auto;
	margin-top: 20px;
}

#header{
	background-image:url('../images/index_01.jpg');
	background-repeat: no-repeat;
	width: 800px;
	height: 37px;
}

#horizontal{
	height: 27px;
	width: 800px;
	background-image:url('../images/index_02.jpg');
	background-repeat: no-repeat;
}

#slogan{
	color: white;
	font-size: 13px;
	width: 540px;
	float: right;
}

#slogan ul{
	margin:0px;
	padding:0px;
	text-indent:0px;
	list-style:none;
}

#slogan a{
	display:block;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid white;
}

#main_prefix{
	width: 800px;
	height: 88px;
	background-image: url('../images/index_03.jpg');
	background-repeat: no-repeat;
}

#search{
	width:200px;
	float: left;
	margin-top: 22px;
	margin-left: 10px;
}

.search{
	color:#666666;
	border:1px solid #000000;
	padding:2px;
}

.search_button{
	width: 33px;
	height: 22px;
	margin-top: -3px;
	cursor:pointer;
}

#mainbody{
	width: 800px;
	float: left;
	min-height:300px;
	background-color: black;
}

#left{
	float:left;
	width: 57px;
	height: 289px;
	background-image: url('../images/index_04.jpg');
	background-repeat: no-repeat;
}

#right{
	float:left;
	width: 743px;
}

#content_box_top{
	color: white;
	font-size: 12px;
	text-indent: 20px;
	width: 730px;
	float: left;
	margin-top: 5px;
}

#content_box_top ul{
	margin:0px;
	padding:0px;
	text-indent:0px;
	list-style:none;
}

#content_box_top a{
	display:block;
	float:left;
	padding-left:15px;
	padding-right:15px;
	border-right:1px solid white;
}

#content_box{
	float: left;
	width: 720px;
	min-height: 289px;
	margin-left:10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.thumb_gallery img{
	border: 1px solid #ffa428;
}

#main_suffix{
	float: left;
	width: 800px;
	height: 151px;
	background-image: url('../images/index_06.jpg');
	background-repeat: no-repeat;
}

#footer{
	float: left;
	font-size: 10px;
	clear: both;
	font-weight: bold;
	width: 800px;
	height: 15px;
	margin: auto;
	color: black;
	text-align: center;
	margin-top: 5px;
}

#footer a{
	color: black;
}

#page_header h1{
	clear:both;
	margin:0px;
	padding:0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#text{
	padding-left:15px;
	padding-right:5px;
}

#text p{
	margin:0px;
	padding:0px;
}

.visible{
	display:block;
}

.invisible{
	display:none;
}

.search_title{
	font-size:13px;
	margin-top:7px;
	font-weight:bold;
}

.search_body{
	padding:10px;
	color:#666666;
}
