*{
margin:0;
}

html, body{
	margin:0;
	padding:0;
	font-family:"Tahoma", "Arial";
	background:url("/includes/images/bg.jpg") repeat-y center #020202;
	height:100%;
	font-size:14px;
}

#container{
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -54px;
	width:970px;
	margin-left:auto;
	margin-right:auto;
}

#push{
	height:54px;
}

#header{
	height:300px;
	width:970px;
	color:#555;
}

#content{
	color:#bbb;
	padding:20px 10px;
}

#footer{
	/* height of push minus padding */
	height:34px;
	background:#dae9ff;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	background:url("/includes/images/footer.jpg") no-repeat;
	padding:10px;
	color:#555;
}

#footer_left{
	float:left;
}

#footer_right{
	float:right;
	font-size:12px;
}

#footer_right a{
	color:#555;
	text-decoration:none;
}

#footer_right a:hover{
	text-decoration:underline;
}


h1{
	margin:0;
	padding:0;
	font-size:20px;
}

h2{
	margin:0 0 5px 0;
	padding:0;
	font-size:20px;
	color:#eee;
	font-weight:bold;
}

h3{
	font-size:16px;
	font-weight:bold;
	color:#eee;
}

h4{
	font-size:13px;
	text-decoration:underline;
}


h1, h2, h3{
	font-weight:normal;
}

h3, h4, h5{
	margin:5px 0 5px 0;
}

a{
	text-decoration:none;
	color:#fff;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

a img{
	border:none;
}

p{
	margin-bottom:20px;
	text-align:justify;
}

/* FORM */

.block_sep input{
	display:block;
	margin:5px 0 5px 0;
}

.inline_sep{
	margin:5px 0 5px 0;
}

.submit_sep{
}

/* FLASH (error/notice) */

.flash{
	margin:8px 0 8px 0;
	background:#242321;
	padding:10px;
	color:#fff;
}

/* SOUND */

#title{
	float:left;
}

.main_sound{
	float:right;
	margin-top:5px;
}

#sound{
	width:152px;
	height:22px;
	margin-bottom:15px;
	display:none;
}

/* TABLE */

.full_table{
	width:100%;
}

.clear_floats{
	clear:both;
	float:none;
}

/* BUTTONS */

.button{
	background:#555;
	width:360px;
	padding:14px;
	font-size:14px;
	background:url("/includes/images/button_bg.png") repeat-x;
	background-color:#262526;
	font-weight:bold;
	cursor:pointer;
	margin:auto;
}

.button a{
	text-decoration:none;
	color:#aaa;
}

.button_hover{
	color:#fff !important;
}

.button a:hover{
	color:#fff;
}

.checkmark{
	padding-right:10px;
	font-size:16px;
}

.educate{
	text-align:center;
	font-size:22px;
	font-weight:bold;
}

#e_p_s{
	width:420px;
	height:60px;
	margin:auto;
}

.page_navi{
	font-size:12px;
	color:#999;
	margin-bottom:20px;
}

.page_navi a{
	color:#999 !important;
}