body{
	margin:0;
	padding:0;
	background-image:url(images/top_back.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#c7c7c7;
}

/* LINKS */

.links { 
	height:19px;
	width:173px;
	margin:135px 7px 0px 12px;
	padding:5px;
	background-image:url(images/menu_bg.gif);

}

.links a { 
	font-family:"Gill Sans MT", "Gill Sans", Trebuchet;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	}

#logoLinkLeft{
	position:absolute;
	width:201px;
	height:70px;
	left: 0px;
	top: 0px;
}

#mailtoLink{
	widows:201px;
	height:70px;
	top:434px;
	left:9px;
	position:absolute;
	width: 188px;
}

#imageLink{ 
	position:absolute;
	top:0px;
	left:0px;
	width:399px;
	height:69px;
}
/* LINKS END */

#main {
	background-image:url(images/horizontal_bg.gif);
	width:801px;
	height:100%;
}

#leftColumn {
	position:relative;
	background-image:url(images/left_top_bar.jpg);
	width:201px;
	height:549px;
	float:left;
}
#contentColumn {
	position:relative;
	background-image:url(images/content_bg.gif);
	background-repeat:repeat-x;
	width:399px;
	min-height:549px;
	float:left;
}
#contentColumn h1 { font-family:'Gill Sans MT','Gill Sans',Tahoma, Verdana, Trebuchet; text-transform:uppercase; color:#333333; margin:3px; font-size:24px;}
#contentColumn h2 { font-family:'Gill Sans MT','Gill Sans',Tahoma, Verdana, Trebuchet; text-transform:uppercase; color:#D10A08; margin:3px; font-size:20px;}

#contentColumn a { color:#CC3300; font-weight:bold; text-decoration:none; }
#contentColumn a:hover { color:#333; font-weight:bold; }

#rightColumn {
	width:201px;
	float:left;
	background-image:url(images/right_top_bar.jpg);
	height:549px;
}

#clearDiv {
	clear:left;
}

#homeImageTop {
	background-image:url(images/home_image.jpg);
	width:399px;
	height:455px;
}

#contentColumn #homeText p {
	padding:2px 18px;
	text-align:justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}

.siteCredits { font-family:trebuchet, Tahoma, Verdana; font-size:10px; color:#999999; }
.siteCredits a {color:#666666;}
