body {
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #999999;
	background-image: url(../images/bk2007.jpg);
	background-repeat: repeat-x;
}
.main_container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-color: #000000;
	border: 1px solid #999999;
}
.header {
	font: medium Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	height: 120px;
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 10px;
}
.header img {
	float: left;
	padding: 2px;
	height: 50px;
	margin-right: 50px;
	
}

.nav {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	clear: both;
	margin-top: 60px;
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(../images/bk_nav.jpg);
	background-repeat: repeat-x;
	height: 20px;
	padding: 5px;
}

.content {
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: left;
	width: 450px;
	margin-left: 10px;
	text-align: justify;
}
.content_full {
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: left;
	width: 940px;
	margin-left: 10px;
	text-align: justify;
	padding: 5px;
	margin-right: 10px;
}
.rightcol {
	float: right;
	width: 510px;
	clear: right;
}
.rightcol img {
	float: right;
	padding: 2px;
	border: 1px none #CCCCCC;
	background-color: #000000;
}

h1 {
	font: bold normal large "Trebuchet MS";
	color: #6699FF;
	margin-top: 15px;
	padding-bottom: 5px;
	border: 1px none #CCCCCC;
}
.headertxt {
	float: right;
	width: 500px;
	margin-right: 10px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font: italic medium "Century Gothic";
	color: #CCCCCC;
	text-align: center;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6699FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-size: medium;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 20px;
	clear: both;
}

.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 110%;
    background-color: white;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
 
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 52%;
	padding: 16px;
	border: 16px solid #333333;
	background-color: black;
	z-index:1002;
	overflow: auto;
	color: #CCCCCC;
	text-align: center;
}
.castles {
	float: left;
	height: 235px;
	width: 200px;
	border: 1px dotted #666666;
	margin-right: 30px;
	vertical-align: bottom;
}
.castles img{
	float: left;
	vertical-align: bottom;

}
.castles h1 {
	float: left;
	height: 20px;
	font-family: "Trebuchet MS";
	font-size: medium;
	color: #CCCCCC;
	background-color: #666666;
	width: 190px;
	margin: 0px 0px 5px;
	padding: 5px;
	font-weight: bold;
}
