
html, body {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
	font-size: 95%;
    font-family: sans-serif;
	background-color: #000;
}

#wrapper {
	width: 720px;
    margin-left: auto;
    margin-right: auto;	
}

#navigation {
    background-color: #151515;
	text-shadow: rgba(0, 0, 0, 0.45) 0px -1px;
	width: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
}
#footer {
    background-color: #151515;
	text-shadow: rgba(0, 0, 0, 0.45) 0px -1px;
	width: 100%;
    z-index: 2;
}
a {
    color: #f5f5f5;
	text-decoration: underline;
}
#navigation a {
	text-shadow: rgba(0, 0, 0, 0.45) 0px -1px;
	margin-right: 20px;
	margin-left: 10px;
}
a:hover {
	text-decoration: none;
}
a.selected {
    color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.navwrap {
	width: 720px;
    margin-left: auto;
    margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footerwrap {
	width: 720px;
    margin-left: auto;
    margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content {
    position: absolute;
    top: 50px;
    z-index: 2;
	width: 700px;
}

.intro, .contact {	
    padding: 15px;
	width: 320px;
	margin-top: 50px;
    line-height: 1.5em;
    color: white;
    background-color: #151515;
	background-color:rgba(21,21,21,0.69);
	text-shadow: rgba(0, 0, 0, 0.45) 0px -1px;
}

.contact span {
	margin-left: 10px;
}
.contact {
	margin-bottom: 30px;
}
.twitter {	
    padding: 15px;
	width: 320px;
	margin-top: 30px;
	margin-bottom: 30px;
    line-height: 1.5em;
    color: white;
	text-shadow: rgba(0, 0, 0, 0.45) 0px -1px;
}
.craig-hall {	
    padding: 15px;
	width: 320px;
	margin-top: 30px;
	margin-bottom: 30px;
    line-height: 1.5em;
    color: white;
    background-color: #151515;
	background-color:rgba(21,21,21,0.69);
	text-shadow: rgba(0, 0, 0, 0.45) 0px -1px;
}

.craig-hall-image {
	float: left;
	width: 320px;
	padding: 0;
	margin-top: 30px;
	margin-bottom: 30px;
    line-height: 1.5em;
    color: white;
	text-shadow: rgba(0, 0, 0, 0.45) 0px -1px;
}
.craig-hall-image img {
	border: 0;
	margin: 0;
	padding: 0;
}

.craig-testimonials {
    background-color: #151515;
	background-color:rgba(21,21,21,0.69);
	padding: 15px;
}
.self {	
    padding: 15px;
	width: 380px;
	margin-top: 30px;
	margin-bottom: 30px;
    line-height: 1.5em;
    color: white;
    background-color: #151515;
	background-color:rgba(21,21,21,0.69);
	text-shadow: rgba(0, 0, 0, 0.45) 0px -1px;
}


#content h1 {
    line-height: 1.3em;
	margin: 0;
}

.entry-header {
	display: none;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}