body 
{
	margin: 0px;
	text-align: center;
	font-size: 14px;
	font-family:Georgia,'Times New Roman',serif;
	color: #fff;
	background-color: #000;
	background-image: url(../slices/bg.jpg);
	background-repeat: no-repeat;
	background-position:top;

}

a
{
	text-decoration: none;
}

img
{
	border: none;
}

ul
{
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
	list-style: none;
}

li
{
	list-style-type:none;
}

h1, h2, h3, h4
{
	margin: 0px;
	padding: 0px;
	font-weight:normal;
}

hr
{
	float: none;
	clear: both;
	height: 20px;
	margin-top: 10px;
	background-image: url(../slices/arrow.png);
	
}




/*form*/
form
{
	padding:0px;
	margin:0px;
}

input[type=text], input[type=password], textarea
{
	width: 250px;
	background-color: #0b0704;
	border:1px solid #2c2007;
	margin:0px;	
	color:#35280c;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 10px;
	overflow:auto;
}

input.text
{
	width: 250px;
	height: 25px;
	background-color: #0b0704;
	border:1px solid #2c2007;
	margin:0px;	
	color:#35280c;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 10px;
	overflow:invisible;
}



