*, html, body {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px none;
}

.clearBox {
	clear: both;
}

body {
	background-color: #ffffff;
	padding: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: black;
}

a {
	text-decoration: none;
	color: #A60533;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

h1 {
	font-weight: normal;
	line-height: 35px;
	font-size: 12px;
}

h2 {
	font-weight: normal;
	line-height: 35px;
	font-size: 24px;
}

div#background {
	border: red solid 0px;
	background-color: #ffffff;
	width: 910px;
	margin: 25px auto auto auto;
	padding: 0px;
}

div#content_left {
	float: left;
	border: green solid 0px;
	background-color: #ffffff;
	width: 245px;
	margin: 0px;
	padding-left: 10px;
}

div#content_left_text {
	float: right;
	width: 210px;
	padding-right: 13px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 16px;
	color: black;
	text-align: right;
}

div#content_right {
	float: left;
	border: red solid 0px;
	background-color: #ffffff;
	width: 600px;
	margin: 0px;
	padding-left: 45px;
	padding-right: 10px;
}

div#content_right_text {
	float: left;
	padding-right: 65px;
	text-align: left;
}

div#footer {
	clear: both;
	float: left;
	border: red solid 0px;
	width: 575px;
	margin: auto;
	padding: 50px 5px 25px 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 10px;
	color: black;
	line-height: 16px;
}

div#footer a {
	text-decoration: none;
	color: black;
}

div#footer a:hover {
	text-decoration: none;
	color: #d4b929;
}

div#admin_display {
	background-color: white;
	border: grey dotted 1px;
	padding: 10px;
}