@charset "utf-8";
body {
	text-align: center;
	width: auto;
	margin: 0px;
	padding: 0px;
	background-image: url(Pictures/Back4.jpg);
	background-repeat: repeat-x;
	background-color: #CCC;
}
#wrapper {
	margin: auto;
	padding: 0px;
	width: 780px;
	text-align: center;
	border: thin outset #999;
}



#header {
	height: auto;
	border-bottom-width: medium;
	border-bottom-style: inset;
	border-bottom-color: #666;
}
#Side_Bar {
	float: left;
	height: 600px;
	clear: none;
	width: 150px;
	text-align: center;
	background-image: none;
	background-color: #2D3F63;
	margin: 0px;
	padding: 0px;
}
#bp {
	margin: 0px;
	padding: 0px;
}
#bp_img {
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-left-color: #666;
	border-bottom-width: medium;
	border-bottom-color: #666;
}
#footer {
	clear: both;
	text-align: center;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #666;
	height: auto;
	margin: 0px;
	padding: 0px;
	width: auto;
}
#copyright {
	height: 20px;
	font-size: small;
	line-height: normal;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	vertical-align: middle;
}
#wrapper #copyright #webmaster {
	float: right;
	width: auto;
	height: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
