body { background: #000; }


#header {
	background: #000000;
	height: 290px;
	width: 100%;
	border-bottom: 7px solid #0b0b0b;	
}

#box-hold { 
	position: relative; 
	width: 960px;
	height: 290px;
	margin: 0 auto;
}

#header .logo { 
	position: absolute;
	top: 38px;
	left: 335px;
	z-index: 5; 
}

#header .title { 
	position: absolute;
	top: 239px;
	left: 159px;
	z-index: 5; 
}
#header .title h1 {
	font-family:Georgia, serif;	
	font-style: italic;
	color: #efb302;
	font-size: 1.7em;
}

#content {
	height: 220px;
	background: #1d1c1c; 
	position: relative;
}

#content-hold { 
	position: relative; 
	width: 960px;
	height: 220px;
	margin: 0 auto;
}


.info {
	position: absolute;
	top: 26px;
	left: 310px;
}

.info span {
	color: #ea1c24;
	font-size: 1.1em;
}
.info ul {
	text-transform: uppercase;
	list-style: none;
	text-align: left;
}

.info li {
	margin-bottom: 10px;
}


.contact {
	position: absolute;
	top: 26px;
	left: 603px;
}

.contact ul {
	list-style: none;
	font-size: 1.0em;
	text-align: left;
}

.contact span {
	color: #efb302;
	text-transform: uppercase;

}

.contact a {
	text-decoration: none;
	color: #fff;
}

.contact a:hover {
	text-decoration: none;
	color: #efb302;
}



#footer {
	border-top: 7px solid #0b0b0b;	
	background: #000000;
	width: 100%;
	min-height: 290px;
	position: relative; 
}

#footer-hold { 
	position: relative; 
	width: 960px;
	height: 290px;
	margin: 0 auto;
}

.credit { 
	position: absolute;
	top: 3px;
	right: 215px;
	font-size: 0.8em;
	color: #ccc;
}

