@import url(general.css);


body {
font-family:Georgia, "Times New Roman", Times, serif;
background:#E1EBB7;
background:#ebebeb;
}

.clearfix{
	clear:both;
}

#page_wrap{
	width:992px;
	margin:0px auto;
	background:url(../images/layout/body_line.jpg) repeat-y right;
}


#left_side{
	width:258px;
	padding:100px 0 0 1px;
	float:left;
}
#left_side ul{
	float:left;
	width:258px;
	}
#left_side ul li{
	float:left;
	width:258px;
	}
#left_side ul li a{
	background:url(../images/layout/menu_a.jpg);
	width:258px;
	height:25px;
	float:left;
	color:#ff3300;
	text-align:center;
	text-decoration:none;
	font-size:18px;
	padding:3px 0 0 0;
	overflow:hidden;
	margin:0 0 3px 0;
	}
#left_side ul li a:hover,#left_side ul li a.active{
	text-decoration:underline;
	}
#left_side p{
	color:#444444;
	margin:15px 0 0 0;
	float:left;
	padding:10px;
	font-size:14px;
	font-style:italic;
	}
#left_side p img{
	margin:0 3px 0 3px;
	}
	
#header{
	float:left;
	background:url(../images/layout/header.jpg);
	height:249px;
	width:678px;
	float:left;
	margin:0 0 20px 0;
	}
#right_side{
	width:678px;
	float:left;
	padding:0px 18px 0 18px;
	}	
#content{
	font-size:12px;
	color:#333333;
	}
#content h1{
	font-size:20px;
	color:#00a3e8;
	margin:0 0 15px 0;
	}
#content h2{
	font-size:12px;
	color:#00a3e8;
	margin:0 0 6px 0;
	font-weight:bold;
	}
#content p{
	margin:0 0 10px 0;
	}
#content a{
	color:#ff3300;
	text-decoration:underline;
	}
#content img{
	border:1px solid #60c6f0;
	margin:5px;
	}
#content strong{
	font-weight:bold;
	}
#content ul{
	padding:0 0 0 15px;
	margin:0 0 10px 0;
	}
#content ul li{
	list-style:circle;
	}
#content .green_box{
	background:url(../images/layout/green_box_line.jpg) repeat-y;
	width:628px;
	padding:10px;
	float:left;
	margin:0 0 10px 0;
	position:relative;
	}
#content .green_box img.top_corner{
	position:absolute;
	top:0;
	left:0;
	border:0;
	margin:0px;
	}
#content .green_box img.bottom_corner{
	position:absolute;
	bottom:0;
	border:0;
	left:0;
	margin:0px;
	}