@charset "UTF-8";

html, body { height: 100%; }
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bg.gif) repeat-x top left #700000;
	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: #000000;
}
#container {
	width: 500px;
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
		
}

#inner_container {
	background: #FFF;
	padding: 0;
	margin: 0;
	background: url(images/line.png) repeat-y top left;
}


#image_header {
	z-index: 2;
	position: absolute;
}

#line {
	width: 500;
	height: 100%;
	position: absolute;
	z-index: 4;
	background: url(images/line.png) repeat-y top left;
}
/* ----- menu ----- */
#menu {
	z-index: 3;
	padding: 0;
	margin: 0;
	background: #700000;
	top: 150px;
	left: 25px;
	position: relative;
	width: 125px;
	text-align: center;
	border: 1px solid #000;	
}

#menu a, #menu a:visited {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 2px;
}

#menu a:hover {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bolder;
	color: #000;
	background: #FFF;
	text-decoration: none;
	display: block;	
}

/* ----- < header > ----- */
#header {
	background: #000; 
	padding: 0 10px 0 20px;
}

#header h1 {
	margin: 175px 0 0 0;
	padding: 10px 0;
	text-transform: uppercase;
	letter-spacing: .25em;
	color: #FFF;
}



/* ----- mainContent ----- */
.oneColFixCtrHdr #mainContent {
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		background: url(images/line.png) repeat-y top left;

}


#mainContent h1 {
		font-size: 1.25em;
		text-transform: uppercase;
		padding: 0;
	}
	
#mainContent h1:first-letter {
		font-size: 1.25em;
		text-transform: uppercase;
	}

#mainContent p {
	padding: 0;
	text-align: justify;
}


/* ----- < footer > ----- */
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #000;
}

#footer p {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	font-size: .65em;
	color: #FFF;
	text-transform: uppercase;
	font-style: italic;
}

#footer a {
	color: #700000;
	font-weight: bolder;
	text-decoration: none;
}
