@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background:url(../images/pagebg.png) repeat;
	font-family:Verdana, Arial;
	}
.clr{clear:both}
#wrapper{
	width:960px;
	margin:20px auto 10px auto;
	}
.left{
	float:left;
	background-color:#282828;
	min-height:350px;
	width:400px;
	padding:10px;
	}
.right{
	float:right;
	min-height:350px;
	padding:10px;
	width:520px;
	background:url(../images/prevpanebg.png) repeat;
	}
.row{
	margin-bottom:10px
	}
.right img:hover{
	opacity:0.8;
	}
h1{
	margin-top:120px;
	text-align:center
	}
h1,h1 a{font-size:36px; text-align:center; color:#ffffff; text-decoration:none}
.singlerow a{ color:#ffffff}