@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: 1670px;
/*background-color:#FF33CC;*/
margin: auto;
/*padding:40px;*/
}

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


#imageback{
background-image:url(../images/back_exhibitions.jpg);
background-repeat:no-repeat;
width: 770px;
height: 1550px;
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:710px;
padding:15px;
/*background-color:#00FFFF;*/
}

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



/*yellow title block*/

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

td.underline{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color:#999999;
	padding-top:18px;
	padding-bottom:18px;
	padding-right:15px;
}

img{
padding:0;
}
