@charset "UTF-8";

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



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

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

#main_content{
position:relative;
width: 740px;
height: 350px;
background-color:#FFFFFF;
padding:0;
margin:0;
}


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


/*yellow title block*/

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

img{
padding-right:0px;
padding-bottom:0px;
padding-left:0px;
}

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


/*#content_right p{
	width:200px;
}*/

#content_right p.nopic{
width:370px;
font-size: 10px;
}



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

