@charset "utf-8";
/* CSS Document */

body
{
	background: url(../images/mainback.jpg) repeat #d8a266 center top;
	margin-top: 20px; 
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Tahoma;
	color: #FFFFFF;
	font-weight: 100;
	text-decoration: none;
}

li {
	list-style-image: url(../images/li.png);
	font-size: 12px;
	left: -15px;
	position: relative;
	list-style-position: outside;
	line-height: normal;
	margin: 6px;
	text-align: left;
}

input,textarea
{
	background: #000000;
	color: #EEEEEE;
	border: 1px solid #FFFFFF;
	font-size: 12px;
}

input:hover
{
	background-color: #444444;
}

textarea:hover
{
	background-color: #444444;
}

a:link
{
	color: #FFFFFF;
}

a:visited
{
	color: #FFFFFF;
}

a:hover
{
	color: #FFFFFF;
}

a:active
{
	color: #FFFFFF;
}