@charset "utf-8";
html {
	overflow-y: scroll;
}
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	background-image: url(../images/background1.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-attachment: fixed;
}
img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container {
	width: 935px;
	text-align: left;
	min-height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#logo {
	float: left;


}
#logo2 {
	float: left;
}

#mainContent {
	height: 100%;
	width: 400px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
} 
#mainContent  img {
	padding: 10px;
	border: 1px dotted #35A5A6;
}
#mainContent img:hover {
	padding: 10px;
	border: 1px dotted #35A5A6;
	background-color: #CCCCCC;
}
#mainContent a {
	color: #006600;
}
#sidebar2 {
	width: 150px;
	float: left;
	margin-top: 50px;
}
#sidebar2 ul {
	float: left;
	width: 150px;
	list-style: none;
	position: relative;
	bottom: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
}
#tavernNav a {
	display: block;
	color: #634531;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-bottom: 10px;
	margin: 0px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #FBF0D2;
}
#tavernNav a:hover {
	background-color: #634531;
	color: #FFFFFF;
}
#tavernNav a.on {
	color: #FFFFFF;
	background-color: #634531;
}

h1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 18px;
	padding-bottom: 5px;
	text-transform: capitalize;
	color: #000000;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #634531;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: justify;
	line-height: 1.5em;
}
