body, html {
	margin:0px;
	padding:0px;
	height:100%;
}
body {
	background:#960505 url(../images/bg-page.png) top repeat-x;
}
body, input, div {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;	
}
img, form {
	border:0px;margin:0px;padding:0px;
}
#topInfo {
	width:924px;
	height:24px;
	padding:12px 0px 0px 0px;
	margin:0px auto;

	color:#44484c;	font-size:.9em;	font-weight:bold;	text-align:right;
}
#headerContainer {
	position:relative;
	background:url(../images/bg-header.png) bottom repeat-x;
	height:92px;
	display: inline;
	float:left;
	width:958px;
}
#entireContainer {  
	margin:0px auto 10px auto;
	width:964px;
	background:url(../images/bg-main.png) top center repeat-y;	
}
#searchNavContainer {
	display:inline;
	float:right;
	padding:19px 19px 0px 0px;
	width:550px;
}
#searchNavContainer .searchField { 
	height:17px; 
	border:1px solid #c0c0c0;
	border-right:0px; 
	margin:0px;
	background-color:#fcfcfd;
	color:#7b7b7b;
}
#topContainer {
	height:3px;
	width:964px;
	clear:both;
} 
#innerContainer {
	margin:0px 3px;
	width:958px;
}
#contentContainer {
	font-size:.8em;	
}
#footerContainer {
	font-size:.8em;	
	color:#F7F7F7;
	margin-bottom:10px;
}
#footerContainer a:link, #footerContainer a:visited {
	color:#FF6;	
}
.clearBoth {
	clear:both;
}
h1,h2,h3,h4,h5,h6 {
	margin:0px;
}
h2 {
	color:#575c61;
	font-size:1.6em;
}
h3 {
	color:#575c61;
	margin-bottom:8px;
	font-size:1.4em;
}
h4 {
	color:#232323;
	font-size:1.2em;
}
ul li {
	padding-bottom:9px;
}
strong {
	letter-spacing:.05em;
}
#searchContainer {
	padding:25px;
	font-size:1.1em;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
