@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #000;
}
p{
	margin-bottom: 1em;
}
h1{
	font-size: 24px;
	font-weight: normal;
}
h2{
	font-size: 18px;
	font-weight: normal;
}
p.preamble{
	font-style: italic;
	margin-top: -3px;
}
a img{
	border: 0;
}
a:link, a:visited{
	color: #fff;
	text-decoration: underline;
}
a:hover{
	color: #ccc;
}
#pageWrapper{
	width: 900px;
	height: 600px;
	margin: 0 auto;
	margin-top: 25px;
	border: 1px solid #fff;
	background: url("../images/bg.jpg") no-repeat 0 0;
}
#logo{
	margin: 2px 0 0 265px;
	width: 372px;
	height: 52px;
}
#navigation{
	width:900px;
	height: 51px;
	background: url("../images/navbg.png") no-repeat 0 0;
	z-index: 10;
}
#navigation ul{
	list-style: none;
	margin-top: 9px;
}
#navigation ul.left{
	float: left;
	margin-left: 15px;
}
#navigation ul.right{
	float: right;
	margin-right: 16px;
}
#navigation ul li{
	float: left;
}
#bottomlogo{
	margin: 0px 0 0 400px;
	width: 120px;
	height: 37px;
}
.column{
	margin: 34px 0 0 36px;
	border: 1px solid #fff;
	height: 385px;
	width: 261px;
	float: left;
	background: url('../images/textBg.png');
}
.knight{
	margin: -24px 12px 0 0;
	border: 0;
	height: 482px;
	width: 325px;
	background: none;
}
.wide, .full{
	width: 490px;
	height: 355px;
	padding: 15px;
	overflow: auto;
}
.full{
	width: 800px;
}
.block{
	width: 200px;
	padding: 50px 0;
	text-align: center;
	float: left;
}
.blockImage{
	width: 200px;
	height: 200px;
	overflow: hidden;
	margin-bottom: 15px;
	margin-left: 50px;
	text-align: center;
	float: left;
}

.knightwide{
	margin: 34px 0 0 0;
	width: 490px;
	height: 355px;
	padding: 15px;
	overflow: auto;
}

