@charset "utf-8";

body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/mach_background.jpg);
	background-repeat:repeat-x;
	background-position: top center;
	background-color: #3C5673;
	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;
}

#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: solid 1px #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:url(../images/header_background.png);
	background-repeat:repeat-x;
} 

#header {
	background-image:url(../images/header_logo.png);
	background-repeat:no-repeat;
	background-position: 210px 50%;
	height: 120px;
} 

#header img.badge {
	float: left;
	padding-left: 40px;
}

#mainWrapper {
	background-repeat: repeat-y;
	background-color:#FFFFFF;
	background-image: url(../images/sidebar_background.png);
	background-position: left top;
	height: 100%;
	min-height: 100%;
}

#sidebar {
	margin: 0;
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: 10px;
}

#sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#sidebar a {
	background-image:url(../images/jack.png);
	background-repeat:no-repeat;
	background-position: left center;
	text-decoration:none;
	color: #000;	
	font-size: 12px;
	padding-left: 30px;
	padding-top: 4px;
	padding-bottom: 6px;
	display: block;
}

#sidebar a:hover {
	text-decoration:underline;
	color: #fff;
}

#sidebar a.sublist {
	background-image:none;
	padding-left: 40px;
}

#sidebar a.coorsLink {
	background-image: none;
	padding-left: 0;
}

#mainContent {
	padding-top: 10px;
	padding-right: 1px;
	padding-bottom: 0;
	margin-left: 220px;
} 

#mainContent .gallery {
	padding-top: 10px;
}

#footer { 
	background:#9cbce1;
	padding: 5px; 
}

#footer p {
	text-align:center;
	color:#666666;
	font-size:12px;
}
#footer a {
	color:#666666;
}

.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;
}

.centerText {
	text-align: center;
}

img.coors {
	padding-top: 10px;
	padding-left: 10px;
	border: 0;
}

.coorsText {
	padding-left: 10px;
	font-size: 9px;
}
