html {
	background: #ad0500 url(../images/bg_admin.png) top center fixed no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	padding: 0 0 10px 0;
	font-size: 90%;
}

#wrapper{
	width: 852px;
	margin: 0 auto;
	display: none;
	padding: 0 10px 0 10px;
	background: url(../images/wrapper_bg.png) 3px center no-repeat;
}

.clearfloats{
	clear: both;
	display: block;
	width: 100%;
	height: 0;
}

#logo{
	padding: 35px 0 0 15px;
	margin: 0 0 50px 0;
	float: left;
}

h1, h2, h3, h4{
	text-shadow: #e9e9e9 0px 1px 1px;
	color: #595959;
	font-weight: bold;
	font-family: "Trebuchet MS", Helvetica;
}

h1{
	font-size: 25px;
	margin: 0 0 10px 0;
	color: #000;
}


.blockUI h1{
	color: #595959;
	text-shadow: #303030 0px 1px 1px;
}

h2{
	font-size: 20px;
}

h3{
	font-size: 15px;
}

h4{
	font-size: 15px;
}

a{
	text-decoration: none;
	color: #990000;
}

a:hover{
	color: #666666;
}

p{
	margin: 0 0 20px 0;
}

#banner_top{
	width: 852px;
	background: url(../images/banner_bg.png) 0 bottom no-repeat;
	padding: 10px 0 15px 0;
	text-align: center;
	min-height: 20px;
	margin: 0 auto 0 auto;
}
