#container {
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: 100%;
	width: 800px;
	border: 3px solid #5A312B;
	background-color: #F5F5F5;
	font-family: Verdana, Geneva, sans-serif;
}
#header {
	margin: 0px;
	padding: 0px;
	background-image: url(images/beachcouple.png);
	height: 350px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4F0000;
}
#navbar {
	height: 50px;
	background-image: url(images/navbar-pic1.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4F0000;
}
#container #leftbody h1 {
	font-size: 24px;
	text-align: left;
}


#footer {
	background-color: #B2B2B2;
	clear: both;
	height: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4F0000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}


body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #1F1F1F;
	background-color: #0D0D0D;
}


#container #navbar ul {
	margin: 0px;
	padding: 0px;
	display: inline;
	background-color: #FCFCFC;
}
#container #footer ul {
	list-style-type: none;
	display: inline;
	height: 40px;
}
#container #footer ul li {
	line-height: 38px;
	display: inline;
	text-align: center;
}
#container #footer ul li a {
	text-decoration: none;
	color: #3B1F1F;
}
#container #footer ul li a:hover {
	color: #FFF;
}


#container #navbar ul li {
	display: inline;
	float: left;
}
#container #navbar ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 50px;
	width: 160px;
	line-height: 48px;
	color: #1B1B1B;
}
#container #navbar ul li a:hover {
	color: #FFF;
	background-image: url(images/navbar-pic1.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}
.boldtext {
	font-weight: bold;
}
#leftbody {
	height: 100%;
	padding: 50px;
	background-color: #F5F5F5;
	text-align: left;
}
.smallertext {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
}
#container #leftbody a {
	text-decoration: none;
	color: #242424;
}
#container #leftbody a:hover {
	color: #009;
}

