#container
{
	width: 974px;
	min-width: 974px;
	margin: auto;
	text-align: left;
}

#custom-doc
{
	width:860px;
	margin:0;
	margin-left: 57px;
	text-align:left;
}

/* yui overrides */
body
{
	font-family: Georgia, "Times New Roman", Times, serif;
}

a 
{
	color: #7C901F;
	text-decoration: none;
}

h4
{
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .2em;
	text-transform: uppercase;
}

/* border + masthead styles */
#border-top, #border-bottom
{
	background-attachment: scroll;
	background-position: top left;
	background-repeat: no-repeat;
	clear: both;
	width: 974px;
}

#border-top
{
	background-image: url(/images/border_top.gif);
	height: 45px;
}

#border-bottom
{
	background-image: url(/images/border_bottom.gif);
	height: 77px;
}

#border-left
{
	background: transparent url(/images/border_left_bg.gif) repeat-y scroll top left;
	width: 974px;
}

#border-right
{
	background: transparent url(/images/border_right_bg.gif) repeat-y scroll top right;
	clear: both;
	width: 974px;
}

#masthead
{
	background: transparent url(/images/masthead.gif) no-repeat scroll top left;
	height: 56px;
	width: 974px;
}

#masthead h1, #masthead h1 a
{
	display: block;
	height: 56px;
	width: 550px;
}

#masthead h1
{	
	float: left;
	margin-left: 80px;
	text-indent: -9999px;
}

.masthead-search
{
	float: left;
	line-height: 1;
	margin: 19px 0 0 0px;
	width: 130px;
}

.masthead-search input
{
	border: solid 1px #000;
	margin-left: 130px;
}

.masthead-search-button
{
	position: absolute;
	top: -9000px;
}