@charset "utf-8";

body {
	margin: 0;
	padding-top:10px;
	padding-bottom:10px;
	background-image: url(images/bg.gif);
font-family:Trebuchet MS, Arial, Tahoma, sans-serif;
}
#header {
float:none;
	width:1000px;
	height:332px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/head.png);
	background-repeat: no-repeat;
	background-position:center top;
}
#centerize
{
	margin-left: auto;
	margin-right:auto;
	width:1000px;
}
.castlewall{
	width:852px;
	height:99px;
		margin-left: auto;
	margin-right:auto;
	padding: 0;
	background-image: url(images/header-05.png);
	background-repeat: no-repeat;
	background-position:left;
	float:left;
	
}
.leftthingy{
	width:21px;
	height:99px;
		margin-left: auto;
	margin-right:auto;
	padding: 0;
	background-image: url(images/header-03.png);
	background-repeat: no-repeat;
	background-position:left;
	float:left;
	
}
#menu
{
	float:left;
	width:127px; 
	height:210px;
	font-family:Arial; 
	margin-left: 20px;

}

#menu ul{
list-style: none;
margin: 0;
padding: 0;
margin-bottom:0;

}
#menu ul li
{
	vertical-align:bottom;
	margin-bottom:0;
	display: inline;
}
#menu ul li a
{
	position: relative;
	display: block;
	margin: 0;
	margin-bottom: 0;

}
#menu ul li a img{
	display: inline;
	vertical-align:bottom;
}

#wrapper{
width:1000px;
max-width:1000px;
background:url(images/wrapper.gif) repeat-y center top;
margin: 0 auto;

}
#content-wrapper {
	
	min-height:200px;
	width: 695px;
	margin: 0px auto;
	margin-left:155px;
	padding: 0;
	text-align:center;
	padding-bottom:10px;
}

