/* CSS Document */
htm {
	margin:0;
	padding:0;
	}
/*******************************/

body{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size: small;	
}
a:link {
	color: #6D2542;
	text-decoration: none;
	}
a:visited {
	color: #999999;
	text-decoration: none;
	}
a:hover {
	color: #999999;
	text-decoration: underline;
	}
a:active {
	color: #999999;
	text-decoration: none;
	} 

#content {
width:955px;
margin:0 auto;
/****text-align:center;********/
}
#content_left {
float:left;
width:677px;
background: transparent url(../p/bg.jpg) repeat-y left top;

}
#content_right {
float:right;
width:253px;
margin:50px 0 0 0;
}

#supportingText {
width:677px;
margin:0 0 50px 0;
padding:0 10px;
background: transparent url(../p/hibg.jpg) no-repeat left top;
}
.artlist {
	width:602px;
	margin:0 30px;
	}

#artlist_left {
	margin:280px 0 0 0;
	float:left;
	width:300px;
	}
#artlist_left2 {
	margin:40px 0 0 0;
	float:left;
	width:300px;	
	}
#artlist_right {
margin:280px 0 0 0;
width:300px;
float:right;
}
#artlist_right2 {
margin:40px 0 0 0;
width:300px;
float:right;
}
#artlist_left ul,#artlist_right ul,#artlist_left2 ul,#artlist_right2 ul{
	list-style:none;
	text-align:left;
	margin:10px 0 0 0;
	padding: 0 0 15px 25px;
	font-size:90%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	width:200px;

}

#artlist_left li,#artlist_right li,#artlist_left2 li,#artlist_right2 li{
	padding: 3px 0 3px 25px;
	background: url(../p/linkhover.gif) no-repeat left center;
	color:#999;
	line-height:20px;
	border-bottom:1px dashed #999;
}
#artlist_left h3,#artlist_right h3,#artlist_left2 h3,#artlist_right2 h3 {
	margin: 0 20px;
	padding-left:100px;
	font-size:100%;
	color:#FF3300;
	background: url(../p/tealogo.gif) no-repeat left bottom;
	}

#linkList {
	padding:0;
	width:251px;
	background: url(../p/subnavbg.gif) no-repeat left top; 
}

#linkList ul {
	list-style: none;
	margin: 0 0 0 0;
	padding-left:15px;
	font-size:14px;
	line-height: 30px;
	}
	
#linkList h3 {
	font-size:110%;
	margin:10px 20px;
}

/* ********* ****************/
#info {
	margin:0px 0px 0px 40px;
	}
#info li {
	background: url(../p/point.gif) repeat-x left bottom;
	line-height: 30px;
	color:#FF0000;
	padding-left:30px;
	font-weight:bold;
	font-size:110%;	
}
	
ul.Navsubmenu {
	background: url(../p/Navsubmenubg.gif)  repeat-y 35px 0;
	font-weight:bold;
	color:#999;
}
ul.Navsubmenu li a 
{
	background: url(../p/icon.gif) no-repeat 0 3px;
	padding-left:30px;
	line-height: 30px;
	font-size: 110%;
	color: #EC2E02; 
	margin:0px 0px 0px 40px;
}
ul.Navsubmenu
	ul.Navsubmenu li a:link,
	ul.Navsubmenu li a:visited,
	ul.Navsubmenu li a:active{
	background: url(../p/icon.gif) no-repeat 0 3px;
	padding-left:30px;
	line-height: 30px;
	font-size: 110%;
	color: #EC2E02; 
	margin:0px 0px 0px 40px;
}
a:link,a:visited,a:active { 
color:#787878; 
text-decoration:none; 
} 
	ul.Navsubmenu  li a:hover{
	background: url(../p/icon_hover.gif) no-repeat 0 3px;
	color: #F48B02; 
}	
/* ********* ****************/
#foot {
	position:relative;
	width:955px;
	height:262px;
	background: url(../p/foot.jpg) no-repeat left top;
	margin:0;
	}
#foot  #gsinfo {
	width:400px;
	margin:20px 0px 20px 60px;
	border-top:1px solid #999;
	}	
#gsinfo p {
	color:#000;
	margin:5px 0;
	}	
#link {
	width:100%;
	background-color:#FFFFCC;
	text-align:center;
	}
#link ul {
	list-style:none;
	}
#link li {
	float:left;
	}	
	
/*****************show age *********************/

#slider {
		position:relative;
		width: 605px;
		height: 260px;
		overflow: hidden;
		background: #000;
		margin:30px 0px 0px 30px;
		

	}
#slider img {
	border:1px solid #666;
	}

#slider .slide {
		position:absolute;
		top: 0px;
		height: 300px;
		width: 400px;
		background: #fff;
		overflow: hidden;
		cursor: default;
	}
	#slider .title   {
		color: #F80;
		font-weight: bold;
		font-size: 1.2em;
		margin-right: 1.5em;
		text-decoration: none;
	}
	#slider .backgroundText {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 100%;
		background: #000;
        filter: alpha(opacity=100);
		opacity: 0.4;
	}
	#slider .text {
		position: absolute;
		top: 1%;
		top: 100%;
		color: #FFF;
		font-family: verdana, arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align: justify;
		width: 390px;
		left: 10px;
	}
	#slider .diapo {
		position: absolute;
 		filter: alpha(opacity=100);
		opacity: 1; 
		visibility: hidden;
	}
/********************show end*******************/

