body{
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url('/img/background.png');
	background-repeat: repeat-x;
	background-color: #ddebfe;
}

a{
	color: #900;
}
a:hover{
	text-decoration: none;
}
a img{
	border: 0px;
}
h1{
	font: bold 11px Tahoma;
	border-bottom: 1px solid #333;
	margin: 0 0 10px 0;
	padding: 5px;
}
#container{
	margin: 0px auto;
	background-image: url('/img/background.png');
	background-repeat: repeat-x;
	min-height: 768px;
	width: 1000px;
}
#header{
	margin: 0 0 2px 0;
}

#title{	
	float: left;
	padding: 20px 0 10px 10px ;
	color: #fff;
	display: block;
}
#title span{
	display: block;
	font-size: 12px;
	padding-left: 100px;
}

#header_middle{
	float: left;
}
#header_middle_1{
	margin-left: 50px ;
}
#header_middle_2{
	margin-left: 100px ;
}
#header_middle_3{
	margin-left: 250px;
}
#info{
	float: left;
	margin-left: 50px;
}

#total_menu{
	float: left;
	margin-left:260px;
}
#menu_left{	
	float: left;
}
#menu_right{
	float: left;
}
#menu{
	float: left;	
	background: #ffff00;
	height: 36px;
	width: 694px;
	list-style: none;
}

#menu a{
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 10px 8px 10px 8px;
	float: left;
	color: #000;
}

#menu a.active{
	color: #000;
	text-decoration: none;
}
#sidebar{
	float: left;
	width: 260px;
}

#sidebar img{
	margin-bottom: 15px;
}

#content_area{}

#content{
	float: left;
	display: block;
	padding: 0 0 0 10px;
	display: block;
	width: 694px;
	min-height: 550px;
	list-style: none;
}

#footer{
	margin: 0 0 0 260px;
	float: left;
}
#footer_left{
	display: block;
	float: left;
}
#footer_right{
	display: block;
	float: left;
}

#copyright{
	float: left;
	padding-top: 4px;
	padding-bottom: 8px;
	background: #ffff00;
	width: 693px;
}

.button{
	background: #FFCC80;
	border: 1px solid #f90;
	cursor: pointer;
	color: #000;
	width: 129px;
	height: 30px;
	float: left;
	font-weight: bold;
	display:block;
	margin: 0 1px;
	
}
.button span{
	display: block;
	padding: 8px;
	padding-left: 33px;
}
.button:hover{
	background: #FFB340;
}