body {
	margin: 0px;
	padding: 0px;
	background: #33463b;
	background-image:url('../images/tile_6.png');
	background-repeat: repeat;
	
	
	font-family: 'Segoe UI', Tahoma, sans-serif;
    font-size: 16px;
    font-weight: 100; 
}

#content {
	background: #3d644e;
	margin: 16px;
	padding: 0px;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 4px 18px 4px #222;
	overflow:hidden;
}

#header {
	background: lightblue;
	width: 100%;
	height: 120px;
}

#mainContent {
	background: #3d644e;
	position: relative;
	width: 100%;
	height: 480px;
}

#mainContent img{
	position: absolute;
}

#blurb {
	position: relative;
	top: 120px;
	left: 255px;
}


#subContent {
	color: #DDDDDD;
	background: #3d644e;
	width: 100%;
	height: 960px;
	text-align: center;
}

#subLeft {
	float: left;
	width: 400px;
	margin: 18px 10px 10px 20px;
	text-align: justify;
}

#subRight {
	float: right;
	width: 400px;
	margin: 18px 20px 10px 9px; 
	text-align: justify;
}

.verticalLine {
	float: left;
	background: #62c18b;
	height: 120px;
	width: 1px;
	margin-top: 30px;
	opacity: 0.4;
}

.horizontalLine {
	background: #62c18b;
	height: 1px;
	width: 580px;
	margin: auto;
	opacity: 0.4;
	margin-top: 16px;
	margin-bottom: 22px;
}

h3 {
	color: #cbbb52;
	text-align: center;
	font-family: 'Press Start 2P', cursive;
	font-size: medium;
	margin-bottom: 0px;
	margin-top: 0px;
}

#footer {
	background: #334b3e;
	width: 100%;
	height: 20px;
	text-align: center;
}

#copyright {
	color: #222222;
	margin: 0px;
	padding: 0px;
	font-family: 'Segoe UI', Tahoma, sans-serif;
    font-size: 14px;
}

p {
	margin: 0px;
	padding: 12px 16px 4px 16px;
}

.subHeading {	
	margin: 0px;
	padding: 16px;
	font-size: 16px;
}

.name {
	color: #cbbb52;
	font-family: 'Press Start 2P', cursive;
	font-size: 12px;
}

.centerColumn {
	text-align: justify;
	margin: 22px 28px 22px 28px;
}

ul {
	list-style: none;
	font-size: 22px;
	color: white;
	margin-top: 8px;
}
li {
	margin-bottom: 12px;
}

.label {
	color: #cbbb52;
	vertical-align: middle;
	font-size: 20px;
	margin: 0px 0px 0px 40px;
}

.details {
	color: #DDDDDD;
	font-size: 16px;
	margin-left: 44px;
	padding-top: 0px;
}
