html {
	width: 100%;
	height: 100%;
	}
body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/bg.jpg);
	font-family: Helvetica;
	font-size: 12px;
	color: #966;
	}
h1 {
	display: none;
	}
h3 {
	font-family: "Helvetica Neue Light", Helvetica;
	color: #FF6600;
	}
strong {
	color: #FF6600;
	}
	
.error {
	color: #FF6600;
	}

#container {
	width: 100%;
	height: 100%;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	}
#header, #content, #footer {
	width: 760px;
	margin: 0 auto;
	}
#header {
	height: 220px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	}

#content a {
	color: #663;
	text-decoration: none;
	font-weight: bold;
	}
#content a:hover {
	text-decoration: underline;
	}
#info {
	float: left;
	width: 400px;
	padding-top: 20px;
	padding-left: 100px;
	line-height: 20px;
	}

#menu {
	float: right;
	width: 220px;
	padding-top: 30px;
	}
#menu ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	}
#menu li {
	display: inline;
	list-style: none;
	margin: 0;
	}
#menu li a, #menu li#active {
	display: block;
	width: 205px;
	height: 18px;
	padding: 11px 15px;
	text-decoration: none;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color: #663;
	}
#menu li a:hover {
	background-color: #C66;
	color: #F60;
	}
#menu>ul a {
	width: auto;
	}

#footer {
	padding-top: 50px;
	padding-bottom: 20px;
	color:#CC9999;
	font-size: 10px;
	font-style: italic;
	}	
#footer a {
	color: #F6C;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	}