@CHARSET "ISO-8859-1";
#header {
	padding:0px;
	background:transparent;
	background: url('../images/header_background.png');
	height: 85px;
}

#header_left {
	float: left;
	padding: 11px 10px 10px 40px;
}

#header_right {
	float: right;
}

#header_near_right {
	float:left;
	margin-right: 60px;
}

#header_far_right {
	float:right;
	margin: 3px 20px 0px 0px;
	text-align: right;
}

#right_top {
 height: 26px;
}

#right_bottom {
	margin-top: 3px;
}

#header_text {
	vertical-align: super;
	color: #fff;
}

#search {
	background: url('../images/search.png') no-repeat top right;
	border: 0px;
	height: 22px;
	line-height: 22px;
	width: 145px;
	padding: 0px 25px 0px 10px;
	margin-top: 8px;
	font-style: italic;	
	font-family: Georgia, Times, serif;
}


#cc_details {
	font-size: 75%;
	margin-left: 4px;
}


.header_links {
	cursor: pointer;
	color: #fff;
	font-style: italic;	
	font-family: Georgia, Times, serif;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}

.header_links:hover {
   color: #efb400;
   text-decoration: none;
}

#footer {
	width: 940px;
	margin: 0 auto;	
	background:transparent;
	background-image: url('../images/footer_background.png');
	padding:0px;
	height: 145px;
	padding: 10px 0px 0px 20px;
}

#footer p {
	color: #fff;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	line-height: 1em;
}

#footer .footerlink {
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	line-height: 1em;
}

	
