html
{
	//height:100%;
}

body
{
	//height:100%;
	margin:0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:80%;
	font-color:#000;
}

table
{
	font-family:verdana,arial,helvetica;
	font-size:100%;
}

#layout
{
	width:760px;
	background: #FFF;
}

#topbar
{
	width:100%;
	height:60px;
	background-image:url(images/topbar_FFFon000.gif);
	background-repeat:no-repeat;
	color:#FFF;
	font-weight:bold;
}

#topbar_top
{
	width:750px;
	height: 20px;
	text-align:right;
	padding-top:10px;
	padding-bottom:0px;
	padding-right:10px;
	overflow:hidden;
}

#topbar_bottom
{
	width:750px;
	height:20px;
	text-align:right;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:5px;
}

#topbar a
{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	
}

#topbar a:hover
{
	text-decoration:none;
	color:#F00;
}

#footer
{
	clear:both;
	width:740px;
	background-color:#000;
	padding:10px;
	color:#FFF;
}
