/* 
 ::::::::::::::::::::::::::::::::::::::::::::::::::::
  Copyright Forged Media 2005. Used with Permission.                             
  May not be duplicated or reproduced.
  
  Author: Lee Carroll 05/08/07
 ::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
html, body, {
	height:100%;
}

body table{
	font: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#243239;
}

body a{
	font-size:13px;
	color:#243239;
}
body a:link{
	font-size:13px;
	color:#243239;
}
body a:visited{
	font-size:13px;
	color:#243239;
}
body a:hover{
	font-size:13px;
	color:#243239;
	text-decoration: none;
}
body {
	font-family:Arial;
	background-image:url(../images/bkgd.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
}

#nav{
	width:850px;
	height:65px;
}

#banner{
	width:850px;
	height:275px;
}

#contentContainer{
	margin: 0 auto;
	width:850px;
}

#aboutContainer{
	width:850px;
	background-image:url(../images/bkgd_about.jpg);
	background-repeat:no-repeat;
	background-position:top;
	
}

#servicesContainer{
	width:850px;
	background-image:url(../images/bkgd_services.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#footer{
	color:#a7bac5;
	font-size:10px;
	width:850px;
	margin: 0 auto;
	height:22px;
	position:static;
	margin-top:30px;
}

#footer a:link{
	color:#a7bac5;
	font-size:10px;
	text-decoration:none;
}

#footer a:visited{
	color:#a7bac5;
	font-size:10px;
	text-decoration:none;
}

#footer a:hover{
	color:#243239;
	font-size:10px;
	text-decoration:underline;
}