body 
{
	font-family: tahoma;
	text-align: center;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
}

#container 
{
	width: 900px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#header 
{
	height: 135px;
	margin: 0 0 30px 0;
}

#headerleft
{
	float: left;
	width: 280px;
	padding-top: 20px;
}

#headerright
{
	float: right;
	width: 620px;
}

#headerbanner
{
	background-image: url('../images/top-banner-bg.gif');
	margin: 8px 0 0 0;
	background-repeat: no-repeat;
	color: #ffffff;
	padding: 30px 0 0 460px;
	height: 60px;
	font-weight: bold;
	font-size: 1.8em;
	text-align: center;
	line-height: 25px;
}

#menu
{
	margin: 0px;
}

#left
{
	float: left;
	width: 520px;
}

#right 
{
	float: right;
	width: 330px;
}

#footercontainer
{
	background-color: #daebf7;
	border-top: 2px dotted #a9cbe2;
	padding: 10px 0 10px 0;
	margin-top: 15px;
}

#footer 
{
	width: 900px;
	margin: 0 auto 0 auto;
}

#footerleft
{
	float: left;
}

#footerright
{
	float: right;
	text-align: right;
}

a:link
{ 
	color: #000000;
}

a:visited 
{
	color: #000000;
}

a:hover 
{ 
	color: #a96a0f;
}

a:active 
{ 
	color: #a96a0f;
}

h1
{
	font-size: 1.7em;
}

h2
{
	color: #1c6fa3;
	font-size: 1.1em;
}

h3
{
	font-weight: bold;
}

#menu li, #footer li
{
	display: inline;
}

#menu ul
{
	margin: 0 0 0 50px;
	padding: 0;
}

#footer ul
{
	margin: 5px 0 0 0;
	padding: 0;
}

a.home
{
	text-indent: -9999px;
	background-image:url('../images/home.gif');
	display: block;
	width: 129px;
	float: left;
	height: 33px;
}

a.home:hover
{
	background-image:url('../images/home-over.gif');
}

a.about
{
	text-indent: -9999px;
	background-image:url('../images/about.gif');
	display: block;
	width: 104px;
	float: left;
	height: 33px;
}

a.about:hover
{
	background-image:url('../images/about-over.gif');
}

a.services
{
	text-indent: -9999px;
	background-image:url('../images/services.gif');
	display: block;
	width: 120px;
	float: left;
	height: 33px;
}

a.services:hover
{
	background-image:url('../images/services-over.gif');
}

a.contact
{
	text-indent: -9999px;
	background-image:url('../images/contact.gif');
	display: block;
	width: 150px;
	float: left;
	height: 33px;
}

a.contact:hover
{
	background-image:url('../images/contact-over.gif');
}
