/*        :::::      LAYOUT STYLES */

.content_padding { padding: 40px 30px 20px 50px; }

/*        :::::      CONTAINER ELEMENTS  */	

#wrapper {
	width:100%;
	min-width:960px;
	}

#width_container {
	width:960px;
	margin:0 auto;
	background: transparent;
	}

#header_container {
	width:960px;
	height:145px;
	background: transparent;
	}

#content_container {
	width:500px;
	background: transparent;
	}

#sidebar_container {
	width:320px;
	background: transparent;
	}

#footer_container {
	width:960px;
	background: transparent;
	}
	
/*        :::::      LOGO ELEMENTS  */	

#logo{
	float:left;
	width:150px;
	height:116px;
	background: url('../imgs/logo.png') top left no-repeat;
	margin: 15px 0 0 20px;
	}

#logo a {
	display:block;
	height:85px;
	text-indent:-9999px;
	}
	
#arts_logo{
	float:left;
	width:355px;
	height:80px;
	margin:10px 0 0 10px;
	background: url('../imgs/arts_logo.png') top left no-repeat;
	}

#arts_logo a {
	display:block;
	height:85px;
	text-indent:-9999px;
	}
	
		
#fx_logo{
	float:right;
	width:185px;
	height:45px;
	margin:10px 50px 0 0;
	background: url('../imgs/fx_logo.png') top left no-repeat;
	}

#fx_logo a {
	display:block;
	height:85px;
	text-indent:-9999px;
	}	
	
/* FAUX COLUMS */

.clear_box_top { background: url('../imgs/clear_box_top.png') top center no-repeat; width:960px; height:8px; }

.clear_box_mid { background: url('../imgs/clear_box_mid.png') top center repeat-y; width:960px; }

.clear_box_bot { background: url('../imgs/clear_box_bot.png') top center no-repeat; width:960px; height:11px; margin:0 auto; }

/* BOTTOM COLUMS */



.box_col { color:#333333; }

.boxA {
	float:left;
	width:240px;
	margin: 40px 60px 20px 70px; 
	}
	
.boxB {
	float:left;
	width:240px;
	margin: 40px 60px 20px 0; 
	}
	
.boxC {
	position:relative;
	float:left;
	width:240px;
	margin: 40px 0 20px 0;
	}

.programs {width:90%}