body {
	margin: 0 auto;
	font: 63%/1.5 "Verdana","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	color: #333;
}

.text {
	font: 110%/1.5 "Verdana","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	color: #333;
	padding: 10px;
}

.h2 {
	font-size: 1.5em;
}

a {
	color: #444;
}

img {
	border: none;
}

#header {
	padding: 3px 0;
	background: #000 repeat-x left bottom;
	color: #FFF;
}

#header:after {
    content: "."; 
    display: block; 
    height: 0; 
    overflow: hidden;
    clear: both; 
    visibility: hidden;
}

#header h1 {
	float: left;
	width: 235px;
	height: 80px;
	margin: 0;
}

#navigation {
	float: right;
	margin: 15px 0;
	padding: 3px 5px;
	background: #131313;
	list-style: none;
}

#navigation li {
	float: left;
	margin: 0 15px;
	padding: 0;
	font-size: 1.3em;
}

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

#navigation li a:hover, #navigation li a:focus {
	color: #F90;	
}

#secondary {
	clear: both;
	margin: 20px auto 0;
	background: #FCFCFC repeat-x left top;
}

#secondary fieldset {
	border: none;
}

.content {
	position: relative;
	margin: 0 auto;
	float: center;
	width: 880px;
	background: #EEE  no-repeat;

}

#footer {
	clear: both;
	width: 100%;
	margin: 20px 0 0;
	border-top: 1px solid #DDD;
	text-align: center;
}
