/* Header Format */
#header_wrapper, #header_wrapper img {
	margin: 0px;
	padding: 0px;
	display: block;
}
.header_spacer {
	background-color: #BAC5D2;
	width: 100%;
}
.header_buttons {
	height: 28px;
	width: 95px;
	background-image: url(/images/btn.gif);
	background-repeat: no-repeat;
}
.header_button_text{
	font-weight: bold;
	font-size:11px;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 9px;
}
.header_button_text a:link{
	color: #FFFFFF;
	text-decoration:none;
}
.header_button_text a:visited{
	color: #FFFFFF;
	text-decoration:none;
}
.header_button_text a:hover{
	color:#99CCFF;
	text-decoration:none;
}
.header_table {
	text-align: right;
	width: 100%;
	background-image: url(http://www.renocomputerservices.com/images/header.gif);
	background-repeat: repeat-x;
}
.header_search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7995B3;
}
.header_bottom_spacer {
	background-image: url(/images/bottom_spacer.gif);
	background-repeat: repeat-x;
	width: 100%;
}
.license {
	color: #000000;
	text-align: center;
	font-size: 14px;
}