@import url('reset.css');
body{
	color:#000;
	font-family:'Georgia', 'Trebuchet MS', serif;
	font-size:12px;
	padding-top: 10px;
}
a{
	color:#009EE1;
	text-decoration:none;
}
.clr{
	clear:both;
}
.container {
	width:400px;
	position:relative;
	z-index:100;
	height: 165px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: right;
}
.header{
	padding-top:40px;
}
.content {
	width:650px;
	height: 165px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
h1{
	margin:10px 0 0px 20px;
	font-size:20px;
	color:#000;
	text-shadow:1px 1px 1px #fff;
	font-family: 'Wire One', arial, serif;
}
h1 span{
	font-size:22px;
	text-transform:uppercase;
}

.content{
	width:650px;
	position:relative;
	height: 165px;
}
