/* General formatting */
body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #D9C4B1;
	margin: 0px;
	padding: 0px;
	line-height: 23px;
	vertical-align: top;
}
body {
	background-color: #5B3C2A;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #D9C4B1;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	font-family: "Times New Roman", Times, serif;
}
h1 {
	font-size: 13px;
	color: #FFFFFF;
	border: 1px none #D9C4B1;
	letter-spacing: 5px;
	text-transform: uppercase;
}
.outline {
	border: 2px solid #FFFFFF;
}
#menubar {
	width: 240px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 220px;
	margin-left: 0px;
	text-align: center;
	padding: 0px;
	vertical-align: top;
	float: left;
}
#content {
	width: 519px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #D9C4B1;
	border-right-color: #D9C4B1;
	border-bottom-color: #D9C4B1;
	border-left-color: #D9C4B1;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 190px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-attachment: scroll;
	background-image: url(../images/smooth_is_sexy.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: right;
}
#container {
	background-color: #28100B;
	width: 800px;
	background-attachment: scroll;
	background-image: url(../images/address.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px;
	vertical-align: top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
}
