/* CSS Document */
#menu1 { 
	visibility:hidden;
	display:none;
}

#menu2 { 
	visibility:hidden;
	display:none;

}

#menu3 { 
	visibility:hidden;
	display:none;
}


#main_right { 
	visibility:hidden;
	display:none;
}

#content_container {/*This is the container that holds the left and middle divs. I used this to make positioning easier. If this were a two column layout we wouldn't need this.*/
	width:875px;
	padding:0;/*Change for positioning. Remember to adjust width accordingly.*/
	margin:0;
	float:left;
}

#main_content {/*The width, padding, margin, and border should equal the width of the middle container div.*/
	width:845px;
	padding:20px 15px 0 15px;/*If you need to have more padding on the left or right remember to adjust the the width accordingly. (Subtract both left and right padding from width.*/
	margin:0;
	float:left;
}

#footer { 
	visibility:hidden;
	display:none;
}

.pic_right {
	margin:0 0 5px 30px;
}