body{
	background-color: #FFF;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header{
	background-image: url("hr_logo.gif");
	background-repeat: no-repeat;
	background-position: 35px 49px;
	height: 70px;
	}
	#header h1{
		display: none;
	}
	
#content{
	height: 350px;
	background-image: url("hr_back.gif");
	background-color: #309FEC;
	}
	#content h2{
		display: none;
	}
	.tag{
		margin: 0 0 0 35px;
		width: 136px;
		height: 12px;
		background-image: url("hr_tag.gif");
		background-repeat: no-repeat;
	}
	
.desc{
	position: absolute;
	top: 70px;
	left: 25%;
	margin: 0 41% 0 0;
	padding: 47px 105px 0 0;
	
	width: auto;
	height: 350px;
	background-image: url("../hr_images/hr_bracket.gif");
	background-repeat: no-repeat;
	background-position: top right;
	text-align: right;
	}
	.desc p{
		padding: 0;
		margin: 0;
		font-size: 0.7em;
		color: #FFFFFF;
	}
	.desc p a{
		text-decoration: underline;
		color: #FFF;
	}
	.desc p a:hover{
		text-decoration: underline;
		color: #99FF99;
	}

#portfolio{
	position: absolute;
	top: 0;
	right: 20%;
	z-index: 50;
	overflow: auto;
	height: 100%;
	width: 215px;
	min-width: 216px;
	background-color: transparent;
	scrollbar-3dlight-color: #31A000; 
	scrollbar-arrow-color: #FFF; 
	scrollbar-base-color: #FFF;
	scrollbar-darkshadow-color: #31A000;
	scrollbar-face-color: #31A000;
	scrollbar-track-color: #84E109;
	scrollbar-highlight-color: #31A000;  
	scrollbar-shadow-color: #31A000;
	}
	#portfolio img{
		float:left;
		clear: both;
		margin:0;
		border-top: 1px solid #309FEC;
		border-bottom: 1px solid #309FEC;
		border-left: none;
		border-right: none;
	}
	#portfolio .client{
	display:block;
	float:left;
	width:190px;
	padding: 3px 5px;
	margin:0 0 10px 0;
	font-size:0.7em;
	background-color:#FFFFFF;
		}
		#portfolio .client a{
		float:left;
		clear:both;
		display:block;
		margin:0;
		clear:both;
		color:#000000;
		text-decoration:none;
		}
		#portfolio .client a:hover{
		color:#0066FF;
		text-decoration:underline;
		}
	
#footer{
	margin: 0 0 0 35px;
	font-size: 0.6em;
	color: #666;
}


