body {
	background-color: #fff;
	width: auto;
	color: #333;
	margin: 0;
	padding: 0;
	font-family: georgia, times, "times new roman", serif;
}



/* header */

#header {
	background-color: ivory;
	width: 100%;
	margin: 0;
	padding: 0;
}

#header h1 {
	text-align: left;
	margin: 0 0 0 160px;
	padding: 8px 0 0 0;
	/* border-bottom: 1px #333 solid; */
}

#header h2 {
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	margin: 0 0 0 245px;
	padding: 0 0 5px 0;
	/* border-bottom: 1px #333 solid; */
}

#header p {
	font-size: 13px;
	text-align: left;
	margin: 0 0 0 245px;
	padding: 2px 0 10px 0;
	/* border-bottom: 1px #333 solid; */
}

#border666 {
	width: 100%;
	border-bottom: 1px darkslateblue solid;
	margin: 0;
	padding: 0;
}

#border999 {
	width: 100%;
	border-bottom: 1px #aaa solid;
	margin: 0;
	padding: 0;
}

#borderccc {
	width: 100%;
	border-bottom: 1px #ccc solid;
	margin: 0;
	padding: 0;
}

#borderddd {
	width: 100%;
	border-bottom: 1px #ddd solid;
	margin: 0;
	padding: 0;
}

#bordereee {
	width: 100%;
	border-bottom: 1px #eee solid;
	margin: 0;
	padding: 0;
}



/* menu area*/

#menuarea {
	position: absolute;
	/* float: left; */
	left: 0px;
	top: 120px;
	background-color: #fff;
	font-family: georgia, times, "times new roman", serif;
	font-size: 13px;
	width: 200px;
	margin: 0 10px 10px 0;
	padding: 0 10px 10px 10px;
}

#menuarea h2 {
	color: #333;
	font-family: georgia, times, "times new roman", serif;
	font-size: 16px;
	font-weight: bold;
	margin: 4px 0 0;
	padding: 4px 0 0;
}

#menuarea h3 {
	color: #333;
	font-family: georgia, times, "times new roman", serif;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px #999 dotted;
	margin: 4px 0 0 0;
	padding: 4px 0 0 4px;
}

#menuarea h4 {
	color: #333;
	font-family: georgia, times, "times new roman", serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	margin: 2px 0 0 0;
	padding: 1px 0 0 10px;
}

#menuarea ul {
	font-family: georgia, times, "times new roman", serif;
	font-size: 12px;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 8px;
	border: 0;
	line-height: 14px;
}

#menuarea li {
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	padding: 6px 0 0 8px;
	border: 0;
}



/* content */

#content {
	left: 200px;
	/* float: right; */
	width: auto;
	margin: 0 10px 10px 230px;
	padding: 0 10px 0 20px;
	border-left: 1px #23276c solid;	
}

#title {
	font-family: georgia, times, "times new roman", serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#content h2 {
	color: #333;
	font-family: georgia, times, "times new roman", serif;
	font-size: 24px;
	font-weight: normal;
	border: 0;
}

#content h3 {
	font-family: georgia, times, "times new roman", serif;
	font-size: 16px;
	font-weight: bold;
}

#content h4 {
	font-family: georgia, times, "times new roman", serif;
	font-size: 13px;
	font-weight: bold;
}

#content p {
	font-family: georgia, times, "times new roman", serif;
	font-size: 13px;
	text-align: left;
	line-height: 19px;
}

#content p.narrow {
	margin: 6px 0 0 0;
}

#content p.caption {
	font-size: 11px;
}

#content p.tools {
	font-family: georgia, times, "times new roman", serif;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

#content form.tools {
	display: inline;
	margin: 0 20px 0 0;
	padding: 0;
}

#content a.tools {
	font-family: georgia, times, "times new roman", serif;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
}

#content p.breadcrumb {
	font-family: georgia, times, "times new roman", serif;
	font-size: 11px;
	text-align: left;
	line-height: 19px;
	margin: 10px 0 0 0;
}

#content p.quote {
	font-family: georgia, times, "times new roman", serif;
	font-size: 13px;
	text-align: left;
	line-height: 19px;
	margin-left: 1cm;
	margin-right: 1cm;
}

#content ul, ol, li {
	font-family: georgia, times, "times new roman", serif;
	font-size: 13px;
	text-align: left;
	line-height: 19px;
	list-style-position:inside
	padding: 0;
}

#content li {
	margin-left: 0;
}


#content li.narrow {
	margin: 6px 0 0 0;
}

img {
	border: none;
}

#content a:link {
	border-bottom: dotted 1px darkred;
}

#content a:visited {
	border-bottom: dotted 1px;
}

#content a:hover {
	text-decoration: underline;
	border: 0;
}

/* tables in content */

table {
	margin-bottom: 4px;
}

tr.theader {
	background-color: #dedddd;
}

tr.tcontent {
	background-color: #eeeeee;
}

td {
	font-family: georgia, times, "times new roman", serif;
	font-size: 13px;
	text-align: left;
	line-height: 17px;
}

th {
	font-family: georgia, times, "times new roman", serif;
	font-size: 13px;
	text-align: left;
	text-decoration: bold;
	line-height: 17px;
}


/* sidebar */

#sidebar {
	background-color: ivory;
	width: 180px;
	padding: 10px;
	margin: 0 0 10px 10px;
	border: 1px solid #23276c;
	float: right;
}

#sidebar p {
	font-family: georgia, times, "times new roman", serif;
	font-size: 13px;
	text-align: left;
	line-height: 17px;
	margin: 5px 0 0 0;
}



/* gallery */

#gallery {
	background-color: #342c21;
	width: auto;
	margin: 10px;
	padding: 20px;
}

#gallery h3 {
	font-family: georgia, times, "times new roman", serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}


/* printercontent */

#printercontent h2 {
	color: #333;
	font-family: georgia, times, "times new roman", serif;
	font-size: 24px;
	font-weight: normal;
	border: 0;
}

#printercontent h3 {
	font-family: georgia, times, "times new roman", serif;
	font-size: 16px;
	font-weight: bold;
}

#printercontent h4 {
	font-family: georgia, times, "times new roman", serif;
	font-size: 13px;
	font-weight: bold;
}

#printercontent p {
	font-family: georgia, times, "times new roman", serif;
	font-size: 13px;
	text-align: left;
	line-height: 19px;
}

#printercontent p.breadcrumb {
	font-family: georgia, times, "times new roman", serif;
	font-size: 11px;
	text-align: left;
	line-height: 19px;
}

#printercontent p.quote {
	font-family: georgia, times, "times new roman", serif;
	font-size: 13px;
	text-align: left;
	line-height: 19px;
	margin-left: 1cm;
	margin-right: 1cm;
}

#printercontent p.narrow {
	margin: 6px 0 0 0;
}

#printercontent p.caption {
	font-size: 11px;
}

#printercontent ul, ol, li {
	font-family: georgia, times, "times new roman", serif;
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 13px;
}

#printercontent li.narrow {
	margin: 6px 0 0 0;
}

/* a {
	color: darkred;
	text-decoration: none;
} */

a:link {
	color: darkred;
	text-decoration: none;
}

a:visited {
	color: #804f4f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration : underline;
	color: #000;
}



/* footer */

#footer {
	background-color: ivory;
	width: 100%;
	border-top: 1px #23276c solid;
	margin: 20px 0 0;
	padding: 10px 0 20px;
	/* position:relative; */
	left:0;
	bottom:0;
	clear:both;
}

#footer p {
	font-family: georgia, times, "times new roman", serif;
	font-size: 11px;
	margin: 0;
	padding: 2px 0 2px 250px;
}
