body{
	font-size:80%;
	font-family:Arial, Helvetica, sans-serif;
/*  overflow-y:scroll; */
}

/* main areas ---------------------------------- */
#container{
	width:970px;
	margin:0 auto 0 auto;
}

#header{
	position:relative;
	width:100%; /* needed to show top border on IE6 */
	top:50px;
	border-top:1px solid black;
	padding-top:15px;
}

#main{
	position:relative;
	width:100%;
	top:64px;
	clear:both;
	border-top:1px solid black;
}


/* header ---------------------------------- */
#nav{
	width:47%;
	float:left;
	font-size:1.1em;
}
#contact{
	width:52%;
	float:right;
}


/* nav ---------------------------------- */
#nav ul{
	float:left;
	list-style:none;
	margin:0 0 0 0px;
	padding:5px 0 5px 0;
}
ul#serviceList {
	border-left:1px solid black;
	margin-left:20px;
}
#nav a{
	color:white;
	text-decoration:none;
	font-weight:bold;
	padding-left:12px;
}
#nav a:hover{
	background:url(../i/smallArrow.gif) 0px 3px no-repeat
}
#current{
	background:url(../i/smallArrow.gif) 0px 3px no-repeat
}


/* contact ---------------------------------- */
#contact p{
	width:44%;
	float:left;
	border-left:1px solid black;
	padding:3px 0 10px 10px;
	margin-top:0px;
	font-weight:bold;
	color:#000000;
	font-size:1.1em;
}
#contact a{
	color:#000000;
	text-decoration:none;
}
#contact a:hover{
	text-decoration:underline;
}



/* bottom half ---------------------------------- */
#imageArea{
	width:45%;
	float:left;
	margin-top:20px;
	padding-left:12px;
	font-weight:bold;
}

#textArea{
	width:45%;
	float:left;
	margin-top:20px;
	margin-left:20px;
	font-weight:bold;
}
#col1{
	width:100%;
	float:left;
}
#col2{
	width:1%;
	float:left;
	margin-left:35px;
	display:none;
}


/* copy stuff ---------------------------------- */
#main h2{
	font-size:1.0em;
	font-weight:bold;
	margin-bottom:-5px;
	color:white;
}
#main p{
	margin-top:5px;
}
#main a{
	color:black;
	text-decoration:underline;
}
#main a:hover{
	text-decoration:none;
}

