@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	background:#000000 url(../images/bg_body.gif) repeat-x left top;
	}
	
ul,li,p,h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	}
a{
	text-decoration:none;
	}
	
.clr{
	clear:both;
	}
	
#wrapper{
	margin:auto;
	width:910px;
	height:481px;
	border:2px solid #512319;
	margin-top:60px;
	}
	#topmenu{
		float:left;
		width:908px;
		font-family:century gothic, Arial, Helvetica, sans-serif;
		color:#fff;
		font-size:12px;
		font-variant:small-caps;
		background:url(../images/bg_topmenu.gif) repeat-x left top;
		margin-left:1px;
		margin-top:1px;
		display:inline;
		letter-spacing:1px;
		}
		#topmenu ul{
			float:left;
			width:908px;
			}
		#topmenu li{
			float:left;
			display:block;
			
			list-style:none;
			border-right:1px solid #863d2d;
			}
		#topmenu li a{
			padding:15px 42px;
			color:#fff;
			display:block;
			}
		#topmenu li:hover{
			color:#aa6000;
			background:url(../images/bg_topmenu_over.gif) repeat-x left top;
			}
	#contents{
		float:left;
		width:910px;
		height:433px;
		background:url(../images/bg_contents.gif) repeat-x left top;
		}
		#index_text{
			float:left;
			width:280px;
			font-family: "Times New Roman", Times, serif, Georgia, "Times New Roman", Times, serif;
			color:#fff;
			
			margin:100px 150px;
			display:inline;
			}
			#index_text h1{
				font-size:17px;
				font-variant:small-caps;
				letter-spacing:17px;
				text-align:center;
				}
			#index_text h2{
				font-size:16px;
				color:#742716;
				letter-spacing:3px;
				text-align:center;
				margin-right: 12px;
				margin-left: 0px;
				}
			#index_text p{
	font-family:"Times New Roman", Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#fff;
	text-align:justify;
	margin-top: 5px;
	margin-right: 16px;
	margin-bottom: 5px;
	margin-left: 0px;
				}
			#img_pat{
				position: relative;
				top:30px;
				left:-80px;
				z-index:1000px;
				}
		#sub_text{
			font-family:"Times New Roman", Georgia, "Times New Roman", Times, serif;
			padding:17px 20px;
			height:385px;
			overflow-y:auto;
			overflow-x:hidden;
			margin-top:5px;
			
			scrollbar-face-color:#161616;
			scrollbar-highlight-color: #151515;
			scrollbar-3dlight-color: #2b2b2b;
			scrollbar-shadow-color: #000000;
			scrollbar-darkshadow-color: #000000;
			scrollbar-track-color: #161616;
			scrollbar-arrow-color: #2c2c2c;
			}
			#sub_text h1{
				color:#7e2c19;
				font-size:30px;
				margin-bottom:5px;
				}
			#sub_text h2{
				color:#7e2c19;
				font-size:25px;
				font-style:italic;
				}
			#sub_text p{
				font-size:15px;
				line-height:18px;
				color:#fff;
				text-align:justify;
				margin-bottom:15px;
				margin-left:30px;
				}
				#sub_text p a{
					color:#712615;
					text-decoration:underline;
					}
					#sub_text p a:hover{
						color:#b85945;
						}
			#sub_text ul{
				margin:10px 20px;
				list-style-type: square;
				}
			#sub_text li{
				color:#fff;
				list-style-position:outside;
				}
			#sub_text li a{
				color:#fff;
				}
		#sidebar{
	float:right;
	width:200px;
	height:433px;
	padding:80px 20px 0px 27px;
	background:url(../images/bg_sidebar.png) no-repeat;
	font-family:"Times New Roman",Georgia, "Times New Roman", Times, serif;
	margin-left:-2px;
	list-style-type: square;
			}
			#sidebar h3{
				font-size:15px;
				margin-bottom:10px;
				letter-spacing:1px;
				color:#ae3419;
				font-variant:small-caps;
				}
			#sidebar p{
				color:#666666;
				font-size:14px;
				line-height:20px;
				}
				#sidebar p a{
					color:#7f7f7f;
					text-decoration:none;
					}
				#sidebar p a:hover{
					color:#ffffff;
					text-decoration:underline;
					}

#footer{
	margin:auto;
	width:910px;
	padding:10px 0;
	text-align:center;
	}
	#footer p{
		font-family:"Garamond",Georgia, "Times New Roman", Times, serif;
		color:#6d2414;
		font-size:11px;
		font-variant:small-caps;
		letter-spacing:4px;
		}
		#footer p a{
			color:#6d2414;
			}
			#footer p a:hover{
				text-decoration:underline;
				}