@charset "UTF-8";
/* CSS Document */

/* 
body {  
  background-color:#3A3533; 
}
 */


#wrapper {
	width: 750px; 
	margin: auto;

}

/* Social Media Icons */

#nav1 {
/* 
	float:right;
	margin-top: 10px;
	
 */

}

#icons { 

 	width: 260px;
	height: 37px;

}



#facebook {
	width:31px;
	height:31px;
	margin:10px;
	background-image: url(../i/facebook.png);
	background-repeat: no-repeat;
	background-position:0 0;
	display:block;
	float:left;
}

#twitter {
	width:31px;
	height:31px;
	margin:10px;
	background-image: url(../i/twitter.png);
	background-repeat: no-repeat;
	background-position:0 0;
	display:block;
	float: left;
}


#linkedin {
	width:31px;
	height:31px;
	margin:10px;
	background-image: url(../i/linkedin.png);
	background-repeat: no-repeat;
	background-position:0 0;
	display:block;
	float: left;
}


#pinterest {
	width:31px;
	height:31px;
	margin:10px;
	background-image: url(../i/pinterest.png);
	background-repeat: no-repeat;
	background-position:0 0;
	display:block;
	float: left;
}

#google {
	width:31px;
	height:31px;
	margin:10px;
	background-image: url(../i/google.png);
	background-repeat: no-repeat;
	background-position:0 0;
	display:block;
	float: left;
}

/*section one: description*/

#sectionone {
	width: 100%; 
	height:13px;
	display:inline-block;
}


#logo {
	background-image:url(../i/logo.png);
	margin-top:20px;
	margin-left: 50px;
	width: 174px; 
	height:135px;
}


#description {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		display:inline-block;
		margin-top: 20px;
		margin-left:250px;
}

#head.h1 {
	font-style:normal;
	color:#FFF;
	font-size:2.6em;
	letter-spacing:.01em;
	}

#description p {
	color: #d8e266;
	font-size: 1.5em;
	line-height: 1.55em;
	letter-spacing:.01em;
	}

#sitelink h2 {
	color:#93b9e0;
	font-size:1.5em;
	letter-spacing:.01em;
	font-style:italic;
	}


#sitelink a {
	text-decoration:none;
	color:#93b9e0;
	
	}


#footerlink{
	color:#93b9e0;
	font-size:0.8em;
	letter-spacing:.01em;
	font-style:italic
	
	}


#footerlink a{
	text-decoration:none;
	color:#93b9e0;
	
	}
/*divider*/

#divider{
	margin-top:35px;
	margin-left: 70px;
	width: 670px; 
	height:2px;
	display:inline-block;
	background-image:url(../i/rule.png);
}

/*section two: contact info*/


#contactone {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	display:inline-block;
	margin-top: 0px;
	margin-left: 240px;
}


#contactone h2 {
	font-style:normal;
	font-size:2.3em;
	letter-spacing:.015em;
	}
	
#contactone a {
	text-decoration:none;
	color:#93b9e0;
	font-style:italic;
	}

#contactone p {
	color: #d8e266;
	font-size: 1.5em;
	line-height: 1.55em;
	letter-spacing:.01em;
}

.space {
	margin-top: 20px;

.floatclear {
	clear:both;
}