/* CSS Document */

body {
 background-color: #FFFFFF;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size:0.9em;
	margin: 0;
}

img {
 border-width: 0;
}

h1{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 32px;
 color: #b63724;
 font-weight: bolder;
}

h2{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 26px;
 color: #7a3434;
 font-weight: bolder;
}

h3{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 18px;
 color: #d79460;
 font-weight: bolder;
}

#content {
 background-image:url('images/background.gif');
 background-repeat:repeat-y;
	text-align: center;
 width: 800px;
}

#navigation {
 background: #FFFFFF;
	font-size: 20px;
	text-align: left;
 width:750px;
}

#navigation a:hover {
 color: #8c1800;
	font-wdight: bolder;
}

#header-container{ 
  background-image:url('images/logo.gif');
  background-repeat:no-repeat;
  width: 750px;
  height: 154px;
  margin: 0;
  padding: 0;
}

#header{
  width: 700px;
  height: 154px;
  margin: 0;
  padding: 0;
  text-align: left; 
}

#main{
  background-color: #FFFFFF;
	 text-align: left;
  width: 700px;
}

#navigation a {
 color: #d79460;
 font-size:1.1em; 
	font-weight: normal;
	text-decoration:none;
}

a {
 color: #d79460;
	font-weight: bold;
}

#footer{ 
 font-size: 16px;
 width: 750px;
 margin: 0;
 padding: 0;
 clear:both;
}

button {
	background: url(images/buttonbg.gif) repeat-x 0 0;
	border: 1px solid #000000;
	padding: 2px 2px 2px 2px;
	cursor: pointer;
	font-size: 15px;
	font-weight: bolder;
	color: #000000;
}

.feedback-reply {
 background: #fffbee;
	border: #dbd8cd 1px dotted;
	padding: 10px;
	text-align: left;
 width: 650px;
}

table {
 font-size: 12px;	
}
	