@charset "UTF-8";
body  {
	font: 14px, Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:	#C4C4C4 		;
}
#apDiv_mainText {
	position:absolute;
	left:60px;
	top:80px;
	width:610px;
	height:460px;
	z-index:3;
	font-size: 16px;
	text-align: left;
	padding:10px;
	background-color:	#676767
}

#apDiv_rightText {
	position:absolute;
	left:600px;
	top:60px;
	width:226px;
	height:425px;
	z-index:3;
	font-size: 16px;
	border:	solid;
	text-align: left;
	padding:10px;
}


#apDiv_bottomText {
	position:absolute;
	left:-100px;
	top:775px;
	width:994px;
	height:50px;
	z-index:3;
	font-size: 16px;
	border:	solid;
	color:#999;
	background-color: #CCCCCC;
}



#apDiv_menu {
	position:absolute;
	left:100px;
	top:20px;
	width:600px;
	height:30px;
	z-index:6;	
}

#apDiv_imgVert {
	position:absolute;
	left:620px;
	top:109px;
	width:220px;
	height:300px;
	z-index:7;
	background-image: url(img/home/HilbyCloseup.jpg);
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-right: -50px;
	margin-top: 10px;
	border:solid;
	border-color:	#828282;
	
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.fltrt2 { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-right: 30px;    
	margin-left: 10px;
	margin-top: 10px;
	
}
.indented
   {
	padding-left: 50pt;
	padding-right: 50pt;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
   }

.indentedSmall
   {
	padding-left: 25pt;
	padding-right: 25pt;
}
   
.indentedBig
   {
	padding-left: 75pt;
	padding-right: 75pt;
	font-size: 16px;
   }   
.bgColourOnly
   {
	   background-color:#666;
	
   }    
h1{
	font-size:16px;
	font-weight: bold;
	color: #CCC;
}

   
h2{
	font-size:20px;
	font-weight: bold;
	color: #CCC;
}

h4{
	font-size:13px;
	font-weight:	100;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

h5{
	font-size:12px;
	font-weight:Bold;	
}


h6{
	font-size:40px;
	font-weight:Bold;	
}



a.visited {
	color:	#6FAD4C;
	font-weight:bold;
	
}

em {
	font-size: 14px;
	color: #999;
	
	
}


#apDiv_bg {
	position:relative;
	margin:auto;
	margin-top:0px;
	width:1000px;
	height:850px;
	z-index:1;
	top:10px;
	background-color:	#707070;
	border:1px solid;
	border-color:	#999;
}

#apDiv_caption {
	position:absolute;
	left:581px;
	top:422px;
	width:300px;
	height:51px;
	z-index:5;
	font-size: 14px;
	text-align: center;
	color: #999;
}

#apDiv_bigText {
	position:absolute;
	left:116px;
	top:137px;
	width:244px;
	height:35px;
	z-index:4;
	font-size: 18px;
	text-align: center;
}

#apDiv_title {
	position:absolute;
	left:60px;
	top:29px;
	width:368px;
	height:99px;
	z-index:6;
	background-image: url(img/common/wunderbar.gif);
}

.textIndent {
	text-indent:40px;
	
	
}
a:link {
	color:#39F;
}

