
body
{ 
background-color: #ffffff;
} 

a:link { text-decoration: none; color:#b9423e; }
a:visited { text-decoration: none; color:#b9423e; }
a:active { text-decoration: none; color:#b9423e; }
a:hover { text-decoration: none; color: #475849;}
td,p,body{color:#de131b;font:10px verdana}

td,body{color:#000000; font:11px arial ;}

i{color: #b9423e;}
	
b{color: #4f636c; font-weight: bold;}	

table, td, tr, thead, tfoot, tbody, th, tf {
border-collapse: collapse;
background-color: #d5b5ab;}

.center table
{
margin-left: auto;
margin-right: auto;
margin-top: ;
text-align: left;
} 	

td
{
vertical-align:top;
}

#nav ul {
	padding-left: 0;
	color: #31815f;
	width: 600px;
	font: 12px times new roman;
	font-style: italic;
	text-transform: lowercase;
	text-align: left;
	}

#nav ul li { 
	display: inline; 
	margin-top: 0px;
	margin-left: 0;
	margin-right: 0;
	}

#nav ul li a {
	color: #9d7569;
	border-bottom: 0px;
	padding: 10px;
	background: #000000;
	}

#nav ul li a:hover {
        color: #000000;
        border-bottom: 0px;
        background: #9ea290;
        }

.image {
	position:relative;
}
.image .text {
	position:absolute;
	top:10px; /* in conjunction with left property, decides the text position */
	left:10px;
	width:300px; /* optional, though better have one */
}

