/* styles common to all html pages */

body {
/*	font-family:"trebuchet ms", verdana, arial, tahoma; */
/*  use google font */
	font-family:arial, sans-serif;
	font-size:10pt;
	margin:0px;
	color:#2a2c05;
	background-color:rgb(250, 243, 226);
}

#border { 
	width:800px; 
	margin:0px auto;
	background:url('../imgs/border.png') repeat-y;
}

#wrapper
{
	width:770px;
	margin:0px auto;	
	border-left:1px solid #643b0f;
	border-right:1px solid #643b0f;
	background-color: #ffffff;
}

#content
{
	padding:15px 15px 50px 15px;
	min-height:425px;
	background-color:#ffffff;
}

a:link { color:#29A500 }
a:visited { color:#134B00 }
a:hover { text-decoration:none } 
/*a:active {}*/

br.clearFloat {
	clear:both;
}

h2, th {
/*	font-family:garmond, georgia, "times new roman";*/
/*  use google fone */
	font-family:georgia, serif;
	font-size:16pt;
	color:#b7521e;
}

/******** FOOTER ********/
#footer {
	text-align:center;
	font-size:80%;
	border-top:1px solid #643b0f;
	margin-left:15px;
	margin-right:15px;
	padding-top:5px;
	color:#b7521e;
	background-color:#ffffff;
}

#w3logo {
	text-align:right;
	margin-right:15px;
	padding-bottom:15px;
}

/******** HEADER ********/
#header
{
	background-color:#643b0f;
	height:65px;
}

.header-txt1
{
/*	font-family:vollkorn; */
/*	use google font */
	font-family:georgia;
	color:#efe0b9;
	font-size:20pt; 
	font-weight:bold;
	float:left;
	padding:13px 0px 13px 15px;
	background-color:#643b0f;
}

.header-txt2
{
/*	font-family:vollkorn; */
/*	use google font */
	font-family:georgia;
	color:#efe0b9;
	font-size:8pt;
	float:right;
	text-align:right;	
	padding:8px 15px 8px 0px;	
	background-color:#643b0f;
}

#header-pic
{
	background-image:url('../imgs/header.png');
	width:770px;
	height:188px;
	border-bottom:1px solid #643b0f;
}

/********* MENU *********/
#menu {
	margin:0px;
	padding:5px 0px;
	background-color:#643b0f;
}

#menu ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

#menu li a {
	display:block;
	text-decoration:none;
	padding:5px 0px;
	width:100px;
	font-weight:bold;
	background-color:#643b0f;
	color:#efe0b9;
	float:left;
	text-align:center;
	border-right:1px solid #efe0b9;
}
 
#menu a:hover {
	background:#efe0b9;
	font-weight:bold;
	color:#b7521e;
}
