body, html {
	margin: 0;
	padding: 0;
	background-color: #ded8be;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	}

#wrapper {
	background-image: url(../images/trcbg.jpg);
	background-repeat: no-repeat;
	width: 748px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 0;
	padding: 0;
	height: 748px;
	}

a, a:visited {
	font-weight: bold;
	color: #333399;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	}	
	
#content {
	position: absolute;
	margin-top: 240px;
	margin-left: 384px;
	width: 318px;
	height: 465px;
	font-size: 0.71em;
	line-height: 1.3em;
	}
#content h1 {
	font-style: normal;
	font-weight: bold;
	font-size: 1.1em;
	margin-left: 0.98em;
	margin-bottom: -2.1em;
	padding-bottom: 1.4em;
	}	
	
#content p {
	margin-left: 1em;
	margin-bottom: -1em;
	}
.trc {
	font-style: italic;
	font-weight: bold; 
	}

#menu {
	position: absolute;
	margin-top: 136px;
	margin-left: 60px;
	height: 200px;
	font-size: 0.75em;
	}
#menu ul {
	list-style: none;
	}
#menu li{
	width: 154px;
	line-height: 34px;
	}
.menub {
	border-bottom: solid 2px #d0cecf;
}	
#menu a, #menu a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #666;
	width: 154px;
	height: 34px;
	}	
#menu a:hover {
	display: block;
	background: transparent;
	background-image: url(../images/rollover.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: normal;
	width: 154px;
	height: 34px;
		}	

#imgblock {
	position: absolute;
	margin-top: 459px;
	margin-left: 52px;
	}
	
#page {
	position: absolute;
	margin-top: 34px;
	margin-left: 11px;
	}

.floatlft {
	float: left;
	margin-right: 15px;
	}

#footer {	
	position: absolute;
	margin-top: 699px;
	padding-left: 2.2em;
	width: 748px;
	font-size: 0.65em;
	line-height: 1.3em;
	text-align: center;
	padding-top: 1em;
	}
