#bigbanner
{
	float: left;
	width: 638px;
	border: 1px solid #FFF;
}

.smallbanner
{
	float: left;
	width: 313px;
	background-color: #FFF;
	border: 1px solid #FFF;
	height: 120px;
}


#Redvertical
{
	float: left;
	width: 10px;
	background-color: #000;
	height: 122px;
}


#Redhorzontal
{
	float: left;
	width: 650px;
	background-color: #000;
	height: 10px;
}



fieldset.newletter {
	border: none;
	width: 260px;
	height: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}
.newletter input
{
	border: none;
	float: left;
}

.newletter input.box {
	color: #fff;
	font-size: 12px;
	width: 190px;
	height: 15px;
	margin-right: 0px;
	background-color: #FFF;
	padding: 3px;
	border: 1px #000 solid;
}
.newletter input.box:focus {
 outline: none;
 color:#000;
}
.newletter button.btn {
	width: 60px;
	height: 20px;
	cursor: pointer;
	float: right;
}
.newletter button.btn:hover {
	
}
