@charset "utf-8";
html {
	overflow-y: scroll;
}
body  {
	margin: 0;
	padding: 0;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #000000;
	font-weight: normal;
}

#container {
	width: 924px;
	text-align: left;
	min-height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#logo {
	text-align: center;
}
#sidebar1 {
	float: left;
	width: 150px;
}
#mainContent {
	height: 100%;
	width: 564px;
	float: left;
	padding-right: 30px;
	padding-left: 30px;
} 
#sidebar2 {
	width: 150px;
	float: left;
}

#sidebar1 ul {
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	bottom:0;
	float: left;
	width: 150px;
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
#sidebar2 ul {
	padding: 0;
	position: relative;
	left: 0;
	bottom:0;
	float: left;
	width: 150px;
	list-style: none;
	margin: 0;
}
#mainNav a {
	display: block;
	color: #FFFF99;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#mainNav a:hover {
	background-color: #CCCCCC;
	color: #000000;
}

#mainNav a.on {
	display: block;
	color: #000000;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-color: #FFFFFF;
}
#tavernNav a {
	display: block;
	color: #FF66FF;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: right;
}
#tavernNav a:hover {
	background-color: #CCCCCC;
	color: #000000;
}
#tavernNav a.on {
	display: block;
	color: #000000;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-color: #FFFFFF;
}
#mainContent  img {
	padding: 10px;
	border: 1px dotted #35A5A6;
}

#mainContent img:hover {
	padding: 10px;
	border: 1px solid #FFFFFF;
}
#mainContent img:link {
	background-color: #FF0;
}
#mainContent     img.top {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
h1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 18px;
	padding-bottom: 5px;
	text-transform: capitalize;
	color: #FF6600;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FC0;
	font-style: normal;
	text-transform: uppercase;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #F60;
	text-transform: capitalize;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-transform: capitalize;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align: justify;
	font-weight: normal;
	line-height: 1.5em;
}
a:link {
	color: #FF6600;
}
a:visited {
	color: #FF6600;
}
a:active {
	color: #FF6600;
}
a:hover {
	color: #FF6600;
}

.top {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: italic;
	color: #0C9C9D;
}
