
#content
{
	height:49.6em;
	margin-left:22px;
	overflow:visible;
background: transparent url('images/contentbk.png') left repeat;
padding-top: 10px;
border: 0px black solid;
width: 750px;
}

#catering_page_title{
background: transparent url('images/cateringtitle.png') center no-repeat;
height:100px;
margin:0pt auto;
width:720px;
margin-top: 10px;
}

#catering_left
{
	float:left;
	width:26em;
	height:100%;
}

#catering_right
{
	float:right;
	width:19em;
	height:100%;	
}

#catering_writeup
{
	width:42em;
	height:39.6em;
	background-color:ghostwhite;
margin: 0 auto;
border: solid 5px #ddd;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
font-weight: bold;
}


#catering_promo1
{
	float:left;
	height:8em;
	width:15em;
	background-color:red;
}

#catering_promo2
{
	float:left;
	height:8em;
	width:15em;
	background-color:blue;
}

#catering_promo3
{
	float:left;
	height:8em;
	width:15em;
	background-color:gold;
}

#catering_contact
{
	clear:left;
	height:10em;
	width:35em;
	background-color:purple;
}


/* css for enlarge action */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: ghostwhite;
padding: 5px;
left: -1000px;
border: 3px solid #bbb;
visibility: hidden;
color: black;
text-decoration: none;
z-index: 100;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -195px;
left: -90px; /*position where enlarged image should offset horizontally */

}

.thumbs_left
{
	float:left;
padding-right: 15px;
width: 180px;
}

.thumbs_left img
{
border: 3px solid #ddd;
}


.thumbs_right
{
	float:right;
padding-left: 15px;
padding-top:20px;
width: 170px;
margin-left: -3px;
margin-right: -5px;
}

.thumbs_right img
{
border: 3px solid #ddd;
}

#subject_image{
background: transparent url('images/wolfwburger.gif') no-repeat top center;
height:103px;
margin-left:400px;
margin-top:-17px;
position:absolute;
width:100px;
}


#contact_title{
margin-left: 200px;
margin-top: 35px;
width: 350px;

}

#contact_title input{
width: 150px;
margin-left: 3px;
border: 2px solid #083888;
}

#contact_email{
margin: 0 auto;
margin-top: 20px;
margin-left: 152px;
width: 340px;
}

#contact_email input{
width: 150px;
margin-left: 3px;
border: 2px solid #083888;
}

#contact_body{
margin: 0 auto;
margin-top: 20px;
margin-left: 172px;
width: 300px;
}

#contact_body textarea{
margin-top: -20px;
margin-left: 71px;
width: 250px;
border: 2px solid #083888;
}

#contact_submit{
margin: 0 auto;
margin-top: 11px;
margin-left:327px;
width: 300px;

}



