/* Banner */
.content#preview .banner{
	color: white;
	background:url("../img/layout/banner2.jpg") no-repeat center center;
	/*background-color:#FF9900;*/
	background-color:#FFFFFF;
	margin-left:2px;
	padding:20px 5px 28px 10px;
	width:715px;
	/* border:1px solid #000000; */
	height:66px;
}
.content#preview .banner h1{
	background:none;
	color:#FFF;
	font-size:1.4em;
	margin:0 0 5px 15px;
	_margin-left:8px; /* bad kid *slap*/
	padding:0;
	width:400px;
}
.content#preview .banner p{
	background:none;
	font-size:1.1em;
	font-weight: bold;
	line-height:1.1em;
	padding-left:15px;
	width:405px;
	color:#FFF;
}



.content#preview .text{
	float:left;
	padding:15px 15px 0px 5px;
	margin-left:10px;
	width:450px;
}
.content#preview .text p{
	padding:5px 0 10px 18px;
}



/* Navigation */
.content#preview .text p.navigation{
	text-align:center;
}
.content#preview .text p.navigation a#spacer{
	border:0;
	padding:0 5px 0 5px;
}
.content#preview .text ul{padding-left:35px;}

/* links */
.content#preview .text ul.links{ 
	margin:10px 0 55px 10px;
}
.content#preview .text ul.links li{
	list-style:none;
	display:inline;
}
.content#preview .text ul.links li a{
	float:left;
	margin:1px 5px 5px 5px;
	color:#FF9900;
	font-size:1.4em;
	background:url("../img/layout/button1.jpg") no-repeat;
	padding:6px 60px 15px 30px;
	color:white;
}
.content#preview .text ul.links li a:hover{
	float:left;
	margin:0px 3px 3px 5px;
	background:url("../img/layout/button2.jpg") no-repeat;
	padding:9px 60px 15px 32px;
	border:0;
}

