body
{
	background: url(../images/bg.gif);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	background-color: #000000;
}

h2
{
	font-family: Verdana;
	font-size: 18px;
	color: #BBB34C;	
	font-weight: bold;
}

p
{
	font-family: Verdana;
	color: #ffffff;
	font-size: 11px;
}

a
{
	font-family: Verdana;
	font-size: 11px;
	color: #BBB34C;
	text-decoration: none;
}

a:hover
{	
	font-family: Verdana;
	font-size: 11px;
	color: #BBB34C;
	text-decoration: underline;
}

img
{
	border: none;
}

#menu
{
	background: url(../images/bg_t.gif);
	background-repeat: repeat-x;
	border-top:1px solid #808080;
	border-bottom:1px solid #808080;
}

#menudollar
{
	background: url(../images/dollar.gif);
	background-repeat: no-repeat;	
}

#menualign
{
	font-family: Verdana;
	font-size: 11px;
	margin-left: 300;
}

#menualign a
{
	font-family: Verdana;
	font-size: 11px;
	color: #BBB34C;
	text-decoration: none;
}

#menualign a:hover
{	
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
}

#menualign td
{
	width: 150;
}

#footer a
{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #FFFF00;
}

#footer a:hover
{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: underline;
	color: #FFFF00;
}

#content
{
	margin-left: 20;
	margin-right: 20;
	margin-top: 20;
	margin-bottom: 20;
}