﻿/* Basics CSS*/

body {
	margin: 40px 0;
	color: #333;
	padding:0;
	font: 0.86em/1.6 Arial, Helvetica, sans-serif;
 }

a:visited {
	color: #FF0000;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #000080;
	font-weight: bold;
}

h1 {
 font-size: 1.5em;
}

#outer {
	width: 780px;
	background-image: url(Graphics/lrock026.jpg);
	background-repeat: repeat;
	background-position: center center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
 }

#hdr {
	padding-top: 125px;
	background-color: #FF0000;
	background-image: url('Graphics/Logo-Animated.gif');
	background-repeat: no-repeat;
}

#cont {
	float: inherit;
	width: auto;
	padding: 1.5em;
	line-height: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
#ftr {
	clear: both;
	color: #000080;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #000;
	margin: 0em 0 0 0;
	background-color: #FF0000;
	background-image: url('Graphics/lrock026.jpg');
}


