body {
	margin: 20px;
	background: #002400;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #400;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	
	
}

p, ul, ol {
	line-height: 145%;
	text-align: justify;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #0A0A0A;
}

a:hover {
	background: none;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 20px;
	background: #FFF5EE;
}

/* Header */

#header {
	width: 800px;
	height: 197px;
	margin: 0 auto;
	background: #FFDA2A url(./images/NewAvalon.jpg) no-repeat left top;
}

/* Logo */

#logo {
	float: left;
	width: 800px;
	color: #000000;
}

#logo h1, #logo h2, #logo p {
}

#logo h1 {
	float: left;
	padding: 35px 0 0 40px;
	letter-spacing: 3px;
	font-size: 2.0em;
	font: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#logo h2 {
	float: none;
	margin: 0;
	padding: 70px 0 0 40px;
	font: 14px "Comic Sans MS", cursive;
	letter-spacing: 2px;
	color:#FC9;
} 

#logo p {
	float: right;
	margin: 0;
	padding: 90px 15px 0 0;
	font: 10px Arial, Helvetica, sans-serif;
	color:#FC9;
}


#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 800px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	border-top: 1px #FFFFFF solid;
	background:#602700;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 10px 10px 10px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	color: #FC0;
}

#menu a:hover {
	text-decoration: underline;
}

.blackbox p {
	border-style: solid;
	border-width: medium;
	border-color:#000;
	padding: .6em .6em .6em .6em;
	margin: 15px 0 0 0;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 1.2em;
	line-height: 1em;
	color:#000;
}

#map {
	margin: 0 auto;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 760px;
	padding: 0 10px 0 10px;
}

#content h2 {
	color: #000;
	margin-top: 30px;
}

#content h3 {
	color: #000;
}

#content li {
	padding: 0 0 8px 0;
}

#content a {
	border-bottom-style: dotted;
	color: #400;
	border-bottom-width: 2px;
	border-bottom-color: #400;
}

#content a:hover {
	text-decoration: underline;
	color: #900;
	border-bottom-style: none;
}

#content img {
}

#content .image {
	border: thin solid #333;
	box-shadow: 5px 5px 10px grey;
	-webkit-box-shadow: 5px 5px 10px grey;
	-moz-box-shadow: 5px 5px 10px grey;
	padding: 0 0 0 0;
	margin: 10px 5px 10px 5px;
	width: 240px;
	height: 240px;
	float: left;
}

#content .fullimage {
	border: thin solid #333;
	box-shadow: 5px 5px 10px grey;
	-webkit-box-shadow: 5px 5px 10px grey;
	-moz-box-shadow: 5px 5px 10px grey;
	padding: 0 0 0 0;
	margin: 10px 5px 10px 5px;
	width: 750px;
	height: 242px;
	float: left;
}

#content .hborder {
	border-top-style: solid;
	border-top-color: #666;
	border-top-width: thin;
	height: 1px;
}

#content p {
	clear: left;
}

#content .figureandcaption {
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
	clear: both;
}

#content .figureandcaption p {
	margin-top: 10px;
}

#content .figureandcaption img {
	float: left;
	margin: 0 10px 20px 0;
}

#content .2figureandcaption {
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
	clear: both;
}

#content .2figureandcaption p {
	margin-top: 10px;
}

#content .2figureandcaption img {
	float: left;
	margin: 0 0 20px 0;
}



/* Navnext and Navprevious */
#navnext {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
}

#navnext a {
	border-bottom-style: dotted;
	border-bottom-color: #333;
	border-bottom-width: thin;
}

#navnext a:hover {
	border-bottom-style: none;
	text-decoration: underline;
	color: #900;
}

#navprevious {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
}

#navprevious a {
	border-bottom-style: dotted;
	border-bottom-color: #333;
	border-bottom-width: thin;
}

#navprevious a:hover {
	border-bottom-style: none;
	text-decoration: underline;
	color: #900;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 180px;
	padding: 0 30px 0 15px;
	margin-top: 20px;
	color: #400;
	border-right-style: none;
	}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #000;
	font-style: italic;
	font-size: 1.2em;
}

#sidebar p {
	text-align: justify;
}

#sidebar p.boxed {
	text-align: justify;
	background-color: #FFE8BD;
	border: thin #333 solid;
	padding: 6px 6px 6px 6px;
	color: #333;
	font: Helvetica, Arial, sans-serif;
	font-style: italic;	
}

#sidebar ul {
	list-style:none;
	padding-left: 0;
	padding-top: 0;
	margin-top: 0;
	margin-left: 0;
	color: #000;
	text-align: left;
}

#sidebar .sublist {
	list-style:none;
	padding-left: 20px;
	padding-top: 0;
	margin-top: 0;
	margin-left: 0;
	color: #000;
}


#sidebar li {
	padding: 0 0 5px 0;
}

#sidebar .currentitem {
	color: #999;
}

#sidebar a {
	border-bottom: thin;
	border-bottom-style: dotted;
}

#sidebar a:hover {
	text-decoration: underline;
	border-bottom: none;
	color: #900;
}

#sidebar img {
	padding: 15px 0 5px 0;
}

/* Footer */

#footer {
	width: 800px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: #565F68;
	font-family: Arial, Helvetica, sans-serif;
	color: #B2B2B2;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}

#breadcrumbs {
	color: #999;
	padding: 2px 3px 0 3px;
	margin-bottom: 6px;
	margin-top: 0px;
	float: right;
}

#breadcrumbs ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
} 

#breadcrumbs ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	font-style: normal;
	font-size:11px;
}

#breadcrumbs a {
	color: #999;
}

#breadcrumbs a:hover {
	text-decoration: underline;
	border-bottom: none;
	color: #900;
}



