@charset "utf-8";
/* CSS Document */

/* ===================== */
/* ==   MASTER REST   == */
/* ===================== */

* {
	margin:0;
	padding:0;
	outline: none;
}

a img {
	border: none;
}
a:link, a:visited {
	color: #006633;
	text-decoration: underline;
}
a:hover {
	color: #00cc33;
}
a:active {
	color: #cc0000;
}
.clear {
	clear:both;
}
.left {
	float: left;
}
.right {
	float: right;
}

p {
	text-align: justify;
	margin:0 0 15px 0;
}
#wrapper {
	margin:0 auto;
	width: 100%;
	min-width: 1000px;
}
.header {
	display:block;
}
.header h1 a#logo {
	display:block;
}
.nav li {
	float: left;
	list-style: none;
}