@charset "UTF-8";
#container {
	width: 950px;
	border: 8px solid #FFFFFF;
	min-height: 600px;
	background-color: #000000;
	background-repeat: repeat-y;
	background-image: url(../images/red_background.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	background-position: 1px;
}
body {
	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
#left {
	width: 300px;
	float: left;
	min-height: 500px;
}
#right {
	width: 650px;
	background-color: #D3C7AB;
	margin-left: 300px;
	background-image: url(../images/home_image_woman.jpg);
	background-repeat: no-repeat;
	height: 600px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	margin-right: 20px;
	margin-left: 20px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #540203;
	margin-left: 20px;
	margin-top: 0px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #B1A076;
	font-weight: lighter;
	line-height: 20px;
}
#nav_left {
	width: 257px;
	background-image: url(../images/nav_bar_background.jpg);
	background-repeat: repeat-y;
	background-position: 10px;
	margin-left: 10px;
}
#menu {
	margin-left: 25px;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #B1A076;
}
.top_banner {
	text-align: center;
	width: 950px;
	border-right-width: 8px;
	border-left-width: 8px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
