html{
	height:100% !important;
	min-height:100%;
}
body{
	background: #493F3F;
	text-align: center;
	margin:0;
	padding:0;
	min-height:100%;
	height:auto !important;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	color:#342b2b;
	font-size:12px;	
}
	#wrapper{
		margin: 0 auto 0 auto;
		border-left:4px solid #332C2C;
		border-right:4px solid #332C2C;
		width:840px;
		min-height:100%;
		height:auto !important;
		height:100%;
		background: #D0C9C9;
		padding-top:4px;
		text-align:left;
	}
		#header{
			background: #342B2B;
			border-top: 3px solid #6D6868;
			border-bottom: 3px solid #6D6868;
			height:100px;
			width:100%;
			font-family: "Times New Roman", Times, serif;
		}
			#header li, #header li a {
				display:inline;
				margin: 0 20px 0 0;
				padding:0;
				line-height: 67px;
				color:  #D0C9C9;
				font-size: 30px;
				text-decoration:none;
			}
		#portfolio_slider{
			height:186px;
			width:100%;
			background: url('img/gradient2.jpg') repeat-x;
		}
		#introduce {
			background-image:url("img/introduce.png");
			width:296px;
			height:307px;
			position:absolute;
			top:0px;
			margin-left:570px;				
		}
		#content a {
			color:#880303;
			text-decoration:none;
		}
		#content a:hover {
			text-decoration:underline;
		}
		#left, #center, #right {
			padding:10px;
		}
		#left {
			float:left;
			width:380px;
			margin-left:10px;
		}
		#center {
			float:left;
			width:190px;
		}
		#right {
			float:left;
			width:190px;
		}
			.smalltext {
				color:#7c7373;
				font-style:italic;
				font-size:10px;
			}
			#content ul {
				list-style-image:url("img/accept.png");	
			}
			#content h1{
				color: #880303;
				font-family: "Times New Roman", Times, serif;
				font-size:22px;
				font-weight:normal;
				padding:0px;
				margin:0px;
				margin-top:5px;
				margin-bottom:3px;
			}
			.clear{
				height:1px;
				width:100%;
				clear:both;
			}
		#footer{
			clear:both;
			border-top:3px solid #6D6868;			
			background: #342B2B;
			text-align:right;
			padding:9px;
			color:#D0C9C9;
		}
		a img {
			border:0px;
			margin-top:5px;
		}
		
		
		
	#portfolio_slider{}	
	#portfolio_slider ul, #portfolio_slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#portfolio_slider li{ 
		width:696px;
		height:241px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		}	
	#nextBtn{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;	
		}	
