@charset "utf-8";
/* CSS Document */

@import "navstyle.css";


body {
	background: #000 url(images/background.jpg) top center no-repeat;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
}

p {
	line-height: 19px;
}

a, a:link, a:visited {
	color: #CC3300;
}

a:hover {
	color: #FF0000;
}

#site_container {
	margin: 0 auto;
	padding: 0 3px 0 2px;
	width: 775px;
	background: url(images/site-background.jpg) repeat-y;
}

#site_header {
	background:url(images/header.jpg) no-repeat;
	width: 775px;
	height: 117px;
	display: block;
}

#main_image {
	background: #000;
	width: 775px;
	height: 268px;
	display: block;
}

#side_readytojoin_back {
	background:url(images/side-readytojoin.jpg) no-repeat;
	width: 307px;
	height: 150px;
	display: block;
	text-indent: -9999px;
}
#side_readytojoin {
	background:url(images/side-readytojoin.jpg) no-repeat;
	width: 307px;
	height: 150px;
	display: block;
	text-indent: -9999px;
}

#side_readytojoin:hover {
	background:url(images/side-readytojoin1.jpg) no-repeat;
	width: 307px;
	height: 150px;
}

#content_area {
	float: left;
	width: 410px;
	padding: 20px 5px 0 30px;
}

#content_area_full {
	float: left;
	width: 730px;
	padding: 20px 5px 0 30px;
}

#side_area {
	float: right;
	width: 307px;
	padding: 20px 0 0 13px;
	
}

#subheader {
	width: 775px;
	height: 120px;
	display: block;
}

#footer {
	clear: both;
	width: 775px;
	padding: 35px 0 5px 0;
	text-align: center;
	font-size: 11px;
	margin: 0;
}

#fullcal_button {
	background: url(images/view-full-calendar.png) no-repeat;
	width: 287px;
	height: 32px;
	display: block;
	text-indent: -99999px;
	margin: 10px 0 0 8px;
}

#fullcal_button:hover {
	background: url(images/view-full-calendar1.png) no-repeat;
}
