/****************************************************************************************************
Author	:	Christopher Robinson
Date		:	Friday, July 26th 2006
Website	:	http://www.EDG3.co.uk/
****************************************************************************************************/

/****************************************************************************************************
Begin Miscellaneous
****************************************************************************************************/
* {
	margin: 0;
	padding: 0;
}

img {
border: 0;
margin: ;
padding: 0;
}

a {
	text-decoration: none;
	color: #f65077;;
	}

a:hover {
	text-decoration: underline;
	color: #000;
}
/****************************************************************************************************
Begin Body
****************************************************************************************************/
body {
	background: #FFF;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif, "bitstream vera sans";
	color: #333;
	background: #FFF url('img/bg.gif') repeat-x;
}
/****************************************************************************************************
Begin Navigation
****************************************************************************************************/
#navigation {
	background: #323232 url('img/logo.gif') left no-repeat;
	margin: 0 auto;
	width: 800px;
	height: 100px;
	list-style-type: none;
	list-style-image: none;
}
#navigation li {
	border-right: 1px solid #999;
	float: right;
	height: 100px;
	width: 100px;
	list-style-type: none;
	list-style-image: none;
}
#navigation a {
	color: #FFF;
	display: block;
	height: 50px;
	width: 100px;
	line-height: 50px;
	padding: 50px 0 0;
	text-align: center;
}
#navigation a:hover {
	background: #FFF;
	color: #111;
text-decoration: none;
}
#navigation .active {
	background: #FFF;
	color: #111;
}

/****************************************************************************************************
Begin Content
****************************************************************************************************/

#contentcontainer {
width: 850px;
margin: 0 auto;
background: url('img/content_bg.gif') no-repeat;
text-align: center;
}


#content {
margin: 0 auto;
width: 780px;
text-align: center;
padding: 40px 0 0 0;
background-color: #FFF;
}


#puff1 {
margin: 0 auto;
width: 780px;
text-align: center;
background-color: #FFF;
}

#puff1 img {

}

#puff2 {
margin: 0 auto;
width: 780px;
margin-top: 60px;
margin-right: 20px;
background-color: #FFF;
}

.left {
float: left;
width: 235px;
text-align: left;
margin-left: 15px;
}

.middle {
float: left;
width: 240px;
text-align: left;
margin-left: 20px;
}

.right {
float: left;
width: 240px;
text-align: left;
margin-left: 15px;
}

#text {
margin: 0 auto;
width: 560px;
margin-top: 80px;
text-align: left;
background-color: #FFF;
}

h1 {
color: #333;
font-size: 2em;
margin: 10px 0 30px 0;
}

h2 {
color: #FFF;
font-size: 1.7em;
margin: 10px 5px 10px 5px;
}

h2 span {
	color: #92B713;
}

h3 {
color: #4FA3DA;
font-size: 1.4em;
margin: 40px 0 15px 0;
}

p {
color: #000;
font-side: 1em;
line-height: 1.5em;
margin: 10px 5px 5px 0;
}

.space {
margin-top:30px;
}

#text li {
margin-top: 10px;
}


/****************************************************************************************************
Begin Footer
****************************************************************************************************/
#footer {
width: 750px;
padding: 80px 0 40px 0;
margin: 0 auto;
clear:both;
background-color: #FFF;
}

#footer p {
color: #333;
text-align: right;
padding: 5px 10px 5px 0;
}

