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

body {
	font: 100%/1.4 Helvetica, Verdana, Arial, sans-serif;
	background: #4d2159;
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #de8c92;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
	list-style:none;
}

a img { 
	border: none;
}

a:link {
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline; 
}
h2 {
	font-size:16px;
	font-style:italic;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0;
	text-align: left;
}
h1 {
	text-align:center;
	font-size: 24px;
}
.HeadlineSuper {
	background-image: url(headline_frame_01.png);
	text-transform: uppercase;
	background-repeat: no-repeat;
	text-align: center;
	height: 105px;
	font-size: 50px;
	margin-top: 0px;
	background-position: center top;
	padding-top: 25px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 22px;
}
a:visited {
	color: #c87979;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #fd9db3;
	text-decoration: none;
}

.container {
	width: 1024px;
	background: #4d2159;;
	margin: 0 auto; 
}

.header {
	background: #ADB96E;
}

.sidebar1 {
	float: left;
	width: 180px;
	background: #4d2159;
	padding-bottom: 10px;
}
.content {
	padding: 10px 0;
	width: 649px;
	float: left;
	text-align: left;
}
.sidebar2 {
	float: left;
	margin-left: 25px;
	width: 170px;
	background: #4d2159;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

ul.nav {
	list-style: none; /* this removes the list marker */
	margin: 15px 0; /* this creates the space between the navigation on the content below */
}
ul.nav li {
/* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 0;
	display: block; /* this gives the anchor block properties so it fills out the whole LI that contains it so that the entire area reacts to a mouse click. */
	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background: #4d2159;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #FFF;
}

/* ~~ The footer styles ~~ */
.footer {
	padding: 0;
	background: #4d2159;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	margin-bottom: 10px;
}

.footertext {
	margin-bottom: 5px;
}

/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
ul.lnks li{
	margin-bottom:15px ;
}
ul.lnks li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	letter-spacing:1px;
	text-decoration:none;
}
.imagelink{
margin-bottom:10px;
}
credits {
	text-align: center;
}
.creds {
	text-align: center;
}
