*
{
	margin: 0;
	border: none;
	font-family: helvetica, Arial;
	font-size: 13px;
}

html{padding: 0;}

body
{
	padding: 0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #444444;
	background-color: #ffffff;
}

form, input{padding: 0;}

div.clear{clear: both;}

h1
{
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 10px 0;
	color: #444444;
	clear: both;
}

a, a:link, a:active, a:visited
{
	text-decoration: underline;
	color: #444444;
}

a:hover
{
	text-decoration: underline;
	color: #000000;
}

#main
{
	width: 960px;
	margin: 0 auto;
	background: url(/img/top.gif) no-repeat top left;
}

#main_top
{
	height: 150px;
}

#top_right
{
	width: 265px;
	height: 47px;
	float: right;
	text-align: right;
	padding: 100px 10px 0 0;
}

#main_nav
{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	height: 30px;
}

#main_nav a:link
, #main_nav a:active
, #main_nav a:visited
, #main_nav a:hover
{
	color: #8A8A8A;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
}

#main_nav a:hover{text-decoration: underline;}

#main_nav a.active:link
, #main_nav a.active:active
, #main_nav a.active:visited
, #main_nav a.active:hover
{
	color: black;
	font-weight: bold;
	text-decoration: none;
	background: url(/img/nav_on.gif) repeat-x center center;
}

#main_content
{
	width: 640px;
	padding-right: 20px;
	border-right: 1px solid #808080;
	overflow-x: auto;
	float: left;
	display: inline;
	margin: 13px 0;
}

#right_content
{
	width: 299px;
	float: right;
	display: inline;
	margin: 13px 0;
}

#copyright
{
	border-top: 1px solid black;
	padding: 10px;
	text-align: center;
	clear: both;
}