/* STYLES UNIQUE TO A CERTAIN PAGE. PLEASE MAKE BEGINNING AND END COMMENTS TO SEPARATE EACH PAGE. */

/*Contact Us Page commands, table and cell can remain the same, but everything else is changable*/

table#contact-us  {
	width:520px;
	margin-top:12px;
	margin-bottom:24px;
}

table#contact-us td  {
	padding:5px 3px;
}

td.name  {
	width:194px;
	font-weight:bold;
}

td.field  {
	width:320px;
}
/*End contact us page styles*/


/*Wide Page Styles*/

body#gallery #main_left {
	display:none;
	visibility:hidden;
}


body#gallery #main_content {/*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:750px;
}


body#gallery #content_bg {/*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:750px;
	background-image:none;
	min-height:500px;
}


body#gallery #content_container {/*The width, padding, margin, and border should equal the width of the middle container div.*/
	width:740px;
	padding:15px 5px;
}

.go_right {
	float:right;
	padding:5px 0px 5px 10px;
	margin:0px;
}