/* CSS Copyright © 3mothers */
a, a:link, a:visited { text-decoration: underline; color: #CCC; }
a:hover { text-decoration: none; }				

h1 {
color:#960f10;
line-height:normal;
}

h2, h3, h4, h5 {
color:#960f10;
}

html, body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
	background: #000;
}
table{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #CCCCCC;
}
.Containment{
	width: 992px;
	height: 100%;
	background: #000;
	border: solid 1px #1E1E1E;
}
.Header{
	height: 150px;
	background-color: #000000;
	text-align: center;
	border-bottom: 10px solid #333399;
	font-weight: bold;
	font-size: 15px;
	color: #003399;
	line-height: 30px;
}
.Header img{
	margin-top: 18px;
	}
.HeaderImage{
	height: 150px;
	background: url(../images/headerimage.jpg) center no-repeat #000;
}
.HeaderImageHome{
	height: 150px;
	background: url(../images/headerimage.jpg) #fff;
}

.Content{
	background-color: #0C0C0C;
	text-align:left;
	padding: 20px;
	color: #CCC;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
} 

.Footer{
	border-top: 1px solid #1E1E1E;
	padding-top: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888;
}

.Footer a,
.Footer a:link, 
.Footer a:visited{
   text-decoration: none;
	color: #888;
}
.Footer a:hover{
   text-decoration : underline;
	color: #888;
}
