* {
	margin: 0;
	padding: 0;
}

body {
	background: #370000;
}

div#container {
	width: 1000px;
	margin: auto;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #000;
	text-align: justify;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	position: relative;
}
div#header {
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	height: 125px;
	background-position: 15px 5px;
}

div#right {
	float: right;
	width: 150px;
	margin: 15px;
	margin-top: -100px;
	background-image: url(images/swirls1.gif);
	background-repeat: repeat-y;
	background-position: top left;
	padding-left: 40px;
}

div#left {
	float: left;
	width: 150px;
	margin: 10px;
	text-align: left;
	font-weight: bold;
	font-size: .8em;
	border-right: 1px solid #630;
	padding-right: 10px;
	padding-left: 10px;
}

div#center {
	margin-left: 190px;
	margin-right: 240px;
	margin-top: 10px;
	padding-bottom: 15px;
}
div#main {
	margin-left: 30px;
	margin-right: 240px;
	margin-top: 10px;
	padding-bottom: 15px;
}

div#floatLeft {
	float: left;
	width: 350px;
	padding-bottom: 15px;
}

div#footer {
	clear: both;
	margin: 5px;
	text-align: center;
	font-size: .85em;
	border-top: 1px solid #630;
	padding: 15px;
}

h1 {
	font-size: 1.2em;
	margin-top: 10px;

}

h2 {
	font-size: 1.4em;
	text-align: center;
	font-family: "Monotype Corsiva", Agnes, "Bradley Hand ITC", serif;
}

h3 {
	font-size: .95em;
	margin-top: 10px;
}

h4 {
	font-size: 1.1em;
	font-style: italic;
}

h5 {
	font-size: .9em;
	text-align: left;
	margin-top: 25px;
	color: #600;
}


p {
	margin-bottom: 10px;
	line-height: 125%;
	font-size: .95em;
}
p.weekly {
	margin-top: 5px;
}

ul.list {
	list-style-type: none;
	font-size: .9em;
	margin-left: 10px;
}
ul.list li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 35px;
	line-height: 130%;
}

div#right ul {
	list-style-type: none;
	font-size: .9em;
}

div#right ul li {
	line-height: 150%;
	border-bottom: 1px solid #630;
	padding: 5px;
	background: none;
}

div#right ul li a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
div#right ul li a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
div#right ul li a:hover {
	color: #630;
	font-weight: bold;
	text-decoration: none;
}
div#right ul li.menu {
	border: none;
	line-height: 100%;
	font-weight: bold;
	font-size: .8em;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 35px;
	padding-top: 2px;

}
a:link {
	text-decoration: none;
	color: #300;
}
a:visited {
	text-decoration: none;
	color: #300;
}
a:hover {
	text-decoration: underline;
	color: #FF3;
}
a.window {
	cursor: pointer;
}
div#right a.news {
	font-weight: bolder;
	font-size: 1em;
	color: #600;
	font-style: italic;
	line-height: .7em;
	cursor: pointer;
}
.center {
	text-align: center;
}
form {
	width: 280px;
	margin: auto;
}
table#merch {
	width: 650px;
	margin: auto;
	
}
table#merch td {
	padding: 5px;
	border: 4px outset #630;
	text-align: center;
}
table#merch td.tL a {
	text-align: left;
}
table#merch td.tL {
	text-align: left;
}
img.padding {
	padding: 5px;
}
img.left {
	float: left;
	padding: 5px;
}
img.right {
	float: right;
	padding: 5px;
}