@charset "utf-8";
body {
	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: #FFFFFF;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#container  {
	width: 959px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bg.jpg);
	height: 1100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
}
#header  {

}
#mainContent  {
	float: left;
	width: 959px;

}
#mainContent #mainImage {
	margin-top: 30px;
	float: left;
}
#mainContent #nav {
	margin-top: 26px;
	float: left;
}
#mainContent #welcome {
	float: left;
	margin-top: 45px;
	width: 300px;
	text-align: justify;
}
#welcome #welcomeHeader #welcomeTop {
	margin-right: 20px;
}

#welcomeTxt a {
	color: #00FF00;
}

#mainContent #news {
	float: right;
	margin-top: 45px;
	width: 300px;
}
#news #newsHeader #newsTop {
	margin-right: 55px;
}


#news #newsTxt a {
	color: #00FF00;
}

#mainContent #mainImage #galleryLrg {
	float: left;
}
#mainContent #mainImage #thumbsBox {
	float: left;
	background-image: url(../images/layOut2_ThumbsBG_03.jpg);
	height: 382px;
	width: 476px;
}
#thumbsBox #thumbs {
	margin-top: 13px;
	float: left;
	width: 476px;
	height: 356px;
	overflow: auto;
}
#galleryLrg #googleMap {
	margin-top: 15px;
	margin-left: 17px;
}






#footer  {
	margin-top: 50px;
	float: left;
	width: 959px;

}
#footer #botNav {
	float: left;
	width: 250px;
}
#footer #copyright {
	float: left;
	width: 250px;
	padding-left: 120px;
}
#container #topNav {
	float: left;
}

#footer #designProz {
	float: right;
}


#footer a {
	color: #66FF00;
	text-decoration: none;
}
