body {
	margin-top:20px;
	padding: 0;
	font-size: 11px;
	text-align: justify;
	color: #ABABAB;
	padding-left:10px;
	background:#5D5D5D url('../images/real_bg_img.jpg');
}
/* Header */

#header {

	width:960px;
	margin:0px 0px 5px 0px;
	padding: 0;
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

#header h1, #header p {
	margin: 0;
}

#header h1 {
	float: left;
	color: #FFFFFF;
	font-size: 36px;
	padding-left: 15px;
}

#header p {
	float: left;
	padding: 17px 0 0 10px;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	font-family:Tahoma;

}

#header a {
	text-decoration: none;
	color: #F79F1A;
}

#banner{

	position:relative;
	width:675px; 
	height:200px;
	/*background: url(images/banner_bg.jpg) repeat-x;*/ 
	padding:0px; margin:0px;
}
#banner img {

	margin-top:1px; 
	float:left;
	display:block;
}
#banner .buttons span{cursor:pointer;}
#banner .buttons span.active, .buttons span:hover{}
#banner .mask{

	position:relative;
	width:675px;
	height:200px;
	overflow:hidden;
	float:left;
}
#banner .mask #box{position:absolute;}
#banner .mask #box span{display:block;float:left;}

#image_top {
	
	float:left;
	position:relative;
	margin:0px 0px 0px 0px;	
	width:960px;
	background: url('../images/box_top.jpg') no-repeat left top;
	border:#FFFFFF solid 1px;
}
#image_top_nanner{
	
	float:left;
	position:relative;
	width:960px;
	height:216px;
	border-bottom:#FFFFFF solid 2px;
	
}
#image_top_menu{
	
	float:left;
	position:relative;
	width:956px;
	height:34px;
	background-color:#000000;
	border-bottom:#FFFFFF solid 2px;
	border-right:#FFFFFF solid 2px;
	border-left:#FFFFFF solid 2px;
	
}
#image_middle{
	
	float:left;
	position:relative;
	margin:124px 0px 0px 0px;	
	width:960px;
	background: url('../images/box_middle.jpg') repeat-y left top;
	
}
#image_bottom{
	
	float:left;
	position:relative;
	margin:0px 0px 0px 0px;	
	width:960px;
	height:14px;
	background: url('../images/box_bottom.jpg') no-repeat left top;
}
#body_top {
	
	float:left;
	position:relative;
	margin:10px 0px 10px 0px;	
	width:960px;
	background: url('../images/body_top.jpg') no-repeat left top;
}
#body_middle{
	
	float:left;
	position:relative;
	margin:10px 0px 0px 0px;	
	width:960px;
	background: url('../images/body_middle.jpg') repeat-y left top;
}
#body_bottom{
	
	float:left;
	position:relative;
	margin:0px 0px 0px 0px;	
	width:960px;
	height:14px;
	background: url('../images/body_bottom.jpg') no-repeat left top;
}

/* Footer */

#footer {
	
	width:960px;
	float:left;
	position:relative;
	height:60px;
	background: url('../images/img02.jpg') no-repeat left top;
	margin-bottom:20px;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ABABAB; margin-left:auto; margin-right:auto; margin-top:0
}

#footer p {
	padding: 20px 0;
}

#footer p a, footer p a:hover{
	color: #FFB300;
	text-decoration:none;
}
