body {
	font-family: "Calibri", Tahoma;
	background-color: #000000;
	background-image: url('../images/wood-back_black.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	background-attachment: fixed;
	color: #fff;
	margin: 0 auto;
	padding: 10px;
}
#top {
	width: 780px;
	height: 11px;
	margin: 0 auto;
	background-image: url("../images/top.png");
	background-position: center;
	background-repeat: no-repeat;
}
#middle {
	width: 780px;
	margin: 0 auto;
	background-image: url("../images/mid.png");
	background-position: center;
	background-repeat: repeat-y;
}
#middle p {
	font-size: 14px;
	text-align: justify;
	padding: 3px;
	margin: 0px 14px 0px 14px;
}
#fbtop {
	width: 330px;
	height: 11px;
	margin: 0 auto;
	background-image: url("../images/fbtop.png");
	background-position: center;
	background-repeat: no-repeat;
}
#fbmid {
	width: 330px;
	margin: 0 auto;
	background-image: url("../images/fbmid.png");
	background-position: center;
	background-repeat: repeat-y;
}
#fbmid p {
	font-size: 14px;
	text-align: center;
	padding: 3px;
	margin: 0px 14px 0px 14px;
}
#fbbottom {
	width: 330px;
	height: 11px;
	margin: 0 auto;
	background-image: url("../images/fbbottom.png");
	background-position: center;
	background-repeat: no-repeat;
}
#midmenu {
	width: 780px;
	margin: 0 auto;
	background-image: url("../images/mid.png");
	background-position: center;
	background-repeat: repeat-y;
}
#midmenu p {
	font-family: "Calibri", Tahoma;
	font-size: 13px;
	text-align: center;
	padding: 3px;
	margin: 0px 14px 0px 14px;
}
#midmenu a {
	color: #FFF;
	text-decoration: none;
}
#midmenu a:hover {
	font-weight: bold;
}
#footer {
	width: 780px;
	margin: 0 auto;
	background-image: url("../images/mid.png");
	background-position: center;
	background-repeat: repeat-y;
}
#footer p {
	font-size: 8px;
	text-align: center;
	padding: 3px;
	margin: 0px 14px 0px 14px;
}
#bottom {
	width: 780px;
	height: 11px;
	margin: 0 auto;
	background-image: url("../images/bottom.png");
	background-position: center;
	background-repeat: no-repeat;
}
#shell {
	width: 765px;
	margin: 0 auto;
	text-align: center;
	padding: 6px;
}
#shell img {
	border: 1px solid #808080;
}
#logo {
	width: 780px;
	margin: 0 auto;
	text-align: center;
	padding: 10px;
}
#spacer {
	width: 1px;
	margin: 0 auto;
	text-align: center;
}
#spacer img {
	border: 1px solid transparent;
}
#facebook {
	width: 39px;
	height: 39px;
	background-image: url(../images/facebook-logo.png);
	margin: 6px -35px 0 0;
	float: right;
}
#facebook:hover {
	background-image: url(../images/facebook-logo_hover.png);
	margin: 6px -35px 0 0;
	float: right;
} 
#facebook img {
	border: 0;
}
#email {
	width: 39px;
	height: 39px;
	background-image: url(../images/email.png);
	margin: 48px -38px 0 0;
	float: right;
}
#email:hover {
	background-image: url(../images/email_hover.png);
	margin: 48px -38px 0 0;
	float: right;
} 
#email img {
	border: 0;
}
.videoimg {
	border: 1px solid transparent;
}
.videoimg:hover {
	border: 1px solid #808080;
}
.videotxt {
	font-family: "Calibri", Tahoma;
	font-size: 13px;
	color: #fff;
}
.videotxt a {
	text-decoration: none;
	color: fff;
}
.videotxt a:hover {
	font-weight: bold;
}
