body {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: 700px;
	width: 750px;
	background-color: #ECE9ED;
	background-attachment: scroll;
	background-image: url(../images/background2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mast {
	position: absolute;
	height: 101px;
	width: 620px;
	left: 130px;
	top: 0px;
	border-right-width: 1px;
	border-right-style: double;
	border-right-color: #333333;
}
#left_col {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: 700px;
	width: 130px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #666666;
	background-image: url(../images/left_col_photo.jpg);	
}
#content {
	margin: 0px;
	padding: 10px;
	clear: both;
	float: left;
	height: 599px;
	width: 600px;
	position: absolute;
	left: 131px;
	top: 101px;
	right: 0px;
	bottom: 0px;
	font-size: 12px;	
}
.content_textbox {
	margin: 5px;
	padding: 10px;
	clear: both;
	float: left;
	height: 100%;
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
.content_photo {
	margin: 0px;
	padding: 10px;
	clear: both;
	float: right;
	height: 386px;
	width: 250px;
	position: absolute;
	left: 350px;
	top: 0px;
	right: 0px;
}
#body_back {
	background-attachment: scroll;
	background-image: url(../images/background2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

h3 {
	font-size: 14px;
}

#footer {
	font-size: 10px;
	padding-top: 8px;	
}

#footer a:link {
	color: #333333;	
}

#menu {
	position:absolute; 
	left:4px; 
	top:124px; 
	width:120px; 
	height:272px; 
	z-index:1
}

#navlist {
	padding-left: 0;
	margin-left: 0;
	width: 110px;
	font-size: 12px;
	font-weight: bold;	
}

#navlist li {
	list-style: none;
	margin: 0;
	padding: 6px;;
}

#navlist li a {
	text-decoration: none;
	color: #000000;	
}

#navlist li a:hover {
	text-decoration: none;
	color: #333333;	
}

