* {
	margin: 0;
}

a img,:link img,:visited img { border: none; }

html
{
	height: 100%;
}

body 
{
	background: #FFFFFF url(/images/bg.gif) repeat-x;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0px auto 0px;
	padding: 0px;
	height: 100%;
}

.wrapper 
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -160px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 160px; /* .push must be the same height as .footer */
}

.footer
{
	background: #FFFFFF url(/images/bg_inverted.png) repeat-x;
}

.center
{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.navbar
{
	padding:0px;
	width:720px;
	height:160px;
	background:#FFFFFF url(/images/header.gif) repeat scroll 0 0;
}

.navbarleft 
{
	background:#FFFFFF url(/images/logo.gif) repeat scroll 0 0;
	float:left;
	height:160px;
	margin:0;
	padding:0;
	width:160px;
}

.navbarright 
{
	float:right;
	margin:0;
	padding:10px 0 0;
	text-align:right;
	width:560px;
}

.navbarright li 
{
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
}

.navbarright ul 
{
	margin:0;
	padding:0;
}
.navbarright a, .navbarright a:visited 
{
	color:#FFFFFF;
	font-weight:bold;
	margin:0;
	padding:6px 10px;
	text-decoration:none;
}

.navbarright a:hover 
{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}