body {
	background-color: #808080;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
}

#main {
	width:764px; 
	height:600px; 
	position:relative;
}

#top {
	width:764px; 
	height:191px;
}

#left {
	background-image:url(../images/left.jpg); 
	width:29px;
	height:400px; 
	position:absolute; 
	left:0px; 
	top:191px; 
	overflow:auto;
}

#content {
	background-image:url(../images/crest.jpg); 
	background-position: center center; 
	background-repeat:no-repeat;
	background-attachment:fixed; 
	background-color:#FFFFFF; 
	width:702px; 
	height:400px; 
	position:absolute; 
	left:29px; 
	top:191px; 
	overflow:auto;
}

#right {
	background-image:url(../images/right.jpg); 
	width:33px; 
	height:400px; 
	position:absolute; 
	right:0px; 
	top:191px; 
	overflow:auto;
}

#bottom {
	background-image:url(../images/bottom.jpg); 
	height:27px; 
	width:764px; 
	color:#FFFFFF; 
	font-size:10px; 
	position:absolute; 
	bottom:0px; 
	left:0px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
