* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}

a:link {
	color: #CCC;
}

a:visited {
	color: #ccc;
}
a:hover {
	color: #fff;
}

.s1 {
	font-size: 9px;
	font-style:normal;
	color: #fff;
	
}

.h1 {
	font-size: 25px;
	font-weight: 500;
	
	font-style:normal;
	color: #980638;
}
.h2 {
	font-size: 12px;
	color: #fff;
	text-align:justify;
}
.h3 {
	font-size: 14px;
	color: #fff;

}
.h4 {
	font-size: 17px;
	font-weight:	600;
	color: #980638;
}
.h5 {
	font-size: 14px;
	font-weight:	600;
	color: #fff;
}
body {
	
	font: 12px/18px Verdana,Tahoma ,Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	background-color: #000000;
	background-image:url(images/bg.jpg);
	background-position:center;
	background-repeat:repeat-x; 
	color: #fff;
	
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 18px;
	display:block;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 120px;
	background: none;
	border-bottom: solid 1px #fff;

	
}

/*  Menu
-----------------------------------------------------------------------------*/
#menu {
	height: 60px;
	background: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style:normal;
	text-decoration: none;
	display:table-row;

}


/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0 0 100px;
	overflow:auto;
	padding-bottom: 100px;

	
}

#container {
	width: auto;
	height: auto;


	
	
}
#container2 {
	width: 500px;
	height: auto;
	float:left;


	
	
}
#container3 {
	width: 320px;
	height: auto;
	float:left;


	
	
}


.leftmiddle {
	width: 100%;
	float: left;
	overflow: auto;

	
}

'rightmiddle {
	width: 	300px;
	float:	right;
	overflow:hidden;
}



#leftport {
	width: 200px;
	float: left;
}


#rightport {
	width: 	800px;
	float:	right;
}


#topport {
	
	float:left;
	height: 100%;
	width: 100%;
}

#numport {
	position: static;
	float:right;
	height: 100%;
	width: 100%;
}


#topcontent {
	height: 100%;
	width: 100%;
	position:static;
	overflow:auto;
	float:left;
	
}

#galpace {
	height: 40px;
	width: 100%:
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1000px;
	margin: -100px auto 0;
	height: 100px;
	background: none;
	position: static;
	text-align:right;
	padding-left: 20px;
	padding-right: 20px;
}

#infofoot {
	height: 100px;
	float:left;
	text-align:left;
	background: none;

}
#copyfoot {
	height: 100px;
	float:right;
	background: none;
}

#wrapper #content h1 {
	color: #000;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 100%;
}



			

		

/* Easy Slider */

	#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
		*/ 
		width:800px;
		height:500px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		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{
		height:100px;
	margin-bottom:1em;
	margin-left:0px;
	margin-right:0px;
	margin-top: -490px;
	padding:3;	
		}
	ol#controls li{
		margin:0 20px 0 0; /* number spacing */
		padding:20;
		float:left;
		list-style:none;
		height:10px;
		line-height:68px;
		}
	ol#controls li a{
		float:left;
		height:2px;
		line-height:28px;
		border:0px solid #ccc;
		background:none;
		color:#fff;
		padding: 5px 0;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:none;
		color:#980638;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */