body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: .7em;
	background: #161616 url(/rb/images/repeating_bg.jpg) center top repeat-y;
	margin:0px; 
	padding:0px; 
	color:#fff;
	}

p {
	margin: 0;
	padding: 1em 0 0; 
	line-height: 140%;
	}	
	
a img {
	border: none;
	}	

a {
	color: #fff;
	text-decoration: none;
	}	

a:hover {
	text-decoration: underline;
	}

.portfolio {
	background: url('/rb/images/glass_back2.png') no-repeat;
	width: 601px;
	height:169px;
	margin-bottom: 2px;
	}

.portfolio a {
}

.portfolio h3 {
	margin: 10px 0 0px 0px;
	height: 16px;
	text-indent: -9000px;
	}
	
.portfolio img {
	width: 228px;
	float: left;
	margin-top:18px; 
	margin-left: 15px;
	}
	
.portfolio ul {
	width: 200px;
	margin: 12px 0;
	padding: 0;
	list-style: none;
	}

.portfolio li {
	clear: left;
	margin-bottom: 5px;
	color: #c8c8c8;
	}

.portfolio li strong {
	font-size: .84em;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	}

#more{
	margin: 0;
	height: 16px;
	text-indent: -9000px;
	background: url(/rb/images/more.gif) no-repeat;
	margin: 40px 0 20px 480px;
	}
	
.details {
	width:200px;
	float: right;
	margin-top: 15px;
	}
		
h3#digitalview {background: url(/rb/images/title-digitalview.gif) no-repeat;}

#container {
	margin: 0 auto;
	width: 975px;
	background: url(/rb/images/glo_mp2.jpg) 14px 0px no-repeat;
	}

#content {
	margin-bottom: 30px;
	float: right;
	width: 611px;
	padding-top: 40px;
	}	
	
#sidebar {
	float: left;
	padding: 38px 0 0 40px;
	width: 227px;
	}
	
#sidebar h1{
	margin: 0;
	height: 62px;
	text-indent: -9000px;
	background: url(/rb/images/logo1.gif) no-repeat;
	}

#address{
	margin: 0;
	height: 49px;
	text-indent: -9000px;
	background: url(/rb/images/address.gif) no-repeat;
	margin: 40px 0 0 7px;
	}

#email{
	margin: 0;
	height: 16px;
	text-indent: -9000px;
	background: url(/rb/images/email.gif) no-repeat;
	margin: 14px 0 0 16px;
}


#callme{
	margin: 0;
	height: 13px;
	text-indent: -9000px;
	background: url(/rb/images/hireme.gif) no-repeat;
	margin: 10px 0 63px 60px;
	}
			

#resume{
	margin: 0;
	height: 14px;
	margin: 40px 0 0 48px;
	font-size: 13px;
	}
	
#resume a {
	text-decoration: underline;
	}
	
.links {
	
	float: left;
	padding-left:17px; 
	padding-top: 22px;
}

.portfolio .links a{
	display: block;
	padding: 5px 5px 5px 5px;
	color: #fff;
	
}

.portfolio .links a:hover{
	text-decoration: underline;
}

.pic {
	float: left;
}

/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */