*, html, body {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px none;
}

.clearBox {
	clear: both;
}

body {
	background-color: #A34068;
	background-image: url(/images/background.gif);
	padding: 0px;
}

h1 {
	color: black;
	font-size: 18px;
}

div#background {
	border: 0px yellow dotted;
	text-align: center;
	width: 100%;
	overflow: hidden;
}

div#inner_background {
	border: 0px white dotted;
	text-align: left;
	width: 900px;
	margin: 0px auto 0px auto;
	display: table;
}

div#nav {
	border: 0px orange dotted;
	width: 375px;
	margin: 0px 25px 0px 0px;
	float: left;
}

div#content {
	border: 0px green dotted;
	width: 395px;
	margin: 50px 0px 0px 55px;
	float: left;
	font-family: Times, serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: white;
}

div#contentRight {
	border: 0px red dotted;
	width: 350px;
	margin: 10px 50px 0px 50px;
	float: left;
	font-family: Times, serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: white;
}

div#content a {
	text-decoration: none;
	font-weight: normal;
	color: #FFA43E;
}

div#content a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #D0832D;
}

div#favorites {
	border: 0px white dotted;
	width: 300px;
	margin: 3px 0px 25px 58px;
	font-family: Times, serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: white;
}

div#favorites a {
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	color: black;
}

div#favorites a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #FFA43E;
}

div#home_photo {
	border: 0px white dotted;
	width: 2000px;
	background-color: #e13e5b;
	margin: 0px 0px 25px 0px;
}

div#footer {
	padding: 5px 15px 15px 15px;
	background-color: #d3d3be;
	background: url(/landing_images/footerbg.jpg);
	width: 945px;
	height: 85px;
	font-weight: normal;
	font-size: 11px;
	color: #d3d3be;
	position: relative;
}

div#sitemap {
	position: relative;
	padding: 0px 15px 5px 0px;
	font-weight: normal;
	font-size: 10px;
	color: #d3d3be;
	bottom: 0px;
	right: 0px;
	text-align: right;
	position: absolute;
}

div#footer a, div#sitemap a {
	text-decoration: none;
	color: #d3d3be;
	font-weight: normal;
}

div#footer a:hover, div#sitemap a:hover {
	text-decoration: none;
	color: #2a2a2a;
	font-weight: normal;
}