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


/* ----- GENERAL ------- */
body {
	background: #ffffff url(../images/bg_shadow.gif) repeat-x;
	font: 13px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	text-align: center;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 1.4em;
	margin-top: 0px;
	padding-top: 0px;
	
}

#container_mother {
	width: 875px;
	margin: 0px auto;
	text-align: left;
	padding-bottom: 35px;
}


#container_flash {
	width: 875px;
	margin-bottom: 35px;
}

#container_left {
	width: 475px;
	padding-right: 24px;
	float: left;
	border-right: 1px solid #999;
}


#container_right {
	width: 350px;
	background: #ffffff url(../images/bg_eagle.gif) no-repeat;
	float: left;
	margin-left: 25px;
}


#container_signup {
	border-bottom: 1px solid #999999;
	padding-bottom: 20px;
	clear: both;
}


.join {
	padding-left: 70px;
}


.formmessage {
	color: #C00000;
	padding-left: 72px;
}

.icons {
	padding: 3px 0px;
	margin: 0px;
	border-bottom: 1px dotted #999999;
	
}

/* ---- LINKS --- */
a, a:link, a:active {
	color: #205485;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #205485;
	font-weight: bold;
	text-decoration: underline;
	}
	

/* -- STYLES -- */

.rule {
	border-bottom: 1px solid #999999;
}

.paddingrightbot {
	padding: 4px 14px 5px 0px;
}

/* -- HACKS -- */
.clearfloat { 
	clear:both;
	font-size: 1px;
	line-height: 0px;
	border:0px;
	}	


