
	body {
		font-size: 12px;
		font-family: Arial;
		color: #ffebb6;
		background-color: #580606;
		margin: 0px;
		padding: 0px;
	}
	
	.background {
		background-image: url(panel/top_background.jpg);
		background-position: top;
		background-repeat: repeat-x;
	}
	
	.background_bottom {
		background-image: url(panel/bottom_background.jpg);
		background-position: bottom;
		background-repeat: repeat-x;				
	}
	
	.all {
		width: 990px;
		margin: 0px auto;			
	}
	
	.all .top {		
		width: 990px;
		height: 335px;
		
		padding-top: 50px;		
		
		background-image: url(panel/background.jpg);
		background-position: top;
		background-repeat: no-repeat;	
	}
	
	.all .top .flash {
		
		width: 990px;
		height: 220px;
	}
	
	.all .top .menu {
		
		width: 990px;
		height: 64px;
		
		text-align: center;
	}
	
	.all .top .menu a {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 15px;
		font-family: georgia;
		color: #efcc6e;
	}
	
	.all .top .menu a:hover {
		color: #fff;
	}
		
	.all .top .menu a.active {
		color: #fff;
	}
	
	.all .center {
		width: 990px;
		padding: 20px 0px 20px 0px;
	}
	
	.all .center h1 {
		color: #d49e29;
		display: block;
		padding: 0px;
		margin: 0px;
		font-size: 16px;
		font-weight: bold;
		font-family: georgia;
	}

	.all .center h2 {
		color: #d49e29;
		display: block;
		padding: 0px;
		margin: 0px;
		font-size: 14px;
		font-weight: bold;
		font-family: georgia;
	}
	
	.all .center .text {
		padding: 0px 10px 20px 10px;
		background-image: url(panel/text_background.jpg);
		background-position:top;
		background-repeat:no-repeat;		
	}
	
	.all .center .sg {
		background-image: url(panel/background_sg.jpg);
		background-repeat: repeat-x;
		width: 990px;
		height: 184px;
		color: #ece3c6;
	}
	
	.all .center .sg .left {
		width: 435px;
		float:left;
		padding: 20px 20px 20px 40px;
	}
	
	.all .center .sg .right {
		width: 435px;
		float:left;
		padding: 20px 40px 20px 20px;
	}

	.all .bottom {
	
		width: 990px;
		height: 216px;
	
		background-image: url(panel/background_bottom.jpg);
		background-position: bottom;
		background-repeat: no-repeat;
		
		position: relative;
		
		font-family: georgia;
	}
	
	.all .bottom .menu {
		position: absolute;
		left: 0px;
		top: 54px;
		width: 990px;
		text-align: center;		
	}

	.all .bottom .menu a {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 15px;
		font-family: georgia;
		color: #efcc6e;
	}
	
	.all .bottom .menu a:hover {
		color: #fff;
	}
		
	.all .bottom .menu a.active {
		color: #fff;
	}

	.all .bottom .left {
		position: absolute;
		left: 20px;
		top:125px;
		width:500px;
		color: #c99e2c;
		font-size: 11px;
	}
	
	.all .bottom .right {
		position: absolute;	
		top:125px;
		left: 700px;
		width: 270px;
	}
	
	.all .bottom a {
		color: #efcc6e;
		text-decoration: none;
		font-size: 11px;
	}
	
	.all .bottom a:hover {
		color: #fff;
	}
	
	.all .bottom .left .red {
		font-weight: bold;
		color: #ffcb5c;
	}
	
	.gallery_list {
		line-height: 22px;
		font-weight: bold;
		color: #000;
		font-size: 14px;	
	}
	
	a {
		text-decoration: none;
		color: #000;
	}
	
	a:hover {
		color: #efcc6e;
	}
	
	.highslide img, p img {
		background-color: #f6d140;
		border: 5px solid #f6d140 !important;
	}
	
	ul {
		padding: 0px;
		margin: 0px;
		
		list-style-position: inside;
		list-style-type: none;	
	}	
	
	ul li {
		background-image:url("panel/li.png");
		background-position:0px 3px;
		background-repeat:no-repeat;
		line-height:18px;
		list-style-image:none;
		list-style-position:inside;
		padding-left:50px;
	}
	
	.w300 {
		width: 400px;
		border:1px solid #EFCC6E;
		padding:3px;
		background-color: #6E1010;
		color: #fff;
		font-weight: arial;
	}
	
	.w200 {
		width: 300px;
		border:1px solid #EFCC6E;
		padding:3px;
		background-color: #6E1010;
		color: #fff;
		font-weight: arial;
	}
	
	.button_send {
		color: #EFCC6E;
		font-size: 14px;
		
		border:2px solid #6E1010;
		padding: 5px;
	}
	
	.mred {
		color: #ff0000;
		background-color:#6E1010;
		padding: 10px;
		font-size: 14px;
		font-weight: bold;
	}
	
	.mgreen {
		color: #fff;
		background-color:#6E1010;
		padding: 10px;
		font-size: 14px;
		font-weight: bold;
	}
	
	a {
		color: #EFCC6E;
	}
	
	a:hover {
		color: #fff;
	}