/* 


CSS Reset


*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{
	letter-spacing: .1em;
	line-height:1.5em;
	font-size: 12.8px;
	color: #727272;
	font-family: arial, helvetica;
}
.wrapper{
	width: 900px;
	margin: 0 auto;
	text-align: justify;
}
.logo{
	margin: 60px auto;
	display: block;
	text-align: center;
}
nav{
	margin: 0 0 30px;
}
nav ul li{
	display: inline-block;
	margin: 0;
}
a{
	letter-spacing: .12em;
	line-height:1.5em;
	font-size: 12px;
	text-decoration: underline;
	color: #727272;
	font-family: arial, helvetica;
}
h2{
	color: #8D9E9D;
	margin-bottom: 1.5em;
	font-size: 1.5em;
	text-transform: uppercase;
}
h3{
	color: #8D9E9D;
	margin-bottom: 0em;
	font-size: 1.5em;
	text-transform: uppercase;
	padding-top: 30px;
	margin-top: 0px;
	border-top: 1px solid #BFCFD1;
}
h4{
	color: #8D9E9D;
	margin-bottom: 0.5em;
	font-size: 1.5em;
	text-transform: uppercase;
}
h5{
	font-weight: bold;
}
h6{
	color: #000000;
	font-weight: bold;
}
p{
	margin-bottom: 1em;
}
.left, .right{
	display: inline-block;
	vertical-align: top;
}
.left{
	width: 340px;
	margin-right: 10px;
}
.right{
	width: 530px;
	margin-left: 10px;
}
.collableft{
	width: 340px;
	margin-right: 10px;
}
.collabright{
	width: 530px;
	margin-left: 10px;
}
.collab{
	vertical-align: top;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.profile{
	display: inline-block;
	width: 280px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #BFCFD1;
	
	vertical-align: top;
}
.profile span{
	display: block;
	font-weight: bold;
}
.profile h2{
	margin-bottom: 0;
}
.middle{
	margin: 0 20px;
	
}
.homepage img{
	margin: 0 auto 30px auto;
	display: block;
}
.homepage{
	margin: 0 auto;
	width: 800px;
	height: 500px;
	position: relative;
	margin-top: 12%;
	text-align: center;
}
.contact{
	text-align: center;
	
	margin-bottom: 30px;
	border-bottom: 1px solid #BFCFD1;
}
.contact p{
		font-weight: bold;
		margin-bottom: 0;
}
.contact .contactinfo{
		margin-bottom: 20px;
		font-weight: normal;

}

