body	{
	padding: 0px;
	margin: 0px;
	background-color:#000000;
	text-align:center;
	font-family: "Verdana", "Tahoma", "Arial";
	color: #96704a;
	font-size:10pt;
	font-weight: normal;
	}

#inner {
	width: 980px;
}	
	
#flash {
	background-image:url(img/top.jpg);
	background-repeat:no-repeat;
	width: 475px;
	height: 424px;

}   	
#right	{
	background-image:url(img/top2.jpg);
	background-repeat:no-repeat;
	width: 505px;
	height: 424px;

}
#main {
	width: 980px;
	background-image:url(img/top3.jpg);
	background-repeat:no-repeat;

}
h1	{
	color: #ddc078;
	font-size: 14pt;
	font-weight: 400;
}
h2	{
	color: #8e665e;
	font-size: 14pt;
	letter-spacing:5px;
	font-weight:lighter;
}
ul	{
	color:#acd8e7;
}
p	{
	color: #96704a;
}	
a:link  
	{
	color: #ffd672;
	TEXT-DECORATION: none
	}
a:visited 
	{
	color: #ffd672;
	TEXT-DECORATION: none
	}
a:active 
	{
	color: #ffd672;
	TEXT-DECORATION: none
	}
a:hover 
	{
	color: #ffd672;
	TEXT-DECORATION: underline
	}