@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-image: url();
	background-color: #202020;
	background-repeat: repeat-y;
	background-position: top center;
	text-align: center;
	margin: 0 auto 0 auto;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: visible;	
}

html {
     overflow: -moz-scrollbars-vertical;
}


.twoColFixRtHdr #container1 {
	width: 875px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	background: #;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
} 
.twoColFixRtHdr #header {
	padding: 0 20px 0 10px;  /* 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. */
	height: 180px;
	background-image: url(../images/background_0.png);
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* 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 */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px;
	margin-top: 26px;
	clear: right;
}
.twoColFixRtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* 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 */


	background: #; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image:url(../images/rounded_btm.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding: 5px 10px;
	margin-top: 6px;
	clear: right;
	margin-right: -10px;
	height: 75px;
}

/*.twoColFixRtHdr #sidebar2 h6 {
	background-image: url(file:///C|/Documents%20and%20Settings/Adam/My%20Documents/01_AMD/Website/CarFreaks/images/rounded_top.png); 
	background-repeat:no-repeat; 
	background-position:left top;
	margin:0px;
	padding-left:1em;
	padding-top:1em;	
}
*/

.twoColFixRtHdr #sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* 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 */
	background: #; /* the background color will be displayed for the length of the content in the column, but no further */
	text-decoration: none;
	padding: 0,10,0,5px;
	margin-top: 15px;
	clear: right;
	margin-left: 0px;
	margin-right: 0px;

}

/*.twoColFixRtHdr #sidebar2 h6 {
	background-image: url(file:///C|/Documents%20and%20Settings/Adam/My%20Documents/01_AMD/Website/CarFreaks/images/rounded_top.png) 
	background-repeat:no-repeat; 
	background-position:left top;
	margin:0;	
}
*/

.twoColFixRtHdr #mainContent {
	margin: 0 0px 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 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer1 {
	clear: both;
	border-top: 0px solid #464646;
	padding-top: 0px;
	margin: 0px 0px 15px 0;
	float: left;
	font-size: 8px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: -1em;
	height: 150px;
	width: 875px;
	left: 0px;
	text-align: left;
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	 
} 
.twoColFixRtHdr #footer1 p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
#Stabilizer, .Stabilizer {
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
	font-size:1px;
	width:770px;
	border-top: 1px solid #464646;
}
.content{
	background-color:fff;
	border-top: 0px solid #ddd;
	width: 231px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5px;
	text-align: left;
	padding-top: 10px;
}
.content2{
	background-color:#;
	border-top: 0px solid #ddd;
	width: 472px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	padding-top: 35px;
	float: left;
	padding-right: 0px;
	clear: left;
}

.content3{
	background-color:#;
	width:230px;
	text-decoration: none;
	border-top: 0px solid #ddd;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	padding-top: 10px;
	border-top-color: #CCCCCC;
	border-top: 1px;
	margin-left: -4px;
}

h2{
	font-size:1.8em;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
}

h3{
	font-size:1.25em;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 200;
}

h4{
	font-size:1.5em;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 150;
	text-align:left;
}


.color{
	color:#00aeef;
}

.color2{
	color:#69B3EE;
}
.color3{
	color:#ffffff;
}

.FrontAlbumFeature {
	float: none;
	width: 513px;
	padding-left: 2px;
}

#content3 a:hover {
	color: ;
	text-decoration: none;
}

#sidebar1 a:hover {
	color: ;
	text-decoration: none;
	
 left:50%;
 line-height:1.5em;
 min-height:1.5em;
 padding:.75em 0 0.75em;
 position:relative;
 text-align:center;
 text-align:right;
 width:50%;
}

#sidebar2 a:hover {
	color: #;
	text-decoration: none;
	
 left:50%;
 line-height:1.25em;
 min-height:1.25em;
 padding:.75em 0 0.75em;
 position:relative;
 text-align:center;
 /*text-align:right;
 width:50%;*/
}

#sidebar3 a:hover {
 color: ;
 width: 240px;
 text-decoration: none;
 /*left:50%;
 line-height:1.5em;
 min-height:1.5em;
 padding:.75em 0 0.75em;
 position:relative;
 text-align:center;
 text-align:right;
 width:50%;*/
}

	

