body {
	margin-bottom: 0px;
	background:url(gradient.gif) repeat-x #1E1B12;
}

#container {
	top: 0px;
	left:0px;
	margin-left:0%;
	position:absolute;
	height: 650px;
	width: 775px;
	}
	
#top {
	position: absolute;
	top: 0px;
	left:0px;
	background:url(images/paigesite_01.gif);
	height: 39px;
	width: 775px;
	}
	
#left {
	position: absolute;
	top: 39px;
	left: 0px;
	background:url(images/paigesite_02.gif);
	height: 19px;
	width: 43px;
	}
	
#menu {
	position:absolute;
	top: 39px;
	left: 43px;
	background:url(images/paigesite_03.gif);
	height: 19px;
	width: 257px;
	}
	
#topplus {
	position: absolute;
	top:39px;
	left: 300px;
	background:url(images/paigesite_04.gif);
	height: 19px;
	width: 475px;
	}	
	
#headshot {
	position: absolute;
	background:url(images/paigesite_05.gif);
	top:58px;
	left:0px;
	width: 402px;
	height: 622px;
	}
	
#header {
	position: absolute;
	background:url(images/paigesite_06.gif);
	top:  58px;
	left: 402px;
	height: 67px;
	width: 373px;
	}

#contentbox {
	position:  absolute;
	background:url(images/paigesite_07.gif);
	top:125px;
	left:402px;
	height: 555px;
	width: 373px;
}

#content {
	padding: 10px 10px 10px 10px;
	position:absolute;
	display:block;
	top:0px;
	left: 0px;
	width: 318px;
	height:438px;
	text-align:justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#CCCCCC;
	height: 438px;
	}
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	line-height: normal;
	color:#CCCCCC;
	}

a:link {
	color: #669966;
	text-decoration: underline;

}
a:hover {
	color: #669966;
	text-decoration: underline;
}
a:visited {
	color: #669966;
	text-decoration: underline;
}

p {
	text-align:justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#CCCCCC;
	}
	
.imgright {
	float:right;
	margin-bottom:10px;
	margin-left: 10px;
	margin-top: 10px;
	border:thin;
	border-color:#669966;
	}
	
.imgleft {
	float:left;
	margin-bottom:10px;
	margin-right: 10px;
	margin-top: 10px;
	border:thin;
	border-color:#669966;
	}
	
/*--------- Blog ---------*/

#blog{
	position : absolute;
	top : 10px;
	left : 10px;
	width : 318px;
	height : 428px;
	z-index : 2;

}

.scroll {
	scrollbar-face-color:#000000; scrollbar-highlight-color:#000000; scrollbar-3dlight-color:#FAFAD2; scrollbar-shadow-color:#000000;
scrollbar-darkshadow-color:#FAFAD2; scrollbar-arrow-color:#FAFAD2; scrollbar-track-color:#000000;
	}
