@charset "utf-8";
#maincontainer {
	width: 800px;
	border: medium inset #000033;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#maincontainer #repeatedback {
	background-image: url(images/repeated_background.jpg);
	background-repeat: repeat-y;
	height: 100%;
	padding-right: 55px;
	padding-left: 54px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: top;
	padding-top: 15px;
}
.dootedp {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: auto;
	padding: 0px;
}
.homeslideshow {
	background-image: url(mainpics.jpg);
	height: 100%;
	width: 356px;
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}


body {
	background-color: #eeeded;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
#maincontainer #repeatedback li {
	list-style-image: url(images/bullet.jpg);
}
