﻿body
{
	margin:0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color:#5e5f61;
	font-family: Trebuchet MS;
	font-size:0.9em
}

#site
{
	width:990px;
	margin-left:auto;
	margin-right:auto;
}

#header
{
	margin:0px;
	padding:0px;
	border:0px;
	height:204px;
	width:890px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}

#navigation
{
	width:350px;
	float:right;
	margin-right:10px;
	margin-top:3px;
}

#navigation li
{
	float:left;
	list-style-type: none;
	color:#fff;
}
#navigation li a
{
	padding:5px;
	font-size:1.1em;
	color:#fff;
	text-decoration:none;
}
#navigation li a:hover
{
	text-decoration:underline;
}


#carbonContent h1
{
	padding-left:20px;
	font-size:2.0em;
}

#carbonContent h3
{
	font-size:1.4em;
	border-bottom: solid 1px #fff;
	display:inline;
	width:auto;
}

#carbonContent .date
{
	font-size:0.8em;
}

#carbonContent p
{
	margin-top:5px;
	margin-bottom:0px;
	padding:0px;
}

#carbonBox
{
	width:889px;
	background-image: url(images/blog-page_11.jpg);
	background-repeat:repeat-y;
}

#carbonLeft
{
	width:91px;
	float:left;	
}

#carbonContent
{
	background-image: url(images/carbon_background.jpg);
	background-repeat:no-repeat;
	background-color:#221e1f;
	float:left;
	width:707px;
	padding-top:35px;
	color:#fff;
	min-height:357px;
}

#carbonRight
{
	width:91px;
	float:right;
}


#innerContent
{
	background-image:url(images/inner-top.jpg);
	background-repeat:repeat-x;
	background-color:#221e1f;	
	width:629px;
	margin-left:20px;
	padding:20px;
}

.clear
{
	clear:both;
}

.floatRight
{
	float: right;
}
