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

#background{
	height:100%;
	text-align:center;
	bottom:0px;
	z-index:1;
	overflow:hidden;
	position:fixed;
	position:relative ; margin:0 auto; width:1280px;	
	
}

#boxes_left{
	width:215px;	
	position: relative;
	float:left;	
	z-index:15;
	margin-left:10px;
}


#boxes_right{
	width:755px;
	padding-top:20px;	
	padding-bottom:20px;	
	margin-bottom:20px;
	background-image:url(/images/bg_box.png);	
	position: relative;
	float:right;	
	z-index:15;
}

#news{
	width:250px; 
	float:left; 
	margin-left:14px;
	background-image:url(/images/bg_box_red.png);
	padding:20px;
	}



.navigation {
	width: 215px;
	background-image:url(/images/bg_box.png);
	position:relative;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:10px;
}
	.navigation  a{
		background:url(/images/arrow.gif) left no-repeat; 
		padding-left:19px; 
		margin-left:15px;
		line-height:21px;
		color:#ffffff;
		font-size:11px;
		text-decoration:none;
		margin-bottom:10px;	
		}
	
		.navigation  a:hover{color:#a5c3fe}
		
#join {
	width: 215px;
	background-image:url(/images/bg_box_red.png);
	position:relative;
}


#newsletter {
	width: 215px;
	background-image:url(/images/bg_box.png);
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
}


#bottom {
	width:auto; 
	height:60px; 
	background:none;
	background-image:url(/images/bg_box.png);
	z-index:100; 
	clear:both; 
	text-align:center; 
	vertical-align:middle	
}