body {
	background-attachment: fixed;
	background-color: #D1D1D1;
	background-image: url(images/leaves.jpg);
	background-repeat: repeat-x;
    padding: 0; 
	margin: 0; 
	text-align: center;
}
.menutd {
	background-image: url(images/tab.gif);
	height: 29px;
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #264C57;
}
.menucol {
	background-color: #F8F8F8;
	background-image: url(images/lgrad.jpg);
	background-repeat: no-repeat;
}


#center {
	width:1003px;
	height:100%;
	margin: 0px auto;
	z-index:1;
	background-color: #F8F8F8;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #264C57;
	border-left-color: #264C57;
  	position: relative;
	text-align: left;
}
a:link {
	text-decoration: none;
	color: #2C525F;
}
a:visited {
	text-decoration: none;
	color: #52666D;
}
a:hover {
	text-decoration: underline;
	color: #C37467;
}
a:active {
	text-decoration: underline;
	color: #F3B5A5;
}
