html, body {
	background:#967b58;
	padding:0px;
	margin:0px;
}
.container {
	width:900px;
	margin:0 auto;
}
.logo a {
	width:271px;
	height:212px;
	background: url('../images/logo.jpg');
	text-indent: -9999px;
	float:left;
}
.links {
	width:629px;
	height:212px;
	background: url('../images/topright.jpg');
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, Sans-serif;
	float:left;
}
.links ul {
	list-style: none;
	padding: 166px 0 0 0;
	margin: 0;
}

.links li {
	padding: 0 10px 0 10px;
	border-right:1px #000000 solid;
	margin: 0;
	float: left;
}
.links li a {
	height: 26px;
	float: left;
	color:#0960a3;
	text-decoration:none;
	overflow: hidden;
	display: block;
}
.links li a:hover {
	height: 26px;
	float: left;
	color:#b12b2f;
	text-decoration:none;
	overflow: hidden;
	display: block;
}
.links li a:visited {
	height: 26px;
	float: left;
	color:#0960a3;
	text-decoration:none;
	overflow: hidden;
	display: block;
}
.links li a:visited:hover {
	height: 26px;
	float: left;
	color:#b12b2f;
	text-decoration:none;
	overflow: hidden;
	display: block;
}
#leftbar {
	width:145px;
	height:556px;
	background: url('../images/midleft.jpg') top right no-repeat;
	text-indent: -9999px;
	float:left;
}
#body {
	width:609px;
	height:556px;
	overflow:auto;
	color:#FFFFFF;
	background: url('../images/body.png') #b12b2f top center no-repeat;
	float:left;
}
#body a {
	height: 26px;
	color:#FF0000;
	text-decoration:none;
}
#body a:hover {
	height: 26px;
	color:#FF0000;
	text-decoration:none;
}
#body a:visited {
	height: 26px;
	color:#FF0000;
	text-decoration:none;
}
#body a:visited:hover {
	height: 26px;
	color:#FF0000;
	text-decoration:none;
}
.contact {
	margin:0 auto;
	padding: 25px 0 0 0;
	width:231px;
	height:40px;
	background: url('../images/contact.png') bottom no-repeat;
	text-indent: -9999px;
}
.text {
	margin:0 auto;
	padding: 25px 0 0 0;
	width:386px;
text-align:center;
	height:80px;
}
#rightbar {
	width:146px;
	height:556px;
	background: url('../images/midright.jpg');
	text-indent: -9999px;
	float:left;
}
.footer {
	width:900px;
	height:79px;
	background: url('../images/bottom.jpg');
	text-indent: -9999px;
	float:left;
}
