body {
	background-color: #a7bbd3;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
}

a {
	color:black;
	text-decoration:none;
}

.wrapper {
	
	width:960px;
	min-height:500px;
	height:100%;
	margin: 6px auto;
}

header {
	padding: 20px 12px 20px 12px;
	position:absolute;
	z-index:3;
}

.facebook {
	padding: 0 12px;
}

.facebook table {
	border-collapse: collapse;
	display: table;	
}

.facebook tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;	
}

.facebook tr {
	display: table-row;	
}

.facebook td {
	border-spacing: 0;
	display: table-cell;
	font-size: 11px;
	padding: 0 0 0 3px;
	text-align: left;	
}

.facebook span {
	color: #666;
	font: 11px arial,sans-serif;
	line-height: 24px;
	white-space: normal;
	display: inline-block;
	vertical-align: middle; 
}

.panel {
	color: white;
	position: relative;
}

.panel-bg {
	/*position:absolute;
	z-index:1;*/
}

.panel-clickview {
	position:absolute;
	z-index:2;
	top: 300px;
	left: 560px;
}

.panel-download {
	position:absolute;
	z-index:2;
	top: 410px;
	left: 500px;
}

.logo {
	width:284px;
	height:57px;
}

.content {
	padding: 18px;

}

.subcontent {
	background: url(../images/subcontentbg.png) repeat-y;
	min-height:300px;
}

.content h1 {
	font-size:18px;
	font-weight:bold;
	padding: 0 0 12px 0;
}

.subcontentbgfoot {
	background: url(../images/subcontentbgfoot.png) no-repeat;
	width:960px;
	height:12px;
	margin-bottom: 12px;
}
footer {
	width:100%;
	min-height:100px;
}

.footer-links ul {
	list-style-type:none;
}

.footer-links li {
	list-style-type:none;
	float:left;
	margin: 0 0 0 12px;
}