@import url(menu.css);
@import url(typography.css);

* { margin:0px; padding:0px; }

html , body
	{ height:100%; }

body 
	{ background:#FFFFFF url(../../i/y_bg.gif) top left repeat-x; }

#body
{
	/*
		min-height is non-ie.  layout-ie defines the ie fix.
		this is one step so the footer will push to the bottom
		of the page
	*/
	
	position:relative;
	margin:0 auto;
	width:800px;
	min-height:100%;
	color:#333333;
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
}

#header
{
	position:relative;
	width:800px;
	height:290px;
}

div.masthead , img.masthead
{
	width:800px;
	height:120px;
}

img.header
{
	position:relative;
	top:20px;
	width:800px;
	height:150px;
	z-index:0;
}

object.header
{
	position:relative;
	top:20px;
	width:800px;
	height:150px;
	z-index:0;
}

#header p
	{ display:inline; }

#header_content
{
	position:absolute;
	top:5px;
	right:10px;
	text-align:right;
	color:#FFFFFF;
}

#content_image
{
	width:800px;
	height:150px;
}

#body_content
{
	position:relative;
	width:800px;
	background-color:#FFFFFF; /* url(../../i/content_bg.gif) top left repeat-y; */
}

#body_content div.left_col
{
	float:left;
	padding-top:40px;
	width:128px;
	height:550px;
	background:url(../../i/left_col_bg.gif) top left no-repeat;
}
ul.left_col_nav
{
	width:127px;
	white-space:nowrap;
}
ul.left_col_nav li
{
	list-style-type:none;
	list-style-position:outside;
	padding:2px 3px 2px 15px;
}

#body_content div.right_col
{
	float:right;
	width:152px;
	height:450px;
}

#body_content div.content
{
	margin-left:133px;
	padding:10px 5px 100px 20px;
	width:450px;
}
#body_content div.content:after
{
	content:".";
	clear:both;
	display:block;
	visibility:hidden;
	height:0px;
}

#footer
{
	clear:both;
	margin:0 auto;
	padding-top:10px;
	text-align:center;
	height:100px;
}