
* { padding: 0; margin: 0; }

body {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	clear: both;
	background-color: #1890c6;
	width: 100%;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FC0;
	font-weight: bold;
	padding-bottom: 5px;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 5px;
}
#wrapper {
	width: 806px;
	background-image: url(images/text-fill.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
}
#faux {
	margin-bottom: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
}
#header {
	color: #333;
	width: 806px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 220px;
}
#navigation {
	color: #FFF;
	background-color: #FFFFFF;
	background-image: url(images/navigation.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 771px;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 10px;
	padding-left: 30px;
	font-weight: bold;
	font-size: 12px;
}
#navigation a:link {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
}
#navigation a:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #0FF;
	text-decoration: underline;
}
#navigation a:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
}
#column {
	float: right;
	color: #333;
	width: 746px;
	display: inline;
	position: relative;
	background-image: url(images/text.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 30px;
	padding-left: 30px;
}
#column img{
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer {
	width: 806px;
	clear: both;
	color: #333;
	background-color: #1890c6;
}
.clear { clear: both; background: none; }


