/* Text */
body, p {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	line-height: 22px;
	text-align: justify;
}

h1 {
	font-family: georgia, times new roman;
	font-size: 24px;
	text-transform: lowercase;
	color: #9E0B0E;
	margin: 15;
	padding-left: 30px;
	font-weight: normal;
}

h2 {
	font-family: georgia, times new roman;
	font-size: 16px;
	color: #595959;
	margin: 0;
	margin-bottom: 4px;
	font-weight: normal;
	border-bottom: 1px solid #E6E6E6;
}

em, i {
	color: #9E0B0E;
}

strong {
	font-weight: normal;
	font-family: georgia, tahoma, sans-serif;
	color: #595959;
}

b {
	color: #595959;
}

.content a:link {
	color: #9E0B0E; text-decoration: none; border-bottom: 1px solid #8E8E8E;
}

.content a:visited {
	color: #8E8E8E; text-decoration: none; border-bottom: 1px solid #CDCDCD;
}

.content a:hover {
	color: #000000; text-decoration: none; border-bottom: 1px solid #9E0B0E;
}

.content a:active {
	color: #8E8E8E; text-decoration: none; border-bottom: 1px solid #CDCDCD;
}

blockquote {
	border: 6px solid #EFEFEF;
	padding: 10px;
	font-family: georgia, tahoma, sans-serif;
}

/* Layout Header Stuff */

#container {
	width: 538px;
	padding: 100px 0 50px 0;
	margin-right:auto;
	margin-left:auto;
}

#navih2{
	background-color: #810608;
	float: left; 
	height: 56px;
	width: 538px;
}

div#navih2 ul{
	list-style: none;
	display: inline;
	overflow: hidden;
}

div#navih2 li{
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
}

div#navih2 ul li a {
	float: right;
	padding: 25px 0px 0px 0px;
	overflow: hidden;
	height: 0px !important; 
	height /**/:16px; /* for IE5/Win only */}

#info a  {
	width: 126px;
	background: url(information.gif) top left no-repeat;
	}

#info a:hover  {
	width: 126px;
	background: url(informationhover.gif) top left no-repeat;
	}

#media a  {
	width: 61px;
	background: url(media.gif) top left no-repeat;
	}

#media a:hover  {
	width: 61px;
	background: url(mediahover.gif) top left no-repeat;
	}

#site a  {
	width: 50px;
	background: url(site.gif) top left no-repeat;
	}

#site a:hover  {
	width: 50px;
	background: url(sitehover.gif) top left no-repeat;
	}

p img {
	border: 1px solid #CDCDCD;
	padding: 10px;
	margin: 12px;
}

p img a:link {
	border: 0px;
	padding: 0;
	margin: 2px;
}