* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a {
	color: #e31227;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 938px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	float: left;
	width: 275px;
	height: 58px;
	margin-top: 25px;
	margin-left: 5px;
	clear: right;
}

#menu {
	float: left;
	width: 938px;
	height: 48px;
	margin-top: 10px;
}

#button-1 {
	float: left;
	width: 108px;
	height: 48px;
}

#button-2 {
	float: left;
	width: 119px;
	height: 48px;
}

#button-3 {
	float: left;
	width: 106px;
	height: 48px;
}

#button-4 {
	float: left;
	width: 99px;
	height: 48px;
}

#button-5 {
	float: left;
	width: 154px;
	height: 48px;
}

#button-6 {
	float: left;
	width: 129px;
	height: 48px;
}

#search {
	float: left;
	width: 223px;
	height: 48px;
	background: url("../images/search-bg.jpg") no-repeat;
}

.search-bar {
	float: left;
	width: 182px;
	height: 18px;
	margin-top: 12px;
	margin-left: 18px;
	background: url("../images/search-bar.jpg") no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	font-size: 11px;
	border: 0;
}

#flash-holder {
	float: left;
	width: 938px;
	height: 243px;
	margin-top: 5px;
	text-align: center;
}

#crawler-rss-holder {
	float: left;
	width: 938px;
	height: 34px;
	margin-top: 10px;
}

#crawler {
	float: left;
	width: 626px;
	height: 34px;
	background: url("../images/crawler-bg.jpg") no-repeat;
	padding-top: 6px;
	color: #ffffff;
}

#crawler a {
	color: #ffffff;
}

#rss {
	float: left;
	width: 312px;
	height: 34px;
	background: url("../images/rss-bg.jpg") no-repeat;
}

#rss a {
	color: #ffffff;
}

.pad-1 {
	float: left;
	margin-left: 52px;
	margin-top: 6px;
}

#boxes-holder {
	float: left;
	width: 938px;
	height: 275px;
	margin-top: 10px;
	text-align: center;
}

.box {
	float: left;
	width: 302px;
	height: 275px;
}

.box .top {
	float: left;
	width: 302px;
	height: 10px;
	background: url("../images/box-top.jpg") no-repeat;
}

.box .content {
	float: left;
	width: 302px;
	height: 255px;
	background: url("../images/box-bg.jpg") repeat-y;
}

.box .content .img {
	float: left;
	margin-left: 10px;
	border: 1px dotted #e31227;
}

.box .content .title {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
	font-weight: bold;
}

.box .content .body {
	float: left;
	width: 93%;
	margin-top: 10px;
	margin-left: 10px;
	text-align: justify;
}

.box .content .details {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
}

.box .content .details a {
	color: #e31227;
	text-decoration: underline;
}

.box .bottom {
	float: left;
	width: 302px;
	height: 10px;
	background: url("../images/box-bottom.jpg") no-repeat;
}

.spacer {
	float: left;
	width: 15px;
}

#content-holder {
	float: left;
	width: 938px;
	height: 275px;
	margin-top: 10px;
	text-align: center;
}

.table {
	float: left;
	width: 936px;
	height: 275px;
}

.table .top {
	float: left;
	width: 936px;
	height: 10px;
	background: url("../images/tab-top.jpg") no-repeat;
}

.table .content {
	float: left;
	width: 936px;
	height: 255px;
	background: url("../images/tab-bg.jpg") repeat-y;
	text-align: left;
}

.table .content .intro {
	float: left;
	width: 290px;
	margin-left: 10px;
	margin-top: 5px;
}

.table .content .intro .body {
	float: left;
	width: 100%;
	margin-top: 15px;
	text-align: justify;
}

.table .content .intro .details {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.table .content .intro .details a {
	color: #e31227;
	text-decoration: underline;
}

.table .content .newsletter {
	float: left;
	width: 295px;
	margin-left: 10px;
	margin-top: 5px;
}

.table .content .newsletter .body {
	float: left;
	width: 100%;
	margin-top: 15px;
	text-align: justify;
}

.table .content .newsletter .body .input {
	float: left;
	width: 295px;
	height: 25px;
	padding-top: 6px;
	border: 1px solid #e31227;
	font-size: 11px;
}

.table .content .video {
	float: left;
	width: 295px;
	margin-left: 10px;
}

.table .bottom {
	float: left;
	width: 936px;
	height: 10px;
	background: url("../images/tab-bottom.jpg") no-repeat;
}

.separator {
	 float: left;
	 width: 1px;
	 height: 250px;
	 margin-left: 10px;
	 background: url("../images/separator.jpg") no-repeat;;
}

.pad-2 {
	padding-left: 97px;
}

#copyright {
	float: left;
	width: 910px;
	margin-left: 10px;
	margin-top: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.right a {
	color: #000000;
}

#content-holder-1 {
	float: left;
	width: 938px;
	margin-top: 10px;
	text-align: center;
}

.btable {
	float: left;
	width: 618px;
	margin-left: 2px;
}

.btable .top {
	float: left;
	width: 618px;
	height: 10px;
	background: url("../images/btab-top.jpg") no-repeat;
}

.btable .content {
	float: left;
	width: 618px;
	min-height: 255px;
	background: url("../images/btab-bg.jpg") repeat-y;
	text-align: left;
}

.btable .bottom {
	float: left;
	width: 618px;
	height: 10px;
	background: url("../images/btab-bottom.jpg") no-repeat;
}

.spacer-1 {
	float: left;
	width: 13px;
}

.ltable {
	float: left;
	width: 302px;
}

.content-margin {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.box-1 {
	float: left;
	width: 302px;
	margin-top: 10px;
	text-align: left;
}

.box-1 .top {
	float: left;
	width: 302px;
	height: 10px;
	background: url("../images/box-top.jpg") no-repeat;
}

.box-1 .content {
	float: left;
	width: 302px;
	background: url("../images/box-bg.jpg") repeat-y;
}

.box-1 .bottom {
	float: left;
	width: 302px;
	height: 10px;
	background: url("../images/box-bottom.jpg") no-repeat;
}

.newsletter-1 {
	float: left;
	width: 280px;
	margin-left: 10px;
	margin-top: 5px;
}

.newsletter-1 .body {
	float: left;
	width: 280px;
	margin-top: 15px;
	text-align: justify;
}

.newsletter-1 .body .input {
	float: left;
	width: 280px;
	height: 25px;
	padding-top: 6px;
	border: 1px solid #e31227;
	font-size: 11px;
}

.pad-3 {
	padding-left: 80px;
}

.eventsbox {
	float: left;
	width: 587px;
	margin-left: 6px;
	background: url("../images/event.jpg") no-repeat;
}

.eventsbox .pic {
	border: 1px dotted #e31227;
}

.bigfont {
	font-size: 18px;
}

.medfont {
	font-size: 14px;
	font-weight: bold;
}

.events-title {
	padding-left: 7px;
}

.back-button {
	padding-left: 12px;
}

.page-title {
	padding-left: 7px;
}