body {
	color: #ffffff;
	background-color: #660000;
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	font:12px serif;
 }
a:link {color: #ffcc33;text-decoration: none;}
a:visited {
	color: #ffcc33;
	text-decoration: none;
}
a:hover {
	color: #ff9900;
	text-decoration: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFCC00;
	line-height: 28px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFCC00;
	line-height: 22px;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #FFCC00;
}
#wrapper{
	border:2px #330033 solid;
	width:800px;
}
div#header {
	width: 800px;
	height: 92px;
	background: url(images/header.jpg);
}
div#nav-bar {
	background-image: url(images/nav-bar_bkgnd.jpg);
	width:800px;
	height: 48px;
}
ul#nav  {
	height:30px;
	padding: 0px;
	margin-top: 5px;
	width: 800px;
	display: inline;
	float: left;
}
#nav li {
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	margin-left: 45px;
	float: left;
}
.initial {
	text-transform:capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}
.initial-yellow { color: #fc0; font-size: 26px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; text-transform: capitalize; }
#nav a {
	color: #fff;
	text-decoration: none;
}
#nav a:hover {
	color: #A50000;
	border: none;
}
div#content {
	width: 800px;
	height:517px;
	background-color: #A50000;
	float: left;
}
#images_area {
	float: left;
	height: 500px;
	width: 790px;
	background-color: #660000;
	margin: 5px;
}
#left-area {
	float:left;
	width:370px;
	height: 528px;
	background:#A50000 url('images/bkgnd_pic.jpg') no-repeat;}
#text-area {
	float:left;
	width:430px;
	height: 528px;
	background-image: url(images/text_bkgnd.jpg);
	background-repeat: no-repeat;
}
#message-display {
	height: 466px;
	padding:0px;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 25px;
	float: left;
	width: 370px;
}

div#footer {
	width: 800px;
	height: 44px;
	background-image: url(images/footer.jpg);
	clear: both;
}
.clips:a { color: #fc3; }
