body {  
font-family: helvetica, georgia, sans-serif;
background: #464646 url(../../images/stripes2.jpg) repeat-x;
background-position:50% 40px;
margin: 0;
padding: 0; 
}


ul {
margin: 0;
padding: 0;
}

ul li {
float: left;
margin: 0 1em 1em 0;
list-style: none;
height: 75px; /* you can remove this if you like. */
overflow: hidden;
}

img {
border: none;
}

h1, h4 {
	clear: left;
	color: #C40005;
}

label {
display: block;
}

.alert {
color: red;
margin: .3em 0;
}

#header {
	text-align: center;
	width: 100%;
	background: #000 url(../../images/nav.gif) repeat-x;
	margin:0;
	padding-top:5px;
	height: 40px;
	overflow: hidden;
	color:#ffffff; }

.hdr_color{color:#EA1A1F;}

a:active, a:visited, a:link{color:#06F; text-decoration:none;}
a:hover{color:#FF6; text-decoration:underline;}
