
body {
	FONT-FAMILY: arial; 
	TEXT-ALIGN: center; 
	margin:0px;
	background-color: #3333cc;
	

	

}

div#wrapper{
	border: solid 0px #000;
	width: 1024px;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;


}

div#banner{

	border: solid 0px #000;
	width: 1024px;
	height: 160px;
	float: left;
	background-image: url(images/banner.gif);
	

}

div#center{
	border-left: solid 1px #7474df;
	border-right: solid 1px #7474df;
	width: 1022px;
	min-height: 250px;
	float: left;
}

#content{ 
	width: 98%;
	min-height: 100px;
	margin:10px 10px 30px 10px;
	border: solid 0px #fff;
	text-align: left;
	color: #fff;
}

#content h1{font-size: 21px;}

div#footer{
	
	width: 1024px;
	height: 44px;
	float: left;
	background-image: url(images/footer.gif);
	text-align:center;
	color:#fff;
	font-size: 12px;
}

div#site{
	width: 120px;
	height: 16px;
	margin-top: -20px;
	color: #fff;
	font-size: 12px;
	float: left;



}

img.coni{margin-top: 0px; float: right;}
img.pro{margin: 0px 4px 4px 0px; float: left;}
img.pro-1{margin: 0px 4px 4px 0px; float: right;}

p.xs{font-size: 10px; text-align: center;}

#footer p{vertical-align: middle;}
.clear{clear: both;}

.form{
	border: solid 0px #000;
	width: 300px;
	float: left;
	

}

.form-2{
	border: solid 0px #000;
	width: 350px;
	float: left;
	}

.form p{margin-top: 0px;}

/*input hovers*/

.input {
    border: 0px solid #fff;
    background: #fff;
	height: 16px; width: 190px;
}
.input:hover {
    border: 0px solid #fff;
    background: #a841d3;
}

.input-2 {
    border: 0px solid #fff;
    background: #fff;
	height: 190px; width: 190px; 
}
.input-2:hover {
    border: 0px solid #fff;
    background: #a841d3;
}


