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

body {
	background-color: #C1DEFC;
	text-align: center;
	float: none;
}
#leftcol {
	width: 100px;
	margin-right: 25px;
}

#container {
	width: 840px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	margin:0 auto;
	overflow: auto;
}
#header {
	text-align: left;
	height: 100px;
	width: 840px;
}
#slideshow {
	text-align: center;
	height: 440px;
	width: 840px;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #FFF;
	box-shadow: 10px 10px 5px #888888;
	background-image: url(images/slideshowbackground.jpg);
}

#footer {
	background-color: #09C;
	width: 840px;
	height: 50px;
	margin-top: 5;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: right;
	padding-right: 5px;
}
#editablecontent {
	float: right;
	width: 725px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5px;
}
#videocontainer {
	height: 328px;
	width: 440px;
	float: right;
}
#homecontent {
	float: left;
	width: 260px;
	background-color: #09C;
	color: #FFF;
	padding: 5px;
	margin-bottom: 5px;
	
}
#picturefloat {
	color: #FFF;
	background-color: #09C;
	padding: 5px;
	width: 430px;
	float: right;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
}
#regpictcontainer {
	float: left;
	width: 250px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#content {
	width: 705px;
	background-color: #09C;
	padding: 5px;
}
