@charset "utf-8";
/* CSS Document */

body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: white;
	margin: 0; 
	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;
}

P {
	color:white;
}

#container {
	width: 655px;  
	background: #7f0504;
	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. */
}

#header {
	padding: 0;  
	height:285px;
	position:relative;
}

#banner {
	position:absolute;
	top:38px;
	left:-26px;
	width:706px;
	height:254px;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
}

#menu {
	position:absolute;
	width:363px;
	height:74px;
	top:0px;
	right:0px;
}

/* Main Content --------------------------------- */

#mainContent {
	padding-left:5px;
	padding-right:12px;
}

/* Left column---------- */

#LeftColumn {
	width:260px;
	height:338px;
	background-image:url(images/page-curls.jpg);
	background-repeat:no-repeat;
	padding-bottom:10px;
	position:relative;
}

#LeftColumn H1 {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color:#b1214d;
	line-height:12px;
	margin:0;
	padding:0;
}

#LeftColumn P {
	color:#666666;
	margin-top:3px;
	font-size:9px;
}

#LeftColumn a {
	color:#666666;
	margin-top:3px;
}

#Left1, #Left2, #Left3 {
	position:absolute;
	width:115px;
	height:90px;
	left:140px;
}	

#Left1 {
	top:12px;
}

#Left2 {
	top:127px;
}

#Left3 {
	top:245px;
}

/* Right column---------- */


#RightColumn {
	width:360px;
	float:right;
	padding-bottom:10px;
	padding-top:5px;	
}

#RightColumnPic {
	float:left;
	margin-right:6px;
	margin-bottom:6px;
}

	

#RightColumn a, .Highlight  {
	color: #fe8e31;
}

#RightColumn .ExtraIndent {
	padding-left:10px;
}

/* One column---------- */

#OneColumn {
	padding:15px;
	text-align:justify;
}

/* General formatting---------- */


H1 {
	font-family: tahoma;
	font-size: 16px;
	color: white;
}

H2 {
	font-family: tahoma;
	font-size: 12px;
	color: #fe8e31;
	line-height:12px;
	margin:0;
}	

H3 {
	font-family: tahoma;
	font-size: 14px;
	color: white;
	line-height:12px;
	margin:0;	
}
	
hr {
	color:#FD0C06;
	height:1px;
}

ul {
	list-style-image:url(images/bullet.gif);
	color:white;
}

/* Footer ------------------------------------- */

#footer {
	margin-top:30px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 16px;
	padding-right: 16px;
	background:Black;
}
#footer p {
	margin: 0; 
	padding: 10px 0; 
}

/* LINKS */

a {
	color:white;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
	color:white;
}

a:visited {
	color:white;
}