* {
	padding: 0;
	margin: 0;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	background-image: url('images/background.gif');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #336600;
}

.clearBoth {
	display: block;
	clear: both;
	height: 1px;
	line-height: 1px;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	background-color: #274F00;
}

img {
	border: 0;
	margin: 5px 0;
}

p  {
	line-height: 1.5em;
	margin-bottom: 1em;
}

ul {
	line-height: 1.5em;	
}

h1 {
	font-size: 1.5em;
	font-weight: normal;	
}
#container {
	width: 700px;
	margin: 0 auto;
}

#header {
	height: 118px;
}

#header a {
	color: #000;
}

#header a:hover {
	background-color: transparent;
}

#logo {
	padding-top: 30px;
	float: left;
}

#headerDetails {
	float: left;
	font-size: 1.5em;
	padding-top: 30px;
	width: 200px;
}

#navigationContainer {
	clear: both;
	height: 190px;	
}

#navigation {
	list-style-type: none;	
	text-align: center;
	margin-top: 5em;
}

#navigation li {
	display: inline;
}

#navigation li a {
	text-decoration: none;
	color: black;	
}

#navigation li a:hover {
	color: #fdd01d;
	text-decoration: underline;	
}

#content {
	color: white;
	font-size: 1.2em;	
	padding: 30px 0;
}

#contentLeft {
	float: left;
	width: 380px;
	padding-right: 50px;
}

#contentRight {
	float: left;
	font-size: 0.8em;
	width: 270px;
}


.small-text {
	font-size: 0.6em;
}

.larger-text {
	font-size: 1.5em;
}

.center {
	text-align: center;
}

.floatContainer {
	float: left;
}

/* form styles */

form {}

label {
	width: 90px;
	display: block;
	float: left;
}

input {
	width: 250px;	
}

textarea {
	width: 250px;
}