
body {
	margin: 0;
	padding: 0; 
	font: 11px verdana, sans-serif;  
	line-height: 1.6;
	color: white;
	background: #585858 url(images/bg_body.jpg) repeat-y top center;
	}	
	
#content {
	clear: both;
	margin: 0 auto;
	width: 733px;
	padding: 0 15px 0 20px;
	margin: 0 auto;
	text-align: left;
	}
	
#footer {clear: both; color: #999;}	
	

	
	
/***************************************************
  Header Menu
 ***************************************************/
 
#header { 
	width: 100%;
	height: 80px;	
	background: #585858 url(images/bg_header.jpg) repeat-y top center;
	}
	
#header_content {
	width: 768px;
	margin: 0 auto;	
	}	

#menu {
	float: left;
	width: 425px;
	margin-left: 10px;
	}
	
#menu ul {	
	margin: 0;
	padding: 0;
	line-height: normal;
	}
	
#menu ul li {
	display: inline;
	float: left;
	width: 85px;		
	padding-top: 56px;
	list-style: none;
	text-align: center;
	}
	
#menu ul li a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 11px;
	color: #333;
	}
	
#menu ul li a:hover,
#menu ul li a.active {
	font-weight: bold;
	color: #111;
	background: url(images/menu_tab.gif) no-repeat bottom center;
	}
	
#claire {
	float: left;
	width: 321px;
	padding-top: 25px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 1.1;
	}		
	
	
	
/***************************************************
  Center content + image
 ***************************************************/	
	
#text {
	float: left;
	width: 402px;
	padding: 20px 0;
	}
	
.title {
	clear: both;
	margin-bottom: 10px;
	color: #7BD32C;
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;	
	background: #686868 url(images/rounded_tl.gif) no-repeat top left;
	}

.title span {
	display: block;
	padding: 5px 10px;
	background: url(images/rounded_br.gif) no-repeat bottom right;
	}	
	
#image {
	float: left;
	width: 186px;
	text-align: center;	
	}
	
	
	
/***************************************************
  Right sidebar
 ***************************************************/	

#sidebar {
	float: left;
	width: 145px;
	padding: 20px 0;
	}
	
.comments {
	padding: 10px 5px;
	line-height: 1.2;
	background: #686868 url(images/rounded_tl.gif) no-repeat top left;	
	}
	


/***************************************************
 Generic
 ***************************************************/

a {color: #86E160;}
a:hover {color: white;}

.bold {font-weight: bold;}
.italic {font-weight: italic;}
.normal {font-weight: normal;}

.font11 {font-size: 11px;}
.font12 {font-size: 12px;}
.font14 {font-size: 14px;}
.font16 {font-size: 16px;}
.font18 {font-size: 18px;}
.font20 {font-size: 20px;}

.lineheight {line-height: 1.2;}
.lineheight1 {line-height: 1.1;}
 
.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}

.floatl {float: left;}
.floatr {float: right;}
.clear {clear: both;}

.pad5 {margin-bottom: 5x;}
.pad10 {margin-bottom: 10px;}
.pad15 {margin-bottom: 15px;}
.pad20 {margin-bottom: 20px;}
.pad30 {margin-bottom: 30px;}

