@charset "UTF-8";

input[type="text"],textarea{
	border:1px solid #000;
	}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}	

a:active {
	color: #FFFFFF;
	font-style: italic;
}

#home {
	margin-top:-100px;
	*margin-top: -105px;
	height: 100px;
	width: 600px;
	overflow: hidden;
	background-color: #333333;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
	#home h1{
		font-family: "Helvetica Neue";
		font-style: light;
		font-size: 40px;
		color: #FFFFFF;
		margin:0 0 0 5px;
                width: 590px;
                height: 100px;
                overflow: hidden;
		}
#banner img{
    height: 250px;
    width: 600px;
}
p{ margin: 0; padding: 0;}
