body
{
	font-family:georgia, helvetica;
	padding:0px;
	margin:0px;
}
#rbwrapper
{
	background-image: url("http://www.raymondberg.com/includes/images/background-left.png");
	background-repeat:repeat-y;
}
#l-sidebar
{
	float:left;
	width:100px;
}
.link
{
	display:block;
	height:40px;
	width: 166px;
	font-size:16pt;
	font-family:georgia, helvetica;
	overflow:hidden;
}
#rbheader, #rbmain, #rbfooter
{
	margin-left:100px;
}
#rbmain
{
	padding-left:5px;
	padding-top:20px;
	padding-bottom:20px;
}
#rbheader
{
	margin-bottom:10px;
	width:100%;
	height:40px;
	font-size:24pt;
	background-image: url("http://www.raymondberg.com/includes/images/background.png");
	background-repeat:repeat-x;
}

.gapped,.technology,.project
{
	margin-top:7px;
	margin-left:10px;
	text-decoration:none;
	color:black;
}
.project
{
	font-size:6pt;
}
.gapped:hover
{
	color:#fff;
}
#rbfooter
{
	margin-bottom:20px;
	width:100%;
	background-color: #d5d5d5
}

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

dt{
   font-weight:bold;
}
code{
	display:block;
	white-space:pre;
        width:95%;
        overflow:auto;
 	margin-left:10px;
 	padding:2px;
	background-color:#FAFAFA;
	background-image:url(/includes/images/code_side.gif);
	background-repeat:repeat-y;
}
