/* ############################## */
/* ## CSS Author: David Andrew ## */
/* ############################## */



@import url("complex.css");

* {
   padding:0;
   margin:0;
}

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address, hr {
    margin-bottom: 20px;
}

html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/*
Basic styling for text etc. used by older browsers such as NN4.
*/

body {
	
	background: #dddbca;
	font-family: "arial","helvetica",sans-serif;
	font-size: 62.5%;
	color: #333;
	margin: 0px;
}

p {
	float: left;
  	font-size: 1.1em;
  	line-height: 1.8em;
	font-weight:normal;
	padding: 0;
	margin: 0;
	margin-bottom: 1.2em;
	width: 100%;
	height: auto;
	text-align: left;
}

ul {
	font-size: 1.1em;
	line-height: 1.8em;
	margin-bottom: 1.8em;
}

img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a img {
	border: none;
}

a {
	color: #000;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #84295a;
}
a:active{
	text-decoration: none;
	color: #84295a;
}

h1 {
color:#9ba856;
font-size: 1.8em;
font-weight: normal;
line-height: 1em; 
margin: 0;
width: 100%;
height: auto;
margin-bottom: 1em;
float: left;
}
  
h2 {
color: #fff;
font-size: 1.2em;
line-height: 1.4em;
margin-bottom: 1em;
float: left;
background-color: #9a9c9d;
border-top: 2px solid #84295a;
width: 374px;
text-align: left;
padding: 3px 0 3px 6px;
}

h3 {
color: #85295a;
font-size: 1.5em;
line-height: 1.5em;
margin-bottom: .5em;
float: left;
}

h4 {
clear: left;
color: #000;
font-size: 1.2em;
line-height: 1.2em;
margin-bottom: .5em;
float: left;
}
