/* CSS Document */
.floatright {
	float: right;
	}
.floatleft {
	float: left;
	}
.marginleft {
	margin-left: 1.2em;
	}
.marginright {
	margin-right: 1.2em;
	}
.marginbottom {
	margin-bottom: 1.2em;
	}
.margintop{
	margin-top: 1.2em;
	}
.clear {
	clear: both;
	line-height: 1px;
	}
.textright {
	text-align: right;
	}
.textleft {
	text-align: left;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
em strong {
	font-weight: strong;
	font-style: italic;
	}
html, body {
	height: 100%;
}
body {
	background-color: #d5d5d4;
	color: #000;
	font-size: 62.8%;
	font-family: Arial, Helvetica, sans-serif;
	}
p {
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 1em;
	}
h1 {
	font-family: "Century Gothic";
	font-size: 2.2em;
	color: #FF6500;
	margin: 0.5em 0.8em 0em 0.5em;
	font-weight: bold;
	}
h2 {
	font-family: "Century Gothic";
	font-size: 1.6em;
	color: #FF6500;
	margin: 0.5em 1em -0.3em 0.8em;
	font-weight: bold;
	}
a {
	color: #33cccc;
	font-weight: bold;
	}
a:hover {
	text-decoration: none;
	}		

/* Conatiner div */
div#container {
	width: 705px;
	margin: 20px auto 10px auto;
	min-height: 300px;
	background-image:url(../images/containerbg.gif);
	background-repeat: repeat-y;
	}
/* header styles */
div#header {
	padding-top: 10px;
	padding-right: 5px;
	background-image:url(../images/headerbg.gif);
	background-repeat: no-repeat;
	}
div#header img#logo {
	margin-left: 1em;
	margin-bottom: 1em;
	}
	
/* Nav styles */
div#nav {
	height: 54px;
	background-image: url(../images/navbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #33cccc;
	width: 700px;
	clear: both;
	}
div#nav ul {
	}
div#nav ul li {
	float: left;
	}
div#nav ul li a {
	display: block;
	color: #FFF;
	font-family: "Century Gothic", Arial;
	font-size: 1.9em;
	font-weight: normal;
	padding: 0.38em 16px;
	text-decoration: none;
	background-image: url(../images/navseperator.gif);
	background-position: right center;
	background-repeat: no-repeat;
	line-height: 1.9em;
	}
div#nav ul li a#contact {
	background-image: none;
	}
div#nav ul li a:hover {
	background-color: #FF6600;
	}
	
/* Content */
div#content {
	padding-bottom: 1.7em;
	background-image: url(../images/contentbg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	}
div#content p {
	margin-right: 1.3em;
	}
div.images {
	float: right;
	margin: 10px;
	}	
div#content ul {
	margin: 1em;
	font-size: 1.3em;
	line-height: 1.5em;
	margin-left: 3em;
	list-style: circle;
	}
/* Footer */
div#footer {
	width: 705px;
	clear: both;
	background-color: #D5D5D4;
	text-align: right;
	}
div#footer p {
	margin: 0 1em;
	padding: 0.3em 0em;
	}
	
form#contactform {
	font-size: 1.3em;
	margin: 1em;
	width: 430px;
	}
form#contactform fieldset {
	padding: 1em;
	border: 1px solid #CCC;
	}
form#contactform div {
	clear: both;
	min-height: 30px;
	}
form#contactform label {
	font-weight: bold;
	display: block;
	margin-bottom: 0.2em;
	width: 180px;
	float: left;
	}
form#contactform input, select {
	margin-bottom: 1em;
	float: left;
	}
form#contactform input#submit {
	float: right;
	margin: 0em 2em 0 0;
	}