/* CSS Document */

body {
	font-family: Verdana, sans-serif;
	margin: 0px;
	background-color: #EEE2D0;
}
#mainContainer {
	width: 1000px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
}

div.scroller { 
	width: 1000px; 
	height: 300px;
	overflow: hidden;
	border:0px;
}

div.scroller div.section {
	width:1000px;
	height:300px;
	overflow:hidden;
	float:left;
	}

div.scroller div.content {
	width: 10000px;
	}


sdiv#section2 {
	background:#666666;
	color:#ffffff;
	}
#background {
	position: absolute;
	height: 500px;
	width: 1000px;
	left: 0px;
	top: 0px;
}
#searchbox {
	position: absolute;
	height: 21px;
	width: 171px;
	top: 20px;
	right: 25px;
}
#nav1 {
	position: absolute;
	height: 60px;
	width: 200px;
	left: 325px;
	top: 70px;
}
#nav2 {
	position: absolute;
	height: 60px;
	width: 200px;
	left: 550px;
	top: 70px;
}
#nav3 {
	position: absolute;
	height: 60px;
	width: 200px;
	left: 775px;
	top: 70px;
}
#socialMediaContainer {
	position: absolute;
	height: 20px;
	width: 100px;
	top: 150px;
	right: 25px;
}
#glidercontainer {
	position: absolute;
	height: 300px;
	left: 0px;
	top: 180px;
}
#subpagecontainer {
	position: absolute;
	height: 600px;
	left: 0px;
	top: 180px;
}
#sliderText {
	position: absolute;
	height: 250px;
	width: 500px;
	right: 25px;
	top: 25px;
}
#adcontainer {
	position: absolute;
	height: 300px;
	width: 500px;
	left: 500px;
	top: 500px;
	border: 1px;
	border-color: #000000;
	background-color: #FFFFFF;
}
#photoalbum {
	position: absolute;
	height: 300px;
	width: 500px;
	left: 0px;
	top: 500px;
	border: 1px;
	border-color: #000000;
	background-color: #FFFFFF;
}
#copyrightcontainer {
	position: absolute;
	height: 20px;
	left: 0px;
	top: 810px;
	font-family: Verdana, sans-serif;
	font-size: 8px;
	vertical-align: middle;
	text-align: center;
	width: 1000px;
}
.bigger {
	font-weight: bold;
}
.plaintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

