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

body {
	background:url(images/backgrounds/BKGD_page.gif);
	background-position: center bottom;
	background-repeat: repeat-y;
	background-color: #000000;
	margin: 0px;
	padding: 0px;	
	}

/* TITLES - BEGIN */
h2, h3 {
	margin: 0px;
	padding: 0px;
	}
h2.title {
	text-indent: -9999px;
	height: 1px;
	width: 1px;
	}
h3.subtitle {
	text-indent: -9999px;
	height: 1px;
	width: 1px;
	}
/* TITLES - END */


#main_wrapper {
	width: 1000px;
	margin: 0 auto;
	}
#header1 {
	background:url(BKGD_main_01.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	min-height: 304px;
	height: auto !important;
	height: 304px;
	}
#BTN_join_wide {
	margin: 245px 0px 0px 585px;
	}
#main_content_wrapper {
	width: 1000px;
	background: #444;
	}
#sidebar {
	background:url(images/backgrounds/BKGD_main_02.jpg);
	background-repeat: no-repeat;
	width: 202px;
	min-height: 335px;
	height: auto !important;
	height: 335px;
	float: left;
	}
#main_content {
	background:url(images/backgrounds/BKGD_main_03.jpg);
	background-repeat: no-repeat;	
	float: left;
	width: 798px;
	min-height: 335px;
	}
#footer_wrapper {
	background:url(images/backgrounds/BKGD_bottom_splotch.gif);
	background-repeat: no-repeat;	
	width: 1000px;
	min-height: 133px;
	float: left;
	}
#footer {
	margin: 42px;
	}
#main_content img {
	border: 5px solid #ff9900;
	margin: 0px 5px 5px 0px;
	}
#main_content img:hover {
	border: 5px solid #fff;
	margin: 0px 5px 5px 0px;
	}

