/*****LAYOUT****/
body
	{
	text-align: center;
	}
#container	
	{
	position: relative;
	width: 738px;
	margin: 0 auto;
	text-align: left;
	}
#content
	{
	float: left;
	width: 446px;
	}
#nav
	{
	position: absolute;
	top: 82px;
	right: 20px;
	}
#right_column
	{
	float: right;
	width: 292px;
	clear: right;
	margin-top: -30px;
	}
#right_column img
	{
	float: right;
	}
#footer
	{
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 10px;
	border-top: 1px solid;
	padding-top: 10px;
	margin-top: 20px;
	}

#header h1
	{
	width: 738px;
	height: 186px;
	background: url(/img/masthead.gif) no-repeat;
	}
#header h1 span
	{
	display: none;
	}
hr
	{
	display: none;
	}
#intro_heading
	{
	border-bottom: 1px solid;
	}
#nav ul
	{
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
	}
#nav ul li
	{
	float: left;
	border-right: 1px solid #fff;
	}
#nav ul li a
	{
	display: block;
	color: #666;
	text-decoration: none;
	margin: 0 5px;
	}
#nav ul li a:hover
	{
	text-decoration: underline;
	color: #fff;
	}
#footer ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
	}
#footer ul li
	{
	display: inline;
	}
#footer ul li a
	{
	color: #000;
	text-decoration: none;
	padding: 5px;
	}


ul#linklist li { margin-bottom: 10px;}


div#navigation{float:right;width:200px}
div#extra{float:right;clear:right;width:200px}
div#footer{clear:both;width:100%}

