body {border:0px; margin:0px; padding:0px; background:#595633; }
table {border:0px; margin:0px; padding:0px;}
td {border:0; margin:0px; padding:0px;}
img {border:0px; margin:0px; padding:0px;}
form {border:0px; margin:0px; padding:0px;}
/*input {border:0px; margin:0px; padding:0px;}*/

#text {
	/*font-family:"Courier New", Courier, monospace;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#2F2303;
	line-height:20px;
}

#text a {color:#5C1B14; text-decoration:none; font-weight:bold; }
#text a:link {color:#5C1B14; text-decoration:none; font-weight:bold; }
#text a:hover {color:#5C1B14; text-decoration:underline; font-weight:bold; }
#text a:active {color:#5C1B14; text-decoration:underline; font-weight:bold; }
#text a:visited {color:#5C1B14; text-decoration:none; font-weight:bold; }
#text a:visited:hover {color:#5C1B14; text-decoration:underline; font-weight:bold; }

#text h3 {
	font-size:16px;
	margin:0px;
	font-weight:bold;
	color:#585532;
	padding:0px;
}

#featured{
	position:relative;
	display:block;
	text-align:center;
}

#featured DIV{
	position:absolute; top:0; left:0;
    z-index:998;
    opacity:0.0;
   /* height:350px;*/
}

#featured DIV.active{
    z-index:1000;
    opacity:1.0;
}

#featured DIV.last-active{
    z-index:999;
	opacity:0.0;
}

#featured div img{
    display:block;
    border:10px solid #FFFFFF;
	margin:0px;
	padding:0px;
}


#footer {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	letter-spacing:1px;
	color:#7F9AA6;
	font-weight:normal;
	margin:10px 10px 0px 10px;
}

#footer img {vertical-align:middle;}

#footer a:link {color:#7F9AA6; text-decoration:none;}
#footer a:hover {color:#FED55A; text-decoration:none;}
#footer a:active {color:#FED55A; text-decoration:none;}
#footer a:visited {color:#7F9AA6; text-decoration:none;}
#footer a:visited:hover {color:#FED55A; text-decoration:none;}


.half {width:350px; }

.smallText {font-size:10px; }

.left {float:left; margin-right:15px; }
.right {float:right; margin-left:15px; }
.right, .left {margin-bottom:20px; }
.clear {clear:both; }



