* {
	margin: 0px;
	padding: 0px;
}
#container {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	background-image: url(_css/images/container_bg_tile.gif);
	background-color: #F3F0E2;
	background-repeat: repeat-x;
	border: 1px solid #90784C;
}
body {
	background-image: url(_css/images/body_bg_tile.gif);
	background-color: #b6aa7d;
}
#masthead {
	background-attachment: scroll;
	background-image: url(_css/images/masthead.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 126px;
}
#masthead a {
	height: 120px;
	text-indent: -999999px;
	display: block;
}
#mainmenu { margin-top: -5px; }
#sidebar {
	background-image: url(_css/images/sidebar.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	width: 323px;
	margin-left: 20px;
	margin-bottom: 20px;
	float: left;
	margin-top: 10px;
	height: 522px;
}
#content {
	margin-top: 10px;
	width: 580px;
	margin-right: 20px;
	float: right;
}
#content p {
	width: 540px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 5px;
	margin-top: 15px;
	color: #726042;
	font-weight: normal;
	line-height: 18px;
	padding-left: 20px;
}
#content strong {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6A1A16;
}
#content em {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6A1A16;
	width: 955px;
}
#footer {
	clear: both;
	background-image: url(_css/images/footer.gif);
	height: 34px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	color: #E7E5BD;
	padding-top: 25px;
}
#content a {
	color: #6A1A16;
	text-decoration: none;
	padding: 5px;
}

