#bg {
	background: #FFF url(../images/public/header-bg.gif) top center repeat-x;
}


#headerbg {
	background: url(../images/public/header-bg.jpg) top center no-repeat;
}
#header {
	margin: 0 auto;
	width: 980px;
}


#topboxes {
	float: right;
	width: 450px;
	margin-top: 32px;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
}
#topboxes div {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 136px;
	height: 81px;
	background: url(../images/public/button-bg.png) top left no-repeat;
}
#topboxes h3 {
	margin: 10px 10px 0px;
	padding: 0;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
}
#topboxes h3 a {
	text-decoration: none;
	border-bottom: 1px solid;
}
#topboxes p {
	margin: 12px 10px 0;
}
#topboxes p a {
	display: block;
	color: #718888;
	text-decoration: none;
}
#topboxes p a:hover {
	color: #718888;
	text-decoration: underline;
}

.messagebox {
	float: left;
	border: 1px solid #FBEBB5; 
	color: #769836; 
	background: #FFFFE6 url(../images/alert.gif) top left no-repeat; 
	padding: 6px 8px 6px 33px;
}