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: #000;
}

h1 {
	font-size: 2.0em;
}

h2 {
	font-size: 1.6em;
	padding: 40px 0 10px 20px;
}

h3 {
	font-size: 1.6em;
	padding: 10px 0 6px 40px;
}

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;
}

/* Page */

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

/* Content */

#content {
	float: left
	width: 680px;
	padding: 40px 60px 0 60px;
}

#content #content-header {
}

#content #content-header a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	font: inherit;
	color: 000;
}

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

#content .content-category {
	/* font-style: italic; */
	padding: 10px 0 0 40px;
}



#content h1 {
	font-size: 2.0em;
}

#content h2 {
	font-size: 1.5em;
	padding: 10px 0 0 0;
}

#content h3 {
	font-size: 1.3em;
	padding: 10px 0 6px 40px;
}


#content a {
	border: none;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
}

#content a:hover {
	text-decoration: underline;
	color: #135353;
}

#content .article {
	font-weight: normal;
	padding: 10px 0 6px 50px;
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
}

#content .article .title a {
	font-weight: normal;
	font-style: normal;
	font-size: 1.1em;
	border-bottom: 1px dotted #000;
}

#content .article .title a:hover {
	text-decoration: underline;
	border-bottom-style: none;
	cursor: pointer;
	color: #900;
}

#content .article .preview {
	font-size: 0.9em;
	font-style: italic;
	padding: 8px 0 8px 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;
}

