#html {
	margin:0;
	padding:0;
}

#body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 20px;
}

#content p {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
color: #333399;
line-height:1.8em;
}

#content h1 {
font-family: "Arial", Tahoma, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #0000CC; 
text-decoration: none; 
padding: 3px 6px; 
background-color: #BBBBFF; 
border-bottom: 1px solid #F1F1F1; 
border-right: 1px solid #F1F1F1;
}

#content a {
	color: #999999;
	font-weight: normal;
	text-decoration: underline;
	background-color: #FAFAFA; 
	border-bottom: 1px solid #F1F1F1; 
	border-right: 1px solid #F1F1F1;
	padding: 1px;
}

#content a:hover , div#extra a:hover, div#sidebar a:hover {
	color: #FF9900;
	font-weight: normal;
	text-decoration: underline;
	background-color: #FAFAFA; 
	padding: 1px;
}

#header {
	border-bottom: 1px solid #EEE;
}

#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: normal;
	color: #2f1c75;
	letter-spacing: -1px;
}

#header h2 { /* The tagline thing */
	font-size: 18px;
	font-weight: normal;
	color: #CC00FF;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#navigation {
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	float: centre;
	text-align: center;
}


#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FF0000;
	line-height: 1.5em;
}

#content blockquote {
	color: #333333;
	font-style: italic;
	text-align: center;
	width: 480px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#content block {
	color: #FF0000;
	line-height: 1.8em;
	font-size: 14px;
}


#container {
	width:950px;
	margin:0 auto;
	background-color: #FFFFFF;
}

#footer {
	background-color: #BBBBFF;
	color: #0000CC;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	width:auto;
	padding: 10px;
	height: 18px;
}

#footer p {
margin:0;
}

#footer a {
	color: #FFf;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
	color: #FFf;
	text-decoration: underline;
}
