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

/*forces a vertical scrollbar to always show and thus get rid of the page shift*/
html { min-height: 100%; margin-bottom: 1px; }

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0066B3;
	background-image: url(images/background_04.png);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 1.4em;
}
#container  {
	width: 1022px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/AL_04.png);
	background-color: #0066B3;
	background-repeat: repeat-y;
	background-position: left top;
}
#header  {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #004773;
	padding-top: 130px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 170px;
}
#header li {
	font-size:105%;
	text-decoration: none;
	display: inline;
	padding-right: 25px;
	padding-left: 25px;
	margin: 0px;
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E7DEC9;*/
	height: 30px;
	color: #fff;
	font-weight:bold;
}
#header a {
	color: #fff;
	text-decoration: none;
}
#header a:hover, body#home #home a, body#about #about a, body#contact #contact a, body#links #links a, body#gallery #gallery a, body#merch #merch a {
	color: #173F78;
	text-decoration: none;
}
#mainContent  {
	padding-top: 0px;
	padding-right: 170px;
	padding-bottom: 0;
	padding-left: 195px;
}
h1 {
	color: #FDEE25;
}
h2 {
	color: #FDEE25;
}
#footer  {
	background-image: url(images/AL_06.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #0066B3;
	padding-top: 0;
	padding-right: 140px;
	padding-bottom: 0;
	padding-left: 195px;
	text-align: right;
}
#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 80%;
	color: #AEC4D7;
}
#footer a:link, #footer a:visited {
	color: #AEC4D7;
}
#footer a:hover {
	color: #1C4A83;
}
#innercontainer {
	background-image: url(images/AL_03.png);
	background-repeat: no-repeat;
	background-position: left top;
}
td {
	font-size: 100%;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #FFFFFF;
}
p {
	line-height: 1.6em;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #1A4E87;
}
