div#masthead
{
	width:580px;
	margin-bottom:20px
}

	div#titleimage
	{
		height:98px;
	}
	
	div#contentmast
	{
		width:100%;
		height:175px;
		background-image: url(../../../../template_images/grad_mast.gif);
		background-repeat: repeat-x;
	}
	
		div#footermast
		{
			clear:left;
			width:27px;
			height:27px;
			background-image: url(../../../../template_images/b_corner_mast.gif);
			background-repeat: no-repeat;
		}
	
		div#leftmastcontent
		{
			padding:5px 9px 0 5px;
			position:relative;
			top:5px;
			float:left;
			width: 240px;
			height: 165px;
			font-size:0.75em;
			background-image: url(../../../../template_images/b_corner_mast.gif);
			background-repeat: no-repeat;
			background-position: bottom left;
		}
			div#leftmastcontent p
			{
				margin:0;
				padding:0;
			}
		
			div#leftmastcontent img
			{
				position:relative;
				top:20px;
				left:30px;
			}
		
		div#rightmastcontent
		{
			padding:5px 9px 9px 9px;
			font-size:0.75em;
			position:relative;
			top:5px;
			right:5px;
			
			float:right;
			width: 297px;
			height: 150px;
			
			background-image: url(../../../../template_images/box_bg_mast.gif);
			background-repeat: repeat-x;
		}
			
			div#rightmastcontent h2
			{
				font-size: 1.15em;
				font-weight: bold;
				color: rgb(29,93,167);
			}
			
			div#leftmastcontent hr, div#rightmastcontent hr 
			{
				margin-top:-3px;
				margin-bottom:-3px;
				padding:0px;
				border-bottom:1px dotted rgb(29,93,167);
				border-top:0px;
				border-left:0px;
				border-right:0px;
				line-height:0px;
				height:1px;
				display:block;
			}
			
			div#rightmastcontent .item
			{
				height: 37px;
				width: 295px;
			}
			
			div#rightmastcontent .itemimage
			{
				float:left;
				height: 37px;
				width: 91px;
			}
			
			div#rightmastcontent .itemtext
			{
				float:right;
				height: 37px;
				width: 198px;
			}
			
			div#leftmastcontent p, div#rightmastcontent .itemtext, div#rightmastcontent .itemtext p
			{
				font-size: 0.9em;
				color: rgb(29,93,167);
			}
			
			div#rightmastcontent .itemtext a
			{
				font-size: 0.9em;
				font-weight: bold;
				color: rgb(29,93,167);
			}
			
			
			
			
			