/* CSS Document */
INPUT, SELECT, TEXTAREA {
	font-size: 11px;
	color:#8C7340;
	background-color: #FFFFFF;
	border: 1px solid #8C7340;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body {
	color:#545454;
	margin: 0px 0;
	background-color: #FFF;
	background-image: url(images/backgrd1.gif);
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
a:link {
	color:#A27158;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:visited{
	 color:#A27158;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:active {
	color:#A27158;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:hover {
	color:#333;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}	
#wrapper {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 800px;
	margin: 0 auto;
	background-color: #FFF;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #303030;
	border-bottom-color: #303030;
	border-left-color: #303030;
}
#navigation{
	height: 20px;
	background-color: #000000;
	font-size: 11px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.rightcontent {
	width: 240px;
	background-color: #EFE4CF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E6D5B2;
	text-align:center;
	padding-top: 40px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #545454;
	}
#leftcontent {
	color: #545454;
	padding-top: 20px;
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
}
#footer{
	clear:both;
	height:60px;
	text-align: center;
	border-top: 1px solid  #ccc;
	background-color: #000;
}
#footer p {
	margin-top: 10px;
	font-size: 10px;
	color:#FFF;
}
p {
	font-size: 13px; 
	color: #545454;
}
#leftcontent p {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #545454;
	line-height:1.2em;
	text-align: justify;
}
h1 {
	color: #8C7340;
	font-size: 14px; 
	font-weight: bold;
	text-align: center;}
h2 {
	font-size: 13px;
	color: #8C7340;
	text-align: justify;	
}
hr {
	color: #A27158;
	height: 1px;
	width: 500px;
	text-align: center;
}
.border {
	border: 2px solid #303030;
}
img {
border: none;
}
	 /*- Images */
.fpimage {
	border: 1px solid #CCCCCC;
}
a.small:link {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #A27158;
	text-decoration: none;
}
a.small:visited {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #A27158;
	text-decoration: none;
}
a.small:hover {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
a.small:active {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #A27158;
	text-decoration: none;
}

