@charset "utf-8";
body {
	background-color: #993300;
}


#pagewidth{
	min-width: 800px;
	background-color:#993300;
	overflow: visible;
}

#leftcol {
	width: auto;
	float: left;
	position: fixed;
	background-color:#CC3300;
}

#wrapper  {
	margin: 0px auto;
	width: 70%;
	float: inline;
	margin-top: 25px;
	position: relative;
	margin-bottom: 35px;
	background-color: #FFFFFF;
	max-width: 900px;
	max-width: 640px;
}

#rightcol {
	float: inline;
	background-color:#CC3300;
}

#top_r {
	background-image: url(images/top_r.gif);
	background-color: #07BA00;
}
#header {
	background-image: url(images/castle_small_tl.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 193px;
	text-align:center;
	height: 140px;
	border-bottom:solid;
	border-bottom-color:#000000;
	border-bottom-width: 1px;

}
.h1 {
	font-family: "Napa SF";
	font-size: 36px;
	font-style: normal;
	color: #CC3300;
}

.navbar a {
	font-family: "Napa SF";
	font-size: 16px;
	font-style: normal;
	color: #CC3300;
	text-decoration: none }

a:link {
	color: #CC3300;
	font-size: 16px;
}

a:visited {
	color: #CC3300;
	font-size: 16px;
}

a:active {
	color: #CC3300;
	font-size: 16px;
}
 
 

