@charset "UTF-8";

/*change these to add depth to the page*/



#container{
width: 770px;
height: 750px;
/*background-color:#FF33CC;*/
margin: auto;
/*padding:40px;*/
}

#imageback{
background-image:url(../images/back_contact.jpg);
background-repeat:no-repeat;
width: 770px;
height: 630px;
position:relative;
background-color:#FFFFFF;
}

#main_content{
position:relative;
width: 740px;
height: 390px;
background-color:#FFFFFF;
}


/* end of: change these to add depth to the page*/

/*yellow title block*/

#main_header{
	background-image:url(../images/title_contact.jpg);
	width: 340px;
	height: 95px;
	/*background-color:#336600;*/
	background-repeat: no-repeat;
	text-indent: -999px;
}

#content_right{
float:left;
width:300px;
}