@charset "ISO-8859-1";
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	font-family: Trebuchet MS, Tahoma, serif;
	text-align: left;
	font-size: 14px;
	text-align: left;
	color: #b3b3b3;
	background: #FFFFFF url(../images/background.gif) repeat-x;
}
h1 {
	font-size: 24px;
	text-align: left;
	color: #dcae5f;
}
h2 {
	font-size: 18px;
	text-align: left;
}
h3 {
	font-size: 24px;
	text-align: right;
	color: #33312a;
	margin-right: 45px;
}
h4 {
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	color: #dcae5f;
}
.largefont {
	font-size: 18px;
}
.calendar-title {
	font-size: 26px;
	color: #9588aa;
}
.details {
	font-size: 11px;
	text-align: left;
	padding-bottom: 6px;
}
.details-bold {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding-bottom: 6px;
}
#container {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
}
#header {
	width: 1010px;
	height: 215px;
	background-image: url(../images/container_topimg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#content {
	width: 1010px;
	background-image: url(../images/background_content.gif);
	background-repeat: repeat-y;
}
#content li {
	list-style-position: inside;
	list-style-image: url(../images/bullet.gif);
	text-align: left;
}
#maincontent {
	background-color: transparent;
	width: 900px;
	text-align: left;
	padding-top: 200px;
}
#content-left {
	background-color: transparent;
	width: 350px;
	float: left;
	vertical-align: top;
}
#content-right {
	background-color: transparent;
	float: right;
	width: 500px;
	position: relative;
	top: 0px;
	right: 60px;
}
#content-right a:link {
	color: #dcae5f;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-decoration: none;
}
#content-right a:hover {
	color:#dcae5f;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-decoration: none;
}
#content-right a:visited {
	color: #dcae5f;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-decoration: none;
}
#footer {
	width: 1010px;
	height: 25px;
	text-align: left;
	background-image: url(../images/background_footer.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#footer p {
	font-size: 12px;
}
.banner-img {
	position: relative;
	top: 7px;
	text-align: left;
}
.calendar-img {
	position: relative;
	float: left;
	top: -215px;
	left: 1px;
}
.logo-img {
	position: relative;
	float: right;
	top: 25px;
	right: 50px;
}
.spread-img {
	position: relative;
	float: left;
	top: -135px;
	right: -75px;
}
.thumb-row {
	width: 375px;
	height: 50px;
	white-space: nowrap;
	position: relative;
	float: left;
	top: -135px;
	right: -50px;
	padding-top: 15px;
}
.thumb-img {
	padding: 3px;
}