/* CSS Document */

* {margin: 0;
   padding: 0;}
   
body {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#main {
	height: 200px;
	width: 850px;
	background-repeat: no-repeat;
}
#main_content ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-left: 20px;
	padding-bottom: 5px;
}


#linkbar {
	height: 43px;
	width: 850px;
	background-color: #CCCC99;
	border: medium solid #990066;
}

#top_content {
	background: url(images/top_content.jpg) no-repeat;
	height: 135px;
	width: 850px;
}

#main_content {
	/* background: url(images/body_tile.jpg) repeat-y; */
	width: 730px;
	padding-left: 125px;
	font-size: 14px;
	background-color: #FFFFCC;
}
#top {
	width: 730px;
	font-size: 14px;
	height: 370px;
}
#bottom {
	width: 730px;
	font-size: 14px;
	height: 330px;
}

#loungeTop {
	width: 450px;
	float: left;
	height: 720px;
}
#loungeBottom {
	background-position: right top;
	min-height: 220px;
	width: 450px;
	background-color: transparent;
	background-repeat: no-repeat;
	float: left;
}

#footer {
	/* background: url(images/footer.jpg); */
	width: 850px;
	height: 30px;
	/* padding-top: 100px; */
	font-size: 10px;
	background-color: #CCCC99;
	text-align: center;
	vertical-align: middle;
	float: left;
	display: block;
	padding-left: 0px;
}

p {padding-bottom: 6px;
padding-top: 6px;}

h1 {
	padding-top: 40px;
	padding-left: 112px;
	color: #a9ac96;
	font-size: 24px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	padding-top: 0px;
	padding-left: 112px;
	color: #b3b79b;
	font-size: 12px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 16px;
	font-style: italic;
	color: #8D926A;
	padding-top: 15px;
	padding-bottom: 15px;
}
#navlist li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	display: inline;
}
#linkbar #navcontainer #navlist a {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	display: inline;
}



blockquote {
	margin-left: 165px;
	margin-right: 300px;
	font-size: 12px;
	padding: 45px 6px 6px;
	font-style: italic;
}

#navcontainer ul
{
	padding: 16px 0 2px;
	margin-left: 20px;
	list-style-type: none;
	color: #006633;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

li {
	display: block;
	margin-left: 30px;
}

li a
{
	text-decoration: none;
	color: #666666;
	width: 70px;
	display: block;
}

li a:hover
{
background-color: #EDEEE8;
color: #333333;
}
#loungeRight  {
	float: right;
	width: 280px;
}

