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

body{
	background-color:#ccc;	
	font-family:Tahoma;
	font-size:15px;
	color:#303030;
	margin:0px;
	padding:0px;
	background-image:url(images/bg01.jpg);
	background-position:top;
	background-size:100%;
	background-attachment:fixed;
}

img{
	border:0px;	
}

a{
	text-decoration:none;
}

h2{
	font-family:Trebuchet MS;	
	color:#ca2626;	
}

#all{
	margin:0 auto;	
	width:944px;
}

#header{
	width:944px;
	height:154px;
	float:left;	
	background: rgba(201, 0, 0, 0.8);
}

#logo{
	margin:10px;
	margin-left:30px;
	width:219px;
	height:128px;
	float:left;	
}

#navigation{
	float:left;
	width:633px;
	height:50px;	
	margin-top: 96px;
	margin-left: 23px;
	color:#fff;
	font-size:20px;
	font-family:Trebuchet MS;
}

#navigation a{
	color:#fff;
	text-decoration:none;	
}

.nav_option{
	width: 100px;
	height: 60px;
	padding-top: 30px;
	text-align: center;
	float:left;
}	

.nav_option:hover{
	background-color:#fff;
	color:#c90000;	
}

#lcontent{
	width:560px;
	height:461px;
	float:left;	
	background-color:#fff;
	overflow:auto;
}

#page_title{
	width:542px;
	height:54px;
	background-image:url(images/title_box_04.png);
}	

#page_title h2{
	padding-top: 10px;
	margin-top: 0px;
	color: white;	
}

#lcontent p , h2 , h3 , ul{
	margin-left:15px;
	padding-right:40px;	
}

#rcontent{
	width:384px;
	height:461px;
	float:left;
	background-color:#fff;
}

.sliderimgpos{
	
}

#footer{
	width:944px;
	height:91px;
	float:left;
	background: rgba(0, 0, 0, 0.7);
	font-size:12px;
	color:#fff;
}

#footer_left{
	width:200px;
	height:80px;
	float:left;	
	margin-left:30px;
	margin-top:20px;
}

#footer_right{
	width:200px;
	height:80px;
	float:right;	
	margin-right:10px;
	margin-top:15px;
}