body {
	margin:0; padding:0;	
	
	font-family: Trebuchet MS;
	font-size: 14px; font-weight: lighter;
	color: #313131;
	background-color: #d3d2d2;	
}

strong {
	font-weight: bold;
}

h1, h2, h3 {
	margin: 0;
}

h3 {
	font-size: 25px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

p {
}

#header h1 {
	font-size: 40px;
	margin: 0; padding: 0;
	
	position: absolute;
	margin-top: 5px;
	margin-left: 65px;
}

#logo {
	position: absolute;
	margin: 5px 0 0 5px;
}

#statement {
	position: absolute;
	top: 90px;
	margin-left: 30px;
	width: 500px;

	color: white;
	font-size: 24px;
}

#menu {
	padding-top: 5px;
	float: right;
}

#page {
	background-color: #f4f4f4;
	padding: 30px;
}

#footer {
	width: 960px;
	margin-left: auto; margin-right: auto;
	text-align: center;
	font-size: 12px;
}

#footer a, #footer a:visited {
	color: #313131;
}

/* MENU CONTENT */

#menu ul {
	list-style: none;
	margin: 0; padding: 0;
}

#menu ul li {
	float: left;
	display: block;
	padding: 0px 8px;
	border-left: solid 1px #3f3f3f;
}

#menu ul li.first {
	border-left: none;
}

#menu a {
	color: black;
	font-size: 14px;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

