﻿body 
{
	padding:0px;
	margin:0px;
	font-family:tahoma, Arial;
	font-size:1em;
	color:#6182b3;
	background-image:url('../images/stripes.jpg');
	background-repeat:repeat;
}

#header 
{
	width: 100%;
	height:220px;
	background-image:url('../images/stripes.jpg');
	background-repeat:repeat-x;
}

#header #headerContent
{
	height:inherit;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
}

#menu
{
	visibility:hidden;
}

#main 
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#content 
{
	padding:10px 20px 10px 20px;
	background-color:#fff;
}

#content h1
{
	font-size:1.4em;
}

#content h2
{
	font-size:1.1em;
}

standout 
{
	font-weight:bold;
	color:#599afb;
}

#footer 
{
	width:100%;
}

#footerLinks a
{
	visibility:hidden;
}

.listTitle 
{
	float:left;
	width:20%;
	color:#f27437;
	font-size:1.3em;	
}

.listContent
{
	float:left;
	width:60%;
	padding-bottom:10px;
}

.clear
{
	clear:both;}