@charset "UTF-8";
body  {
	background: #FFF;
	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: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
h1, h2, h3, h4 {
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
}
h1 {
	font-size: 130%;
}
#wrapper_outer {
	background-image: url(images/musklick_wrapper_2010_01.png);
	margin-right: auto;
	margin-left: auto;
	width: 1026px;
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
}
#container {
	width: 930px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/musklick_faux_2010_06.jpg);
	background-repeat: repeat-y;
} 
#header {
	padding: 0 10px 0 20px;  /* 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. */
	background-image: url(images/musklick_header_2010_02.png);
	background-repeat: no-repeat;
	width: 930px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 178px;

} 
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 530px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: 400px;
	background-image: url(images/musklick_main2_2010_05.png);
	background-repeat: no-repeat;
}
#mainContent {
	margin-top: 0;
	margin-right: 550px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 111px;
	padding-bottom: 0;
	padding-left: 40px;
	width: 350px;
} 
#footer {
	background-color: #DDDDDD;
	background-image: url(images/musklick_footer_2010_07.png);
	height: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 70px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.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;
}
#header_logo {
	padding-left: 70px;
	padding-top: 80px;
}
