/**************** STRUCTURE STYLING ****************/

body {
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	}

#wrap { 
	width:760px; /* width of layout */ 
	margin:0 auto; /* centers layout */
	background-color:#FFFFFF;
		background-image:url(../images/main_channel_bg.gif);
	background-repeat:repeat-y;
	border-right:1px solid #f2f2f2;
	} 
	
#issue {
	background-image:url(../images/issue_bg.gif);
	background-repeat:repeat-y;
	background-color:#000;
	padding:6px 0px 6px 9px;
	}
	
#issue_secondary {
	background-image:url(../images/issue_bg.gif);
	background-repeat:repeat-y;
	background-color:#9ed294;
	height:9px;
	margin-top:4px;
	}


#main_channel {
	background-image:url(../images/main_channel_bg.gif);
	background-repeat:repeat-y;
	}



		
.welcome_page { 
		background-image:url(../images/welcome_summer.jpg);
		background-position:top;
		background-repeat:no-repeat;		
		padding-top:25px; 
	    }
		
#content { 
	    float:left; 
	    margin-right:0px;   
	    width:592px; 
	    voice-family:"\"}\""; 
	    voice-family:inherit; 
	    width:568px; 
		padding-left:12px;
		padding-right:12px;
		padding-bottom:10px;
		display:block;
	    }


#content_secondary { 
	    float:left; 
	    margin-right:0px;   
	    width:592px; 
	    voice-family:"\"}\""; 
	    voice-family:inherit; 
	    width:568px; 
		padding-left:12px;
		padding-right:12px;
		padding-bottom:10px;
		padding-top:6px;
		display:block;
	    }
		
.home_image { 
		/*background-image:url(../images/playground_boy.jpg);
		background-position:top;
		background-repeat:no-repeat;	
		padding-top:321px; */	
	    }	
			
#nav { 
		float:left;
		padding:10px 5px 10px 6px;
	    width:157px; 
	    voice-family:"\"}\"";  
	    voice-family:inherit; 
	    width:157px; 
		background-image:url(../images/nav_bg.gif);
		background-repeat:repeat-y;
		display:block;
	    } 
		
#footer_image{
		background-image:url(../images/footer_summer.jpg);
		background-repeat:no-repeat;
		background-color:#9ed294;
		clear:both;
		padding:5px 9px 0px 9px;
		text-align:right;
		height:26px
		}

#footer{
		background-color:#9ed294;
		clear:both;
		height:120px;
		}
		
		
#footer_contents{
		padding:9px;
		}
		
#green_quote {
	float:left; 
	background-image:url(../images/quote_box_green.gif); 
	background-repeat:no-repeat; 
	width:300px; 
	background-color:#008751; 
	padding:52px 20px 15px 20px; 
	margin:15px 15px 5px 0px;
	}
	
#orange_quote {
	float:left; 
	background-image:url(../images/quote_box_orange.gif); 
	background-repeat:no-repeat; 
	width:170px;
	height:246px; 
	background-color:#F3A42A; 
	padding:52px 10px 15px 10px; 
	}