body {
	font-family:Arial,sans-serif;
}

a {
	text-decoration:none;
	color:#AB0D0F;
}

a img {
	border:none;
}

h1 {
	background:#e5e5e5 url(../imgs/underline.gif) no-repeat bottom left;
	padding:3px 3px 10px;
	margin-bottom:10px;
	font-size:20px;
	color:#AB0D0F;
}

h2 {
	font-size:16px;
	color:#AB0D0F;
}

body {
	background:url(../imgs/background-tile.gif);
}

#background-gradient {
	background:url(../imgs/background-gradient.png) repeat-x;
}

#wrapper {
	background:url(../imgs/content-background.png) repeat-y;
}

#header {
	background:url(../imgs/header-splash.gif) no-repeat 90px 0px;
}

	#header_nav li {
		color:#AB0D0F;
		font-size:90%;
		font-weight:bold;
	}
	
		#header_nav li a {
			color:#FFFFFF;
		}
		
		
		
	
#footer {
	background: #000000 url(../imgs/footer-bottom.gif) no-repeat bottom;
	color:#AB0D0F;
	font-size:10px;
	font-weight:bold;
}

	#footer span {
		color:#FFFFFF;
		font-style:italic;
	}
	
	#footer #footer-right {
		text-align:right;
	}
	
	
/* ------------------------- Post Styles -------------------------------- */

.info_contact .bold_label {
  display:block;
  font-weight:900;
  margin-top:10px;
}

.type_entry .title {
  font-size:0.9em;
}