/* CSS Document */

body {
	background:#333;
	font-family:Anaheim;
	font-size:14px;
	color:#fff;
	/*text-transform:uppercase;*/
	font-smooth:always;
	
}
a:link {
	color:#F90;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	text-decoration:none;
	color:#F90;!important
}
h3 {
	font-weight:normal;
	text-shadow: black 0.1em 0.1em 0.2em;
}
h2 {
	font-weight:normal;
	text-shadow: black 0.1em 0.1em 0.2em;
	color:#F90;
}

#content {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:1024px;
}
.header {
	position:relative;
	height:100px;
}
.logo {
	position:absolute;
	width:266px;
	height:100px;
	left:0px;
	top:0px;
}
.headText {
	position:absolute;
	width:725px;
	right:0px;
	top:0px;
	height: 75px;
	text-shadow: black 0.1em 0.1em 0.2em;
	color:#F90;
}
.headText h1 {
	font-size:36px;
	font-weight:normal;
}
.contentLeft {
	position:relative;
	margin-top:10px;
	width:290px;
	float:left;
	font-size:18px;
	
}
.contentLeft span {
	color:#F90;
}
.contentRight {
	position:relative;
	width:724px;
	float:right;
	margin-top:10px;
	font-size:18px;
	font-weight:lighter;
}

.stripe {
	height:30px;
	width:1024px;
	background-image:url(images/stripe.jpg);
}
