body {
	background-color: #3399FF;
	margin: 0;
  	padding: 0;
}

/******************* whole page wrapper ********************/
#wrapper {
	width: 750px;
	background-image: url(images/bgnd.gif);
	background-repeat: repeat-y;
	position:absolute;
	top:8px;
	left:68px;
}

/****************** main layout blocks **********************/
#images {
	position: relative;
	width:120px;
	left:10px;
	top:20px;
	}
#title {
	background-image: url(images/shadewide.jpg);
	background-repeat: repeat-x;
	margin: 0px 13px 0px 13px;
	padding: 10px;
}
#nav{ background-image: url(images/shadethin.jpg);
	background-repeat: repeat-x;
	margin: 0px 13px 0px 13px;
	padding: 8px;
	height: 39px;}
	
#content { 
margin: 10px 23px 10px 120px;
		}
		
#content table{
vertical-align:top;
padding: 10px;}

#footer{background-image: url(images/shadethin.jpg);
	background-repeat: repeat-x;
	margin: 0px 13px 0px 13px;
	padding: 8px;
	height: 39px;	
	}
	
#footer a{
	color: #666666;
	text-decoration: none;
}
