body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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;
	font-size: 80%;
}
a:link {
color: #910000;
}
a:visited {
color: #910000;
}
.layout #outer_container {
	width: 808px;
	background: #ACACAE;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	
}
.layout #container { 
	width: 768px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.layout #header { 
	height: 115px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.layout #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 277px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 5px;
	background: url(../images/maincontent_bg.jpg); /* the background color will be displayed for the length of the content in the column, but no further */
	background-repeat: repeat-x;
}
.layout #sidebar #tshirt {
text-align: center;
font-size: 85%;
width: 238px;
float: right;
}
.layout #sidebar #latestnews {
width: 238px;
float: right;
}
.layout #sidebar #buttons {
width: 238px;
float: right;
}
.layout #sidebar .sidebar_wrapper {
padding-right: 10px;
}
#sidebar #links {
width: 238px;
float: right;
text-align: right;
}
#sidebar #links ul {
list-style-type:none;
margin:0;
padding:0;
}
.layout #mainContent { 
	margin: 0 277px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.layout ul {
list-style-position: outside;
margin: 0 0 0 15px;
padding:0;
}
.layout #mainContent dl {
	display: block;
	float: left;
	width: 210px;
	margin:0;
	padding:0;
}
.redborder {
	border: 1px solid #990000;
}
.layout #mainContent dt {
	margin:0;
	padding:0 10px 0 0;
	width: 100px;
	text-align: right;
	color: #990000;
	font-weight: bold;
	line-height: 20px;
	float: left;
	clear: left;
}

.layout #mainContent dd {
margin:0;
padding:0;
	line-height: 20px;
	font-size: 10px;
	width: 100px;
	float: right;
	clear: right;
}
.layout #footer { 

} 

.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 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.redbar {
	background-image: url(../images/bar_front.jpg);
	background-repeat: repeat-x;
	height: 41px;
	margin:0;	
	padding:0;
}
.smredbar {
	background-image: url(../images/bar_front.jpg);
	background-repeat: repeat-x;
	height: 25px;
	margin:0;	
	padding:0;
}
.padding {
padding: 10px;
}
.readmore {
text-align: right;
}

#contact  form input, textarea, select { width: 180px; margin-bottom: 5px; }
#contact  form textarea{ width: 250px; height: 150px; }
#submitbutton{ margin-left: 120px; margin-top: 5px; width: 90px; border: 1px inset #990000;}
#contact form p{margin:10px 0;}
#contact fieldset{border:0;margin-bottom:10px;}
#contact label{color:#000;display:block; margin:6px 0 2px 0; text-align: left;padding: 0 10px 0 0; }
#contact select{width:180px;}
#contact input,textarea {width: 400px;}
#contact div {margin: 10px 0 10px 0; }
.focusField{background:#eee;border:1px solid #990000;color:#990000;font:normal 11px tahoma,sans-serif;padding:3px; }
.formField{background:#fff;border:1px solid #990000;color:#990000;font:normal 11px tahoma,sans-serif;padding:3px; }
.errorField{border:1px solid red;color:redfont:normal 11px arial,sans-serif;padding:3px;}
/* Validation */
div.error{background:#eee;border:1px solid #000;padding:10px;margin:10px 0;}
span.error{color:#ff00000;display:block;font:normal 11px tahoma,sans-serif;margin-top:5px;padding:2px 0 0 18px;}
#news {background-image: url(../images/header_news.jpg);background-repeat: repeat-x;padding: 70px 10px 10px 10px;}
#news a {color: #910000;}
#bio {background-image: url(../images/header_bio.jpg);background-repeat: repeat-x;padding: 70px 10px 10px 10px;}
#bio a {color: #910000;}
#radio {background-image: url(../images/header_radio.jpg);background-repeat: repeat-x;padding: 70px 10px 10px 10px;}
#radio a {	color: #910000;}
#store {background-image: url(../images/header_store.jpg);background-repeat: repeat-x;padding: 70px 10px 10px 10px;}
#store a {color: #910000;}
#tv {background-image: url(../images/header_tv.jpg);background-repeat: repeat-x;padding: 70px 10px 10px 10px;}
#foundation {background-image: url(../images/header_foundation.jpg);background-repeat: repeat-x;padding: 70px 10px 10px 10px;}
#appearences {background-image: url(../images/header_appearances.jpg);background-repeat: repeat-x;padding: 70px 10px 10px 10px;}
#latestnews {background-image: url(../images/header_latestnews.jpg);background-repeat: no-repeat;padding: 70px 10px 10px 10px;}
#sidebar #latestnews {background-image:none;}