body, html 	
	{
	background-color: #ffffff;
	background-repeat: repeat-x;
	font-family : Helvetica, Arial, Geneva, Sans-Serif;
	font-size: 12px;
	margin-top: 30px;
	color: black;
	align: center;
	}

	
h1 {margin-top: 0px;font-weight: bold;font-size: 16px;color: #292929;text-transform: uppercase;}
h2 {color: #292929; font-size: 14px;}
h3 {color: white; font-size: 12px;}
p {line-height: 16px;}

a:link 
	{color: #b11f24;TEXT-DECORATION: none;}
a:visited 
	{color: #b11f24;TEXT-DECORATION: none;}
a:hover
	{TEXT-DECORATION: none;color: #ffffff;background-color: #801519}
	
a.pic:link 
	{color: #b11f24;TEXT-DECORATION: none;}
a.pic:visited 
	{color: #b11f24;TEXT-DECORATION: none;}
a.pic:hover
	{TEXT-DECORATION: none;color: #ffffff;background-color: transparent;}
	
.content {width: 1024px; border: none; height: 377px; background-color: #ffffff; margin: 0px auto; margin-top: 20px; text-align: center;}
.header {width: 900px; border: none; text-align: right; margin: 0px auto;}
.footer {width: 1024px; background-image: url(Img/name_back.png); background-color: #ffffff; height:59px; background-repeat: no-repeat; background-position: center center; margin: 0px auto; margin-top: 60px; text-align: left;}

.header ul
   {
   margin:0px auto;
   list-style-type: none;
   padding: 0px;
   display: inline;
   }

.header li
   {
   display: inline;
   }

.header ul li a
   {float: right;TEXT-DECORATION: none;margin-left: 15px; font-size: 11px;background-repeat: no-repeat;text-align: left; text-transform: uppercase;}
   
.header ul li a:visited
  {float: right;TEXT-DECORATION: none;margin-left: 15px; font-size: 11px;background-repeat: no-repeat;text-align: left; text-transform: uppercase;}
   
.header ul li a:hover
   {float: right;TEXT-DECORATION: none;margin-left: 15px; font-size: 11px;background-repeat: no-repeat;text-align: left; text-transform: uppercase;}

.left {height: 377px; width: 507px;display:inline;background-color: white; float: left;text-align: right;}
.right {height: 377px; width: 512px; overflow: auto; background-color: #ffffff; text-align: left;margin: 0px auto;margin-left: 5px; float:right;}


#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		text-align: center;
		width:1024px;
		background: transparent;
		height:377px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		margin:0 auto;
		float: left;
		width:30px;
		height:77px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
