@charset "UTF-8";
/**************************************
 D Fairlie Patrnership - Main CSS
 Author: Artech visual communication
***************************************/

body {
	font-family: 'Ledger', serif;
	margin: 0px;
	padding: 0px;
	color: #3d3524;
	background-image: url(Images/background.gif);
	background-color: #FFF;
	background-repeat: repeat-y;
	background-position: center 139px;
	background-attachment: fixed;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-size: 16px;
	padding: 0px;
}
p {
	margin-top: 0;
	font-size: 13px;
	line-height: 20px;
	padding: 0px 24px 0px 48px;
}
a img {
	border: none;
}
a:link {
	color: #837870;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #837870;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}
.container {
	width: 960px;
	margin: 0 auto;
}

/**************************************
 Header
***************************************/

.header {
	height: 513px;
	background-image: url(Images/header.gif);
	background-color: #FFF;
	background-repeat: no-repeat;
}
.headersidebar1 {
	float: right;
	width: 296px;
}
.headersidebar1 p {
	font-size: 16px;
	line-height: 30px;
	padding: 40px 24px 0px 24px;
	margin: 0px;
}

/**************************************
Sidebar
***************************************/

.sidebar1 {
	float: right;
	width: 296px;
	padding-bottom: 0px;
}
.sidebar1 p {
	font-size: 16px;
	line-height: 36px;
	padding: 0px 48px 0px 24px;
	margin: 0px;
}
.content {
	padding: 0px;
	width: 634px;
	float: left;
}

/**************************************
Content
***************************************/

.content ul, .content ol {
	padding: 0px;
}

/**************************************
Footer
***************************************/

.footer {
	position: relative;
	clear: both;
}
.footer p{
	font-size: 10px;
	line-height: 12px;
	padding: 24px 48px 48px 48px;
}

/**************************************
 Miscellaneous float/clear classes
***************************************/

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
