* {
	font-size: 14px;
	font-family: calibri, arial, helvetica;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #222;
}

#container {
	position: relative;
	width: 800px;
	height: auto;
	top: 0px;
	left: 50%;
	background: #FFF;
	margin: 10px auto 20px -400px;
}

#container #content {
	position: relative;
	width: auto;
	height: auto;
	background: #FFF;	
	padding: 0 10px 20px;
}

#header {
	position: relative;
	width: 800px;
	height: 80px;
	padding: 0;
	margin: 0;
	top: 0px;
	left: 0px;
}

#content .text {
	margin: 0px;
	float:none;
}

#content .footer, #content .footer .text {
	background: none;	
	margin: 0px;
	padding: 0px;
}

#content .footer .text {
	margin: 10px 20px;	
}

#content .footer .text p {
	text-align: center;	
}

p {
	color: #000;	
}

h1 {
	position: relateive;
	margin: 10px 0px;
	color: #000;	
	font-size: 30px;
	letter-spacing: 0;
	text-transform:capitalize;
	font-weight:bold;
}

h2 {
	color: #666;	
}

a, a:hover, blockquote a, blockquote a:hover {
	color: #666;	
}

span, span p, blockquote, blockquote p {
	color: #666;	
	margin: 0;
	padding: 0 10px;
}

blockquote {
	border: 1px solid #DDD;	
	background: none;
	color: #000;
	padding: 10px;
	margin: 10px 0px;
}

b.highlight {
	background: #FF0;
	color: #000;
	font-weight: normal;
}

hr {
	border-color: #222;	
}

