/* CSS Document */

/*black #000000
cyan #00AEEF */




#wrapper{
	width:880px;
	margin:0 auto;
	position:relative;
}

#header{
	text-align:center;
	
	margin-top:30px;
	
}




	

/* Content area ================*/

#content_wrapper{
	margin:20px 0px;
	background:url(../images/content_bg.gif) repeat-y ;
	clear:both;
	
}
#content_wrapper.full{background:none;}
#content{
	width:656px;
	float:left;
	padding-right:21px;
	
	margin:0px 8px 10px 0px;
	position:relative;
	
}

#content.full{
	width:880px;
	float:none;
	padding:0px;
	border:none;
	

	
	
}

#rightsidebar{
	width:195px;
	float:right;
	position:relative;
	
	
}

/* Header content area ========*/


#header_content{
	margin:20px 0px;
}

#homepage_bar{
	border-top:4px solid #000000;
	border-bottom:2px solid #000000;
	clear:both;
	
}

/* Homepage ===================*/


.column_1, .column_2, .column_3{
	float:left;
	width:205px;
}
.column_1, .column_2{margin-right:17px;
}
/* Footer ===============*/


#footer{
	clear:both;
	
	border-top:8px solid #000000;
	border-bottom:5px solid #000000;
	padding:0px;
	height:50px;
	line-height:50px;
	
	
}

#footer_background{
	background:url(../images/footer_background.gif) repeat;
	height:100px;
}


#footer cite{
	float:right;
	font-style:normal;
}



/*black #000000
cyan #00AEEF */