@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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #000000;
}

.oneColFixCtr #container {
	width: 810px;
	margin: 0 auto; /* 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. */
	color: #000000;
	background-color: #000000;
}

.oneColFixCtr #topnav {
	height:00px;
	background-color:#000000;
	font-size: 90%;
	color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;	/* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #logo {
	height:80px;
	background-color:#000000;
	padding-top: 15;
	padding-left: 20;	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtr #telno {
	height:25px;
	background-color:#000000;	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtr #navbar {
	padding: 0;
	height:50px;
	background-color:#000000;	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
}



.oneColFixCtr #mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 5px;
}
.oneColFixCtr #container #mainContent .mainpic {
	border: 1px solid #FFFFFF;
	margin-left: 20px;
	margin-bottom: 20px;
}


.oneColFixCtr #thumbnail {
	height:250px;
	background-color:#000000;	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	padding-right: 0;
	padding-left: 40px;
	padding-top: 0px;
}

.oneColFixCtr #caption {
	height:30px;
	background-color:#000000;	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	padding-right: 0px;
	padding-left: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
}




.thumbnailimg {
	margin-right: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0;
}
.captionimg {
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	border: 0px;
}
.oneColFixCtr #container #thumbnail img {
	background-color: #FFFFFF;
	height: 220px;
	width: 200px;
}
.oneColFixCtr #footer {
	padding: 0;
	height:50px;
	margin: 0px;	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(orbg.jpg);
}
.captionimglink: hover; {
	color: #FFCC00;
}

