@charset "utf-8";

/******** Body Elements ********/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	height: 100%;
	min-height: 100%;
	font-family: "Palatino Linotype", Garamond, AGaramond, "Century Gothic";
	font-size: 14px;
	line-height: 180%;
	color: #341414;
	background-color: #eeeeff;
	background-position: center;
	background-repeat: repeat-y;
	background-image: url(images/bg.gif);
}

/******** Layout Elements ********/

.wrapper {
	width: 760px;
	margin: 0 auto 0;
	background-color: #FFFFCC;
	background-repeat: repeat;
}

.header {
	margin: 0;
	padding: 30px 0 15px 40px;
	text-align: left;
	line-height: 50px;
}

.content {
	width: 475px;
	margin: 20px 0 0 230px;
}

.left {
	width: 150px;
	margin: 20px 0 0 30px;
	padding: 0 5px;
	float: left;
	font-size: larger;
}

.footer {
	margin: 0 0 20px 0;
	padding: 30px 0 15px 50px;
	clear: both;
	text-align: left;
}

/******** Document Styles ********/

img {
	border: solid Black;
	border-width: 1px 1px 1px 1px;
	margin: 5px 0px 0 15px;
}

img.purchase {
	border: solid Black;
	border-width: 1px 1px 1px 1px;
	margin: 5px 15px 0 0px;
}

img.events {
	border: solid Black;
	border-width: 1px 1px 1px 1px;
	margin: 5px 0px 0px 15px;
}

h1 {
	font-size: 48px;
	font-weight: normal;
	color: #BB0000;
	text-transform: none;
	font-family: Garamond, "Baskerville Old Face", "Century Gothic";
}

h2 {
	margin: 0 0 15px 0;
	font-size: 15px;
	font-weight: bold;
	color: #341414;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #bb0000;
	margin-bottom: 20px;
}	

a, a:active, a:visited {
	color: #330000;
	text-decoration: none;
}

a:hover {
	color: #bb0000;
	text-decoration: none;
}

.content a, .content a:active, .content a:visited {
	color: #bb0000;
	text-decoration: none;
}

.content a:hover {
	color: #330000;
	text-decoration: none;
}

.footer p {
	color: #BB0000;
	font-size: 11px;
}


/******** List Styles ********/

ul li {
	margin: 0 0 0 10px;
	list-style: none;
}

ul ul li {
	margin: 0 0 3px 30px;
	list-style: url(images/bullet.gif);
}

ul ul {
	margin: 0 0 15px 0;
}

.content ul li {
	margin: 0 0 20px 0;
	list-style: none;
}

