*
{
	margin:0;
	padding:0;
}

.clear
{
	clear:both;
	line-height:1px;
	height:1px;
	font-size:1px;
	border:0;
}

.cleft{
	clear:left;
}

.cright{
	clear:right;
}

.left{
	float:left;
}

.right{
	float:right;
}

.center{
	text-align:center;
}

li{
	width:auto;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight:bold;
}

body,html{
	height:100%;
	background:#dedede;
}

body{
	font-family: "Lucida Grande",Verdana,"Helvetica Neue",Arial,Helvetica,sans-serif;;
	text-align: center;
	font-size: 12px;
	color: #727272;
	background:#dedede url('/img/bg.png') repeat-x left -77px;
}

#wrapper{
	margin:0 auto;
	padding:0px;
	width:766px;
}

#header
{
	height:100px;
	position:relative;
}

h1
{
	height:80px;
	width:300px;
	background:url('/img/logo.png') no-repeat left bottom;
	text-indent:-9000px;
}

#requests,#buttons,.download,form
{
	display:none;
}

#footer
{
	background:#DEDEDE;
	padding-top:20px;
}

strong {
	font-weight: bold;
}

#panels{
	width:770px;
	margin:0 auto;
	text-align:left;
	paddingt:10px 0 0 0px;
}

.panel{
	background:#ffffff;
	width:720px;
	height:50px;
	display:block;
	padding:20px 20px 0 20px;
	color:#727272;
	font-size:20px;
	font-weight:bold;
	border:1px solid #9c9c9c;
	margin:15px 10px 0 0;
	text-shadow:1px 1px 0px #FFFFFF;
	position:relative;
	float:left;
}

.panel h4{
	color:#333333;
	font-size:20px;
	display:inline;
}

.panel p{
	display:inline;
	padding-left:10px;
}