@font-face {
    font-family: 'Nexa Light';
    src: url('fonts/nexa-light-webfont.eot');
    src: url('fonts/nexa-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nexa-light-webfont.woff') format('woff'),
         url('fonts/nexa-light-webfont.ttf') format('truetype'),
         url('fonts/nexa-light-webfont.svg#nexa-light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa Bold';
    src: url('fonts/nexa-bold-webfont.eot');
    src: url('fonts/nexa-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nexa-bold-webfont.woff') format('woff'),
         url('fonts/nexa-bold-webfont.ttf') format('truetype'),
         url('fonts/nexa-bold-webfont.svg#nexa-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/***********************************/
/*******General Site settings*******/
*{
	/*border: 0px;*/
	padding: 0px;
	margin: 0px;
	font-family: Arial;
}
body{
	background-color: #cdcccc;
}
h1{
	font-family: "Nexa Bold";
	color: #1dbde9;
	font-size: 48px;
}
.logotext{
	font-family: "Nexa Bold";
	font-size: 30px;
}
h2{
	font-family: "Nexa Bold";
	font-size: 30px;
	color: #1dbde9;
}
h3{
	font-family: "Nexa Bold";
	font-size: 20px;
}
p{
	line-height: 20px;
}
.clear{
	clear: both;
}
#headerwrap{
	background-color: black;
	height: 272px;
}
#header{
	background-image: url('images/header2.png');
	margin-right: auto;
	margin-left: auto;
	height: 272px;
	width: 1366px;
}
#logo{
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
#logo img{
	width: 450px;
}
#social{
	text-align: center;
}
#social img{
	padding: 5px;
	width: 25px;
}
.logotext{
	text-align: center;
	color: #1dbde9;
}
/*******************************************Nav Magic*************************************/
#navwrap{
	height: 40px;
	background-color: white;
}
#navbar{
	width: 1030px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
}
#navbar ul li,ol li,ul li a{
	padding-right: 8px;
	padding-left: 8px;
}
#navbar ul li:hover,ol li:hover{
	padding-right: 8px;
	padding-left: 8px;
	background-color: #1dbde9;
	color: black;
	height: 40px;
}
#navbar ul span{
	margin: 0 10px;
	color: #cdcccc;
	display: block;
	float: left;
	line-height: 40px;
	text-align: center;
}
#navbar ul li{
	list-style-type: none;
	float: left;
	margin: 0px;
	position: relative;
	text-align: center;
}
#navbar ul li a{
	font-weight: 300;
	font-size: 26px;
	color: black;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
}
#navbar ul li a:hover{
	font-weight: 300;
	font-size: 26px;
	color: black;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
}
/********************************End Nav*************************************/

#content{
	width: 1026px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
}
#left{
	background-color: white;
	float: left;
	width: 640px;
	border-radius: 5px;

}
#right{
	background-color: white;
	float: right;
	width: 320px;
	border-radius: 5px;

}
#right img{
	padding: 5px;
}
.pad{
	padding: 5px;
}
#wide{
	width: 1026px;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	margin-top: 50px;
}
#picture{
	width: 200px;
}
#bio{
	width: 430px;
	margin-left: 10px;
}
#facebook{
	width: 260px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 10px;
}
#facebook1{
	width: 47px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 10px;
}
#footer{
	width: 1026px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}