body {
	background-image: url(images/body_bg.png);
}

.container {
	width: 1024px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.container .header {
}
.container .navleft {
	float: left;
}
.container .navbar {
	float: left;
	height: 20px;
	width: 869px;
	background-color: #7E453C;
}
.container .navbar a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
	background-image: url(images/button3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 100px;
}
.container .sidebar {
	float: left;
	height: 450px;
	width: 155px;
	background-color: #395F50;
	padding-top: 20px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
}
.container .contenttext {
	float: left;
	height: 450px;
	width: 180px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.subtext {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: italic;
	color: #847035;
}
.container .contentmain {
	float: left;
	margin-top: 40px;
	background-image: url(images/frame1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 480px;
	height: 368px;
}
.container .contentmain .whitetext {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
}

.container .footer {
	clear: both;
	height: 20px;
	background-color: #395F50;
}
.container .footer a {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}


p {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 20px;
	color: #244137;
}

h3 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #7D443B;
}
.container .contentmain img {
	margin-top: 15px;
}
.container .contenttext a {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #244137;
	text-decoration: none;
}
.container .sidebar a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.container .sidebar a:hover {
	text-decoration: underline;
}
.container .navbar a:hover {
	background-repeat: no-repeat;
	background-position: left center;
	color: #000000;
	background-image: url(images/button3.gif);
}
.container .navbar .selected a {
	background-image: url(images/button3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
