body {
	background: url(images/bg_page_overlay.jpg) no-repeat top;
	}

h1 {
	color: #ffffff;
	/*#967f49*/
	}

#content {
	margin-top: 50px;
	/*border-top: 1px solid #000000;*/
	}

#content p {
	margin: 10px 75px;
	}
#content ul, #content ol {
	margin: 10px 75px 10px 90px;
	}
#content h2 {
	margin: 15px 75px;
	font-size: 12px;
	}
#content h2 a {
	color: #000000;
	text-decoration: none;
	font-style: italic;
	}
#content table {
	#margin-left: 75px;
	}

#content a {
	color: #2b200d;
	text-decoration: none;
	font-weight: bold;
	}
#content a:hover {
	text-decoration: underline !important;
	}

#content form {
	margin: 0 75px;
	}
#content form .text, #content form input.button, #content form label {
	clear: both;
	float: left;
	}
#content form textarea.text {
	height: 75px;
	}
#content form .text {
	width: 210px;
	}
#content form label {
	font-weight: bold;
	#width: 210px;
	}
#content form p {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	}

ol {
	padding-left: 15px;
	}

form .button {
	background: url(images/button_submit.png);
	width: 59px;
	height: 21px;
	border: none;
	/*background: url(images/button_submit.png);
	width: 139px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #ffffff;
	border: none;*/
	}

.noclear { clear: none !important; }

div.oneThird {
	float: left;
	width: 33.3%;
	margin-top: 30px;
	}

.oneThird ul, .oneThird ol {
	margin: 15px 45px 15px 55px;
	}
.oneThird form {
	display: block;
	margin: 0 45px;
	}

.leftThird h2, .leftThird p, .leftThird ul, .leftThird ol, .leftThird form {
	margin-right: 25px !important;
	}
.middleThird h2, .middleThird p, .middleThird form {
	margin-left: 20px !important;
	margin-right: 20px !important;
	}
.rightThird h2, .rightThird p, .rightThird form {
	margin-left: 25px !important;
	}

.leftThird li {
	margin: 5px 0 5px 5px;
	}

ul.faves {
	margin-left: 45px !important;
	margin-right: 60px !important;
	}
ul.faves li {
	position: relative;
	}
#content ul.faves a.fave_del {
	color: #ff0000 !important;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none !important;
	}
