*{
	margin:0;
	padding:0
}

p{
	margin:0 0 1em 0;
	padding:5px;
	position:relative;
}

body{
	text-align:center; 
	background-image: url('/images/background-color.jpg'); 
	background-repeat: repeat-x
}

#top{
	width:900px;
	margin:0 auto;
	z-index:99;
	height:35px;
	position:relative;
}

#wrapper{
	width:900px;
	margin:0 auto;
	padding:0;
	text-align:left;
 	background:#fff;
	z-index:1;
	position:relative;
	border: 1px solid;
	overflow: hidden;
}

#header,#footer{
	background:#fff;
	position:relative;
	z-index:5;
}

#header .left{
	float: left;
}

#header .right{
	float: right;
}

#navigation{
	clear: both;
	background:#000;
	position:relative;
	z-index:5;
	height: 32px;
}

#topnav {
	padding-top:1px; 
	padding-left:20px; 
	font-weight: bold;
}

#topnav ul {
	list-style:none; 
	padding:0px; 
	margin:0px;
}

#topnav ul li {
	display:inline; 
	float:left;
}

#topnav a {
	display:block; 
	color:#fff; 
	text-decoration:none; 
	padding:5px 8px 5px 8px 
}

#topnav a:hover {
	color: yellow; 
}

#topnav ul li ul {
	background:#000; 
	position:absolute; 
	width:15em; 
	left:-999em 
}

#topnav ul li:hover ul {
	left:auto;
}

#topnav ul li.sfhover ul {
	left:auto;
}

#topnav ul li ul li {
	float:none;
}

#topnav ul li ul li a { 
}

#topnav ul li ul li a:hover {
	background-color:#000;
}

#left,#right{
	width:590px;
	z-index:1;
	position:relative;
	float:left;
	margin:0;
	display:inline;
}

#right{
	float:right; 
	margin:0 11px 0 0;
}

#content-wrapper {
	background-image: url('/images/background-image.jpg');
	background-repeat: no-repeat;
}

#content{
	width:180px;
	float:left;
	margin:0 0 0 110px;
	display:inline;
	position:relative;
	z-index:1;
	color: #FFFFFF;
}

.col{
	width:180px;
	position:absolute;
	z-index:0;
	left:10px;
	bottom:0;
}

.two{
	background:#000000;
	left:110px;
	width:180px;
}

.three{
	left:290px;
}

#footer {
	clear:both;
}

html>body .col{
	top:0
}

.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}

h4 {
	color: #990000;
}
