/* CSS Document */
body {
	margin: 0px;
	background-image: url(images/redgradient.jpg);
	font-family: "Times New Roman", Times, serif;
}
a, a:visited, a:active {
	text-decoration: none;
	color: #990000;

}
a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-image:url(images/header.jpg);
	height: 156px;
}
#banner {
	width: 1000px;
	height: 127px;
	clear: both;
}
#main {
	width: 1000px;
	height: 650px;
	clear: both;
	overflow: hidden;
	background-repeat: no-repeat;
}

#home_text_right {
	position: relative;
	left: 460px;
	width: 330px;
	top: 75px;
}
#home_text_left {
	position: relative;
	left: 190px;
	width: 230px;
	top: 120px;
}

#main_text_left {
	width: 340px;
	float: left;
	margin-top: 30px;
	margin-left: 200px;
}
#main_photo_right {
	float: right;
	width: 270px;
	margin-top: 30px;
	margin-right: 175px;
}
#main_text_right {
	width: 365px;
	float: right;
	margin-right: 175px;
	margin-top: 30px;
}
#main_photo_left {
	float: left;
	width: 270px;
	margin-left: 175px;
	margin-top: 30px;
}

#main h1{
	font-size: 110%;
	color: #000000;
	line-height: 90%;
	margin-bottom: 4px;
	margin-top: 6px;
}
#main h2 {
	font-size: 100%;
	color: #000000;
	margin-bottom: 4px;
	margin-top: 6px;
}
#main h3{
	font-size: 90%;
	color: #000000;
	line-height: 100%;
	margin-bottom: 4px;
	margin-top: 6px;
}
#main p{
	text-align: left;
	font-size: 90%;
	line-height: 90%;
	color: #000000;
	margin-bottom: 5px;
	margin-top: 5px;
}

#topmenu {
	position: relative;
	z-index: 1;
	margin-right: 150px;
	margin-left: 150px;
	width: 700px;
	top: 120px;
	height: 30px;
	text-align: center;
	padding: 0 0 0 0;
	font-size: 100%;
}

/* to stretch the container div to contain floated list */
#topmenu:after
{
	content: ".";
	display: block;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

ul#menulinks
{
	list-style: none;
	padding: 0;
	margin: 0 auto;
	font-size: 0.8em;
}

ul#menulinks li
{
	display: block;
	float: left;
	width: 16%;
	margin: 0;
	padding: 0;
	font-size: 120%;
	font-weight: bolder;
}

ul#menulinks li a
{
	color: #990000;
	display: block;
	width: 100%;
	padding: 0.5em;
	text-align: center;
	text-decoration: none;
}
ul#menulinks li a:hover
{
	color: #990000;
	text-decoration: underline;
}

#topmenu>ul#menulinks li a { width: auto; }
#text_left {

	width: 350px;
	position: relative;
	left: 175px;
	top: 20px;
}

#main #left_col {
	float: left;
	margin-top: 30px;
	margin-left: 200px;
	width: 350px;
}

#main #right_col {
	float: right;
	margin-top: 30px;
	margin-right: 150px;
	width: 270px;
}
#main #center_single {
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	width: 550px;
}

.moodisplay {
	padding: 5px;
	font-size: 80%;
	margin: 0;
	background: #d1c6a5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #222222;
	font-weight: bold;
}
