/* CSS Document */

body {
	background-color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#container {
	width: 1139px;
	height: 900px;
	margin-left: auto;
	margin-right:auto;
}
#mastHead {
	width: 1139px;
	height: 355px;
	background-image:url(images/mastHead.gif);
}

/*Navigation Styling Here*/
#nav {
	width: 916px;
	height: 60px;
	background-color:#ffffff;
	float: left;
	
}
#navPadding {
	Padding: 15px 10px 10px 0px;
}	
#nav a{
	text-decoration: none;
	color: #000000;
	font-size: 24px;
	font-family: Arial;
	padding-left: 38px;
	padding-right: 38px;
}
#nav a:hover{
	text-decoration: underline;
	color: #82765c;
}
#nav a:visited{
	color: #000000;
}
#getStarted {
	width: 223px;
	height: 60px;
	background-color: #82765c;
	float: left;
}
#getStarted a{
	text-decoration: none;
	color: #000000;
	font-size: 24px;
	font-family: Arial;
	padding-left: 38px;
	padding-right: 38px;
}
#getStarted a:hover{
	color: #ffffff;
}
#getStarted a:visited{
	color: #000000;
}
#getStartedPadding {
	padding: 15px 10px 8px 5px;
}
/*End Navigation Styling Here*/

#whiteSpacer {
	width: 1139px;
	height: 7px;
	background-color:#FFFFFF;
	float: left;
}
#greySpacer {
	width: 1139px;
	height: 7px;
	background-color:#787878;
	float: left;
}

/* Content Styling Begins Here */
#contentHolder {
	width: 1139px;
	height: auto;
	background-image:url(images/backGround.gif);
	background-repeat:repeat-y;
	float: left;
}
#leftCol {
	width: 725px;
	height: auto;
	float: left;
}
#leftColPadding {
	padding: 0px 21px 21px;
}
#rightCol {
	width: 414px;
	height: auto;
	float: right;
}
#rightColPadding {
	padding: 0px 21px 21px;
}
#socialMediaBar {
	width: 372px;
	height: auto;
	float: left;
}
.socialMediaLogos{
	float: left;
}
.socialMediaLogos:hover{
	opacity: 0.5;
}
.mustangPic {
	float: right;
	padding: 5px;
}
.followus {
	color: #82765c;
}
#instagram {
	width: 372px;
	height: auto;
	border-width:thick;
	background-color:#009966;
}
#footer {
	width:1139px;
	height: 50px;
	background-color:#82765c;
	float: left;
	color: #FFFFFF;
}
#footerPadding {
	padding: 2px;
}



