﻿/* css document by Beta Wang at auv_w@hotmail.com Jan/2010*/

body{
	 padding: 0px; text-align:center; margin:0 auto; color: #000000; width:100%; 
	font: 14px/18px "Times New Roman", Times, serif;
}
img#bg {
	position:fixed; top:0; left:0; width:100%; height:100%;
	background-repeat: repeat-y;
}
#content {
	position:relative; z-index:1;
}
#wrap { 
	 margin:0 auto; width:62.5%; 
	
	}
#top_pan{
	 background-image: url('../images/topback.jpg') ; background-repeat: repeat-x;height: 88px; padding-top: 20px; 
} 
#menu_pan {
	height: 28px; 
	background-color: #810e16; padding-top:5px;
	font: 14px verdana,sans-serif;
	color:white;

}
#menu_pan a{
	height: 28px;
	background-color: #810e16;
	padding-top: 5px;
	font: 14px verdana,sans-serif;
	color: white;
	text-decoration: none;
}

#menu_pan a:hover{
		color: #de5b65;
}

 #menu_pan ul{
	 display: inline;
} 

 #menu_pan ul li {
	
	padding: 10px 10px;  
	list-style: none; display: inline; vertical-align:middle;
	} 

#notic_pan { 
	   margin:20px 25px 5px 25px;  
}

#notic_pan h1{
	color: #810e16;
	font: 1.6em verdana,sans-serif;
}

#notic_pan h2{
	color:#000000; font: 1em/1.5em verdana,sans-serif;
}

#line{
	height:1px; background-color:silver; margin:5px 25px 15px 25px;
}

#gallery {
	 padding:0 1% 0 1%; 
}
#gallery img{
	border:5px solid silver; width:100%; height:100%; 
}
.gallery1 {
	 padding-right:4%; width :30%;
	 float:left; 
}

.gallery2{
	padding-right:4%; width :30%;
	 float:left; 
	 }

.gallery3{
	width:30%; float:left;
}



#columes {
	 margin:0 1% 0 1%; clear:both;
}

.colume_all {width:96%; float:left; padding-right:1%;
	
}
.colume_left {width:30%; float:left; padding-right:4%;
	
}
.colume_middle {
	width:30%; float:left; padding-right:4%;
}
.colume_right {width:30%; float:left; 
	
}
.green {
	color:#2b961a; font:1.4em verdana,sans-serif bold;
}

.orange {
	color:#b66e20; font:1.4em verdana,sans-serif bold;
}

.wine{
	color:#b11f2a; font:1.4em verdana,sans-serif bold;
}

<!--[if IE 6]>
html { overflow-y: hidden; }
body { overflow-y: auto; }
#bg { position:absolute; z-index:-1; }
#content { position:static; }

<![endif]-->