/*-------------------------------------------------------
   RESET
-------------------------------------------------------*/
* {
   margin:0;
   padding:0;
}

.clear {
   clear: both;
}

/*-------------------------------------------------------
   BODY
-------------------------------------------------------*/
body {
   text-align: center;
   background: #E2E2E2 url(http://crfuels.com//themes/site_themes/crfuels/images/bg-body.gif) repeat;
   font-size: 12px;
   font-family: Verdana, sans-serif;
   color: #3a3a3a;
}

/*-------------------------------------------------------
   TYPOGRAPHY and BASIC ELEMENTS
-------------------------------------------------------*/
/* headings */
h2, h3, h4, h5, h6 {
   font-weight: normal;
   margin-bottom: 5px;
}

h2 {
   font-size: 24px;
   margin-bottom: 15px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-weight:bold;
	font-size: 14px;
}

/* paragraphs etc. */
p {
   line-height: 1.5;
   margin-bottom: 10px;
   text-align: left;
}

.more {
   text-align: right;
   font-size: 80%;
}

.date {
   display: block;
   text-transform: uppercase;
   letter-spacing: 1.5px;
   font-size: 11px;
   color: #878787;
   margin-bottom: 20px;
}

/* lists */
ul, ol {
   padding-left: 15px;
margin-bottom: 10px;
}

/* links */
a, a:visited {
   color: #3d8cec;
	text-decoration:underline;
}

a:hover {
   text-decoration: none;
}

/* images */
img.left {
	float: left;
	margin-right: 10px;
}

img.right {
	float: right;
	margin-left: 10px;
}

img.center {
	margin: 10px auto;
	display: block;
}

/* horizontal rule */
hr {
}

/*-------------------------------------------------------
   TOP and BOTTOM
-------------------------------------------------------*/
#top {
   height: 39px;
   width: 770px;
   margin: 0 auto;
   background: url(http://crfuels.com//themes/site_themes/crfuels/images/bg-top.gif) top left no-repeat;
}

#bottom {
   width: 770px;
   height: 191px;
   margin: 0 auto;
   background: url(http://crfuels.com//themes/site_themes/crfuels/images/bg-bottom.jpg) top left no-repeat;
}

/*-------------------------------------------------------
   CONTAINER
-------------------------------------------------------*/
#container {
   width: 770px;
   margin: 0 auto;
   background: url(http://crfuels.com//themes/site_themes/crfuels/images/bg-scroll.gif) scroll repeat-y top left;
   text-align: left;
}

/*-------------------------------------------------------
   BRANDING
-------------------------------------------------------*/
#branding {
   height: 74px;
   background: transparent;
   margin-bottom: 30px;
}

#branding h1 {
   background: url(http://crfuels.com//themes/site_themes/crfuels/images/h1-logo.gif) no-repeat top left;
   width: 211px;
   height: 74px;
   margin-left: 60px;
   text-indent: -9999px;
}

/*-------------------------------------------------------
   MAIN NAVIGATION
-------------------------------------------------------*/
#nav {
   width: 655px;
	height: 30px;
	margin: 0 auto;
	text-align:left;
	margin-bottom: 30px;
	background:url(http://crfuels.com//themes/site_themes/crfuels/images/bg-menu.gif);
}

/*-------------------------------------------------------
   INNER CONTAINER
-------------------------------------------------------*/
#inner-container {
   background: url(http://crfuels.com//themes/site_themes/crfuels/images/bg-inner-container.jpg) no-repeat bottom left;
   width: 770px;
}


/*-------------------------------------------------------
   MAIN CONTENT
-------------------------------------------------------*/
#content {
   background: transparent;
   width: 455px;
   float: left;
   margin-left: 60px;
   text-align: left;
   display: inline; /* IE6 Double-margin float */
}

/*-------------------------------------------------------
   SIDEBAR
-------------------------------------------------------*/
#sidebar {
   width: 190px;
	float: left;
	margin-left:10px;
	font-size: 11px;
	text-align:left;
	background:#fff8d1;
   display: inline; /* IE6 Double-margin float */
   padding-bottom: 10px;
}

#sidebar h3 {
	background:#fcd90c url(http://crfuels.com//themes/site_themes/crfuels/images/bg-sidebar-h3.gif) right top no-repeat;
	font-size:12px;
	font-weight:bold;
	padding: 3px 5px;
	margin-bottom: 10px;
	height: 24px;
	line-height: 24px;
}

#sidebar p {
	padding: 0 5px;
}

#sidebar ul {
margin:0;
padding: 0 5px;
list-style:none;
line-height: 1.5;
}

#sidebar li {
padding-bottom: 5px;
}

/*-------------------------------------------------------
   FOOTER
-------------------------------------------------------*/
#footer {
	clear:both;
   width: 455px;
	background: transparent url(http://crfuels.com//themes/site_themes/crfuels/images/footer-logos.gif) right 20px no-repeat;
	margin-left: 60px;
	padding: 40px 0;
	font-size: 10px;
	text-align:left;
}

#footer p {
	margin:0;
}