*, 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;
}

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: 450px;
	margin: 50px 50px 0px 0px;
	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#search {
	border: 0px white dotted;
	width: 275px;
	margin: 25px 0px 25px 56px;
	clear: both;
	}

div#home_photo {
	border: 0px white dotted;
	width: 2000px;
	background-color: #e13e5b;
	margin: 0px 0px 25px 0px;
}

.fayvoritehr {
	margin: 25px 0px 10px 0px;
	background-color: #003C6D;
	color: #003C6D;
	height: 1px;
	width: 400px;
	border: 0;
}