@charset "utf-8";
/* CSS Document */
#content {
border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
padding:10px

}
#MainContent {
border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #f2f2f7;
	padding:3px;
}

body {
	background-color: #f2f2f7;
	background-color: #f2f2f7;
	background-image: url("../Templates/Reinersdorf/images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;

}

#masterhead {
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
}

#container {
	width: 975px;
	margin: 10px auto;
	margin-left: 40px;
}
#footer {
	text-align: center;
	clear: both;
	width: 973px;
	padding-top: 2px;
	padding-bottom: 1px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
	font-size:60%;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}

#footer a:hover {
	color: #33627d;
	text-decoration: none;
}




