body {
	font-family: Tahoma, "Trebuchet MS", sans-serif;
	line-height: 1.5em;
	color: #333333;
	background-color: #ffffff;
}

h1 {
	font-size: 1.5em;
	color: #FFD32C;
}

#container {
	width: 80%;
	max-width: 1600px;
	margin: auto;
}

#content {
	padding: 15px;
	/*background-color: #FFFFFF;
	background-image: url(loops-background-large.png);
	background-repeat: no-repeat;*/
}

#content a {
	font-weight: bold;
	color: #94D10C;
}

#content a:hover {
	font-weight: bold;
	color: #FFD32C;
}

#copyright {
	text-align: center;
	font-size: 70%;
	line-height: 1.2em;
	color: #aaaaaa;
}	

#copyright a {
	font-weight: bold;
}




#container {
}

#navigation {
	font-size: 120%;
	font-weight: bold;
	margin-top: 35px;
	border-bottom: 1px solid #94D10C;
}

#navigation ul {
	padding: 0 0 0 15px;
	margin: 0 200px 0 0;
}

#navigation li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0 12px 0 0;
}

#navigation a {
	color: #94D10C;
	text-decoration: none;
}

#navigation a:hover {
	color: #FFD32C;
}

#navigation strong {
	color: #FFD32C;
}

.clear-floats {
	clear: both;
}