/*-----------------------------------------------------------------------------
author:    www.danielwriter.com
-----------------------------------------------------------------------------*/


/* =Contact
-----------------------------------------------------------------------------*/
	
#contactH1 {
	background:url(../img/contactH1.gif) no-repeat;
	position:absolute;
	width:378px;
	height:110px;
	}
	
.floatRightImg {
	float:right;
	border:#082a45 solid 1px;
	margin:0 0 20px 0;
	}
	
.pFloat {
	float:left;
	margin:0 20px 0 0;
	}
	
#content ul {
	padding:0;
	margin:0;
	list-style:none;
	float:left;
	}
	
#content ul li {
	padding:0 0 5px 0;
	}
	
#content ul a {
	color:#0f71c4;
	padding:1px 1px;
	font-weight:bold;
	}

#content ul a:link, #content ul a:visited {
	text-decoration:underline;
	}

#content ul a:hover, #content ul a:active {
	color:#ffffff;
	background:#0f71c4;
	}