	*{
		margin: 0;
		padding: 0;
	}
	
	body{
		font-family: Arial;
	}
	
	h2{
		font-size: 20px;
		margin-bottom: 2px;
		color: #000;
	}
	
	#container{
		width: 1000px;
		position: absolute;
		left: 50%;
		margin-left:-500px;
	}
	
	#header{
		height: 113px;
		background-image: url('images/head.png');
		background-repeat: no-repeat;
	}
	
	#content{
		width: 800px;
		margin-top: 20px;
		margin-left: 100px;
		color: #000;
	}
	
	#back{
		margin-left: 70px;
		padding-top: 5px;
		border-bottom: 2px #dcdcdc solid;
		width: 860px;
		padding-bottom: 3px;
	}
	
	p{
		color: #000;
	}
	
	#footer{
		height: 200px;
		background-image: url('images/foot.png');
		background-repeat: no-repeat;
		width: 1000px;
		color: #8F8F8F;
	}
	
	#cols{
		padding-top: 50px;
		color: #8F8F8F;
	}
	
	#col1{
		width: 299px;
		margin-left: 100px;
		border-right: 1px #8F8F8F solid;
		float: left;
		color: #8F8F8F;
	}
	
	#col2{
		width: 490px;
		margin-right: 100px;
		float: right;
		color: #8F8F8F;
	}

	#slider {
		width:800px;
		height:386px;
		position:relative;	
		overflow:hidden;
	}

	#mask-gallery {
		
		overflow:hidden;	
	}

	#gallery {
		list-style:none;
		margin:0;
		padding:0;
		
		z-index:0;
		
		width:900px;
		overflow:hidden;
	}

	#gallery li {
		float:left;
	}


	#mask-excerpt {
		
		/* Set the position */
		position:absolute;	
		top:0;
		left:0;
		z-index:500px;
		
		/* width should be lesser than #slider width */
		width:200px;
		overflow:hidden;	
		

	}

	#excerpt {
		/* Opacity setting for different browsers */
		filter:alpha(opacity=80);
		-moz-opacity:0.8;  
		-khtml-opacity: 0.8;
		opacity: 0.8;  
		
		/* Clear the list style */
		list-style:none;
		margin:0;
		padding:0;
		
		/* Set the position */
		z-index:10;
		position:absolute;
		top:0;
		left:0;
		
		/* Set the style */
		width:200px;
		background-color:#000;
		overflow:hidden;
		font-family:Tahoma;
		font-size:13px;
		color:#fff;	
	}
	
	#excerpt p{
		color: #fff;
	}

	#excerpt li {
		padding:5px;
	}

	#buttons{
		float: right;
		padding-right: 10px;
		padding-top: 3px;
	}

	a:link              { font-weight: bold; text-decoration: none; color: #000;}
	a:visited           { font-weight: bold; text-decoration: none; color: #000;}
	a:hover             { font-weight: bold; text-decoration: none; color: #d30000; }
	a:active            { font-weight: bold; text-decoration: none; color: #d30000;}