/* CSS Document */

body
{
	background-image:url(images/bg.jpg);
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:76px;
	background-position:top;
	background-repeat:repeat-x;
}	

td
{
	font-family:Tahoma, Arial;
	font-size:9px;
	color:#8B6441;
}

/* LINKS*/
	
.more
{
	font-family:Tahoma, Arial;
	font-size:9px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}	

.more:hover
{
	font-family:Tahoma, Arial;
	font-size:9px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.a
{
	font-family:Tahoma, Arial;
	font-size:11px;
	color:#472F20;
	text-decoration:underline;
}	

.a:hover
{
	font-family:Tahoma, Arial;
	font-size:11px;
	color:#472F20;
	text-decoration:none;
}

/* HEADING */

H1
{
	font-family: Tahoma, Arial;
	font-size:9px;
	font-weight:bold;
	color:#948955;
	margin:0;
	padding:0;
}
	
	
H2
{
	font-family: Tahoma, Arial;
	font-size:9px;
	font-weight:bold;
	color:#000000;
}

	
/* FOOTER*/

.footer
{
	font-family:Tahoma, Arial;
	font-size:9px;
	color:#8B6441;
	font-weight:bold;
}

.flink
{
	font-family:Tahoma, Arial;
	font-size:9px;
	color:#8B6441;
	font-weight:bold;
	text-decoration:none;
}	

.flink:hover
{
	font-family:Tahoma, Arial;
	font-size:9px;
	color:#8B6441;
	font-weight:bold;
	text-decoration:none;
}	

.cr
{
	font-family:Tahoma, Arial;
	font-size:9px;
	color:#473A2C;
}	

.right_bg {	
			background-image:url(images/rightbg.jpg);
			background-repeat:repeat-x;
			background-color:#585243;
			}
