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

/* Makeshift CSS Reset */
{
	margin: 0;
	padding: 0;
} 
/* background dark fade */
#wrapper {
	background-image: url(../images/background-2.gif);
	background-repeat: repeat-x;
}
#placeTheContent1 {
	padding-left: 40px;
	padding-top: 350px;
}
#sticker {
	float: left;
	padding-left: 75px;
	padding-top: 40px;
}
#socialLinks {
	float: right;
	padding-top: 20px;
	padding-right: 30px;
}
body {
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#mainContent {
	margin: 0 auto;
	padding: 0;
	width: 980px;
}
#orangeTop {
	background-color:#ff8300;
	height: 9px;
}
#part2 {
	background-color:#999;
	background-image: url(../images/part2base.jpg);
	background-repeat: no-repeat;
	height: 430px;
}
.pageTop {
	
	background-image: url(../images/homeHeader.jpg);
	background-repeat: no-repeat;
	height: 700px;
	
}
#sliderTextContainer {
	text-align:justify;
	font-weight: normal;
	padding-left: 9px;
	padding-right: 9px;
	margin-left: 23px;
	margin-right: 15px;
	color: #FFF;
}


a:link {
	color: #F86617;
	text-decoration: none;
}
a:visited {
	color: #F86617;
	text-decoration: none;
}
a:hover {
	color: #F86617;
	text-decoration: none;
}
a:active {
	color: #F16621;
	text-decoration: none;
}
.aboutContainer {
	float: left;
	padding-top: 75px;
	padding-left: 65px;
	width: 400px;
	left: 20px;
	top: 20px;
}

.contactContainer {
	float: right;
	width: 480px;
	padding-top: 40px;
	
}
.base {
	height: 50px;
}
.imagePad {
	padding-right: 7px;
}

