a
	{
	color: #000;
	}
body 
	{
	background-image: url('bg.gif');
	font-family: "trebuchet MS", verdana, arial, sans-serif;
	word-wrap: break-word;
	}
li.hide	{
	list-style-type: none;
}
#outer1
	{
	float: left;
	background: #e0d0d0;
	width: 20%;
	}
#outer2
	{
	float: left;
	background: #c0c0c0;
	width: 50%;
	}
#outer3
	{
	float: right;
	background: #b0b0b0;
	width: 30%;
	}
#outer1, #outer2, #outer3
	{
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	}
#wrapper
	{
	background: #c0c0c0;
	overflow: hidden;
	}

#footer
	{
	background: #455c5a;
	clear: both;
	}

#header
	{
	background: #a31e39;
	background-image: url('logo.png');
	background-repeat: no-repeat;
	}

* html #wrapper
	{
	display: inline-block;
	}

#wrapper
	{
	background: #c0c0c0;
	overflow: hidden;
	}

#footer
	{
	background: #455c5a;
	clear: both;
	}

h1
	{
	color:#fff;
	font-size: 20px;
	margin:0;
	padding: 10px 0;
	}
h3
	{
	font-size: 18px;
	margin: 0;
	padding: 8px 0;
	}

.content
	{
	padding: 10px;
	}
h4
	{
	border-bottom: 2px dashed black;
	}
p
	{
	font-size: 12px;
	line-height: 1.5em;
	margin:0;
	padding:5px 0;
	}
#footer p,
#header p {color:#fff;}
#footer a {color:#fff;}
#footer a:hover {text-decoration:none;}

li {font-size: 14px; }