/*masthead and subtitle*/

div#mastname{
	top: 10px;
	left: 200px;
	position: absolute;
	width: 465px;
	height: 58px;
	z-index:1;
	visibility: visible;
}
h2.mastname {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-indent : -9999px;
}
h2.mastname a {display : block;
	line-height: 58px;
	background :   url("../assets/home/masthead.gif") no-repeat;
}
h2.mastname a:hover { display : block;
	background :    url("../assets/home/masthead-o.gif") no-repeat ; 
}

div#topsubtitle {
	position:absolute;
	top: 64px;
	margin: 0 0 0 0;
	font-family:  OzHandicraft BT,Gill Sans MT Condensed,humanst521 cn bt,tw cen mt condensed,Arial Narrow,Helvetica-narrow, arial, helvetica,sans-serif;
	font-size: 28px;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #993300;
	width: 465px;
	right: 625px;
	float: right;
	left: 200px;
	text-align: right;
	
}
