body {
	background: #FFF url('../images/background.jpg') no-repeat;
	background-attachment: fixed;
	margin: 0;
	padding: 10px 0px 0px 0px;
	border: 0;
	font-family: verdana;
	font-size: 12px;
	color: #856F57;
}

#columnleft {
	background: url('../images/background_left.jpg') no-repeat;
	position: relative;
	top: 0px;
	width: 60px;
	height: 565px;
}

#columnmiddle {
	background: url('../images/header.jpg') no-repeat;
	top: 0px;
	padding-top: 140px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	width: 510px;
}

.menu {
	position: relative;
	left: 4px;
	width: 460px;
	height: 14px;
	color: #FFFFFF;
	font-size: 14px;
}

#menu1 {
	top: -51px;
}

#menu2 {
	top: -48px;
}

.menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}

#columnright {
	background: url('../images/background_right.gif') no-repeat;
	position: relative;
	top: 0px;
	padding-top: 275px;
	padding-right: 105px;
	width: 125px;
	height: 590px;
	font-family: verdana;
	font-size: 10px;
	text-align: center;
}

table {
	border-collapse: collapse; 
	border-spacing: 0px;
}

td {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

td.left {
	background: url('../images/background_left_repeat.jpg') repeat-y;
	width: 60px;
}

td.middle {
	background: url('../images/background_center_repeat.jpg') repeat-y;
	width: 570px;
}

td.right {
	background: url('../images/background_right_repeat.gif') repeat-y;
	width: 230px;
	height: 862px;
}

h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.2em;
}
.center {
	text-align: center;	
}
.caption {
	margin-bottom: 1.5em;	
}
.block {
	margin-top: 2em;
	line-height: 1.5em;
}
#footer {
	padding-top: 0.5em;
	font-size: 0.8em;
	text-align: center;
}
#footer a {
	color: #856F57;
	text-decoration: none;
}
