@charset "UTF-8";

/*change these to add depth to the page*/
/*Add equal amounts (px) to the height in each of the below three style settings*/

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

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


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

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

/*content area re-adjustment for page specifics from global.css styles*/

#content{
float:left;
width:310px;
padding:15px;
/*background-color:#00FFFF;*/
}

#content_right{
float:left;
width:370px;
padding:15px 15px 0 15px;
/*background-color:#0099FF;*/
}

#content_right p{
}



/*yellow title block*/

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

img{
padding: 0;
margin:0;
}
