html {
	overflow: auto;
	height: 100%;
	}

body {
	background: rgb(255,251,231);
	padding: 0;
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-Serif;
	font-size: 80%;
	margin: 0;
	color: #666;
	text-align: center;
	background-image: url(images/bottom-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom; 
	}

#top-bit {
	width: 100%;
	background-image: url(images/top-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}

#fixed-width-central {
	width: 777px;
	text-align: left; 
	margin-right: auto; 
	margin-left: auto; 
	}

img.logo {
	border-bottom: 1px solid #8fbbb4;
	width: 777px;
	height: 98px;
	}

img.rhsqare {
	border: 0;
	width: 130px;
	height: 130px;
	margin-top: 1em;
	}

strong {
	font-size: 160%;
	color: #8fbbb4;
	font-weight: normal;
	}

b {
	color: #8fbbb4;
	}

#left-content {
	width: 614px;
	float: left;
	margin-top 0.5em;
	margin-right: 0;
	padding-left: 13px;
	margin-bottom: 1em;
	}

#right-bar {
	width: 150px;
	text-align: right;
	float: right;
	margin-bottom: 1em;
	}

a {
	color: rgb(106,140,178);
	text-decoration: none; 
	}

a:hover {
	color: #8fbbb4;
	}

hr {
	height: 1px;
	width: 100%;
	color: #8fbbb4;
	border: 0;
	background-color: #8fbbb4;
	margin-top: 1.75em;
	}

p {
	margin-top: 0.8em;
	margin-bottom: 1.2em;
	}

div.odd {
	background: rgb(255,248,221);
	padding: 1em;
	}
	
div.even {
	padding: 1em;
	}

input.txt {
	border: 1px solid #8fbbb4;
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-Serif;
	color: 	#8fbbb4;
	margin-bottom: 0.3em;
	width: 170px;
	background: #fff;
	}

textarea.txt {
	border: 1px solid #8fbbb4;
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-Serif;
	color: 	#8fbbb4;
	margin-bottom: 0.3em;
	width: 170px;
	background: #fff;
	height: 47px;
	font-size: 100%;
	}
	
input.btn {
	border: 1px solid #9ba;
	background: rgb(225,217,204); 
	color: 	rgb(255,251,231);
	cursor: pointer;
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-Serif;
	padding: 0.1em;
	font-weight: bold;
	font-size: 110%;
	}