/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing: .03em;
	font-size: 12px;
	line-height: 1.8em;
	font-style: normal;
	font-weight: normal;
	font-weight: 500;
	background-color: #f0eee9;
	background-image:url(/images/bg-body.jpg);
	background-repeat:repeat-y;
	background-position:center;
	text-decoration: none;
	color: #363224;   
}

h1{
	color: #372e25;
	font: Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size:25px;
        line-height: 32px;
	font-weight:100;
	letter-spacing: .05em;
	padding: 15px 0 8px 0;
	clear: both;
    border-bottom: 4px solid #71331c;
}

h2{

	color: #372e25;
	font: Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size:17px;
	font-weight:100;
	letter-spacing: .1em;
	padding-bottom: -2px;
	padding-top: 15px;
	background-image:url(/images/bg-h2.gif);
	background-repeat:no-repeat;
	height:42px;
}

h3, h3 a {
	font-weight:400;
	color: #67210c;
	text-decoration: none;
	margin-top: 8px;
	background-color: #b09f6c;
	padding: 2px;

}


img {
	border-width: 0px;
}

#header a:hover {
	border-width: 0px;
	background-color:transparent;
	text-decoration:none;

}


a:link {
	color: #821111;
	text-decoration: none;
}

a:visited {
	color: #320d01;
	text-decoration: none;
}

a:hover {
	color: #9f3b0e;
   
}

a:active {
	color: #411400;
	text-decoration: none;
}

h1 a:link{
	color: #140f05;
	text-decoration: none;
	font-weight:300;
}

h1 a:visited {
	color: #431505;
	text-decoration: none;
}

h1 a:hover {
	color: #8a2e05;


}

h1 a:active {
	color: #2f0200;
	text-decoration: none;
}

#wrapper {
	width: 800px;
	margin: 0px auto 0px auto;
	border-left:#4b0008 solid 1px;
	border-right:#4b0008 solid 1px;

}

#header {
	width: 800px;
	height: 95px;
	background-image:url(/images/header-bg.jpg);
	background-repeat:repeat-x;
	border-bottom:#86764b 5px solid;
	margin: 0px auto 0px auto;
	background-color:#ecece9;

}

#body{
	width: 800px;
	/* height: 450px; */
	background-color: #beb07f;
	margin: 0px auto 0px auto;
}

#main-nav{
	width: 800px;
	height: 40px;
	background-color: #d6caa4;
	background-image:url(/images/mainnav-bg1.jpg);
	background-repeat:repeat-x;
	margin: 0px auto 0px auto;
	border-top:#4b0008 5px solid;
	border-bottom:#4b0008 2px solid;
	font-size:14px
}

#sub-nav{
	width: 800px;
	height: 35px;
	background-color: #4b0000;
	background-image:url(/images/sub-navbg.jpg);
	background-repeat:repeat-x;
	margin: 0px auto 0px auto;
	border-top:#b0a37f 1px solid;
	border-bottom:#d1c497 3px solid;
}

p  {
	margin-bottom: 12px;
}

* ul {
	margin: 0px auto 0px auto;
	padding: 10px 0px 20px 20px; 
}

#main-nav ul li {
	list-style-type: none;
	float: left;
	padding: 0px 20px 0px 20px;
	margin: 0px auto 0px auto;
	background:  url(/images/mainnav-hash.gif) top right no-repeat; 
}

* li {
	list-style-type: square;
	margin: 0 0 0 15px;
}



.clearer {
	clear: both;
	height: 0px;
	margin: 0px;
}


#bodyleft {
	float:left;
	width: 460px;
	margin: 20px 0px 10px 20px;

}

#bodyright {
	float:right;
	width: 254px;
	margin: 26px 20px 10px 0px;
}


.entry {
	border-top:#d1cfca dotted 1px;
	padding-bottom: 10px;
	padding-top: 10px;
	width:inherit;
	margin: 15px 0px 20px 0px;
}

.sideentry {
	border-top:#d1cfca dotted 1px;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 250px;
	margin: 54px 0px 20px 10px;
	color:#999999;
	font-size:10px;
}

#footer{
	width: 800px;
	height: 16px;
	background-color: #4b0000;
	background-image:url(/images/footer-bg.jpg);
	background-repeat:repeat-x;
	margin: 0px auto 0px auto;
	border-top:#b0a37f 1px solid;

}

img.portrait {
	border: 1px solid #71331c;
	margin: 0 10px 0 0;
}

label {
       margin-right:10px;
       margin-left:4px;
}

form p {
      margin-bottom:18px;
}

form {
      margin-top:12px;
}