/*-----------------------------------------------------------------------------
JUNK Style Sheet

version:   1.0
author:    FAT FREE DESIGN
email:     info@fatfreedesign.co.uk
website:   http://www.fatfreedesign.co.uk/
Copyright 2009 :: All Rights Reserved
----------------------------------------------------------------------------- */


/* =Site Wide Rules
----------------------------------------------------------------------------- */
* {
  	margin: 0;
	padding: 0;}

body {
	background-color: #fff;
	color: #333;
	text-align: center; /* for IE + auto margins */
	font-size: 68.75%;
	font-family: baskerville,'palatino linotype','times new roman',serif;}
	
a img, a:visited img {
	text-decoration: none;
	border: none;
	border: 0;}
	

/* =Container
----------------------------------------------------------------------------- */	
#container {
	text-align: left;
	width: 900px;
	margin: 0 auto;}
	
	
/* =Logo
----------------------------------------------------------------------------- */	
#logo {
	float: left;
	height: 104px;
	width: 900px;
	background: #fff;
	margin-bottom: 25px;}
	
	
/* =Main Content
----------------------------------------------------------------------------- */	
#main_content {
	float: left;
	width: 600px;
	margin: 0 0 25px 0;}
	
#main_content h1 {
	font-size: 1.9em;
	font-weight: normal;
	padding-bottom: 0.25em;
	color: #c0786b;}
	
#main_content h2 {
	font-size: 1.75em;
	color: #c0786b;
	font-weight: normal;
	padding-top: 1em;}
	
#main_content p {
	font-size: 1.5em;
	line-height: 1.55em;
	padding: 0 0 10px 0;}
	
strong {
	font-weight: normal;
	font-family: "Hoefler Text";
	font-size: 1.3em;}


/* =Right column
----------------------------------------------------------------------------- */
#right_column {
	float: right;
	width: 250px;
	margin: 0 0 25px 0;
	border-left: 1px solid #d89588;}
	
#right_column h1 {
	font-size: 1.6em;
	font-weight: normal;
	padding-bottom: 0.25em;
	color: #c0786b;}
	
#right_column p {
	font-size: 1.4em;
	margin-left: 10px;}
	
#right_column img {
	padding: 10px 3px 0 0;}
	
#right_column ul#clientlist {
	margin: 10px 0 0 10px;}
	
#right_column ul#clientlist li {
	list-style-type: disc;
	list-style-position: inside;
	font-size: 1em;
	padding: 0 0 0.25em 0.5em;
	text-transform: uppercase;}
	
.note {
	color: #666;
	font-size: 0.8em;}
	
#right_column a:link, #right_column a:visited, #main_content a:link, #main_content a:visited {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #000;
	padding-bottom: 0.005em;}
	
#right_column a:hover, #main_content a:hover {
	background-color: #d89588;
	color: #fff;
	border-bottom: 1px solid #d89588;
	padding-bottom: 0.005em;}

	
/* =Footer
----------------------------------------------------------------------------- */
#footer {
	clear: both;
	width: 900px;
	background-color: transparent;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	
	text-transform: uppercase;
	color: #999;
	text-align: center;
	border-top: 1px solid #d89588;}
	
#footer ul {
	list-style: none;
	margin: 10px;
	padding: 0;}
	
#footer ul li {
	display: inline;
	padding: 0;
	margin: 0;
	padding: 0.5em 0.75em;
	font-size: 0.8em;}
	
