@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/stripes.png);
	background-repeat:repeat;
}
#main {
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
	background-position:center;
	margin-top: 30px;
	border-bottom: solid 10px #231F20;
}
#footer {
	text-align: right;
	font-weight: bold;
	color: #E9262A;
	padding: 10px 0;
}
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#logo {
	margin-top: 10px;
}
#navcontainer { margin-left: -15px;}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding-bottom: 14px;
font-size: 18px;
}

#navcontainer a:link, #navlist a:visited
{
color: #656565;
text-decoration: none;
}

#navcontainer a:hover
{
color: #010101;

}

#now {
	color: #000;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
.logo_lineup {
	padding-left: 25px;
}
#contact {
	padding-left: 17px;
	font-weight: bold;
	color: #000;
}

.testimonial {
	font-weight: bold;
	font-style: italic;
	color: #000;
}
#floater {
	left:560px;
	position:absolute;
	top:55px;
	z-index:1;
}