	@charset "UTF-8";
/* CSS Document */

body {
	background-color: #D2D1C6;
}

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	color: #000;
}


#header {
	background-color: #093;
	float: left;
	height: 100px;
	width: 800px;
}

#photo-large {
	background-color: #FFF;
	float: left;
	height: 196px;
	width: 760px;
	padding: 20px;
}
#centre-nav {
	background-color: #FFF;
	float: left;
	width: 760px;
	font-family: 'Droid Serif', serif;
	;
	font-size: 1em;
	font-style: normal;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: 100;
	text-transform: none;
	padding-bottom: 10px;
}

#centre-nav a:link {
	color:#5F604B;
	text-decoration: none;
}
#centre-nav a:visited {
	color:#5F604B;
	text-decoration: none;
}
#centre-nav a:hover {
	color:#AAA994;
	text-decoration: underline;
}
#centre-nav a:active {
	color:#AAA994;
	text-decoration: none;
}



#mainleft {
	background-color: #FFF;
	float: left;
	width: 460px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #5F604B;
	line-height: 1.7em;
	font-weight: 400;
}

#mainleft a:link {
	color:#CB6139;
	text-decoration: none;
}
#paint-ads {
	float: left;
	height: 63px;
	width: 191px;
	margin-bottom: 15px;
}
#mainleft a:visited {
	color:#CB6139;
	text-decoration: none;
}
#mainleft a:hover {
	color:#AAA994;
	text-decoration: underline;
}
#mainleft a:active {
	color:#AAA994;
	text-decoration: none;
}

#mainleft h1 {
	font-size:2em;
	font-family: 'Droid Serif', serif;
	color: #CB6139;
	font-weight: 400;
}

#mainleft h2 {
	font-size:1.5em;
	font-family: 'Droid Serif', serif;
	color: #CB6139;
	font-weight: 400;
}

#content-nav {
	float: left;
	width: 800px;
	background-color: #CCC;
}


#right-nav {
	background-color: #FFF;
	float: right;
	width: 269px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	color: #5F604B;
	line-height: 1.5em;
	font-weight: 400;
	text-align: left;
	padding-right: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D2D1C6;
	padding-left: 10px;
	margin-bottom: 20px;
}


#right-nav h1 {
	font-size:1.5em;
	font-family: 'Droid Serif', serif;
	color: #CB6139;
	font-weight: 400;
}
#inside-wrapper {
	float: left;
	width: 800px;
	color: #FFF;
	background-color: #FFF;
}
#footer {
	float: left;
	width: 800px;
	background-color: #FFF;
	height: 26px;
}
#logo {
	background-color: #C90;
	float: left;
	height: 129px;
	width: 242px;
}
#contact {
	background-color: #FFF;
	float: right;
	height: 109px;
	width: 538px;
	padding-top: 20px;
	padding-right: 20px;
	text-align: right;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	color: #5F604B;
	line-height: 1.5em;
	font-weight: 400;
}

#contact a:link {
	color:#CB6139;
	text-decoration: none;
}
#contact a:visited {
	color:#CB6139;
	text-decoration: none;
}
#contact a:hover {
	color:#AAA994;
	text-decoration: underline;
}
#contact a:active {
	color:#AAA994;
	text-decoration: none;
}
.italic {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.25em;
	font-style: italic;
	color: #666;
}
