/*css for fridlingotn photography.com holding page(index)
author: wayne humphrey of wh web design */

@charset "utf-8";
/* CSS Document */
<style type="text/css">
body,td,th {
	font-family: Arial;
}
a:link {
	text-decoration: none;
	color: #fff;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #FD0000;
}
a:active {
	text-decoration: none;
	color: #fff;
	text-align: left;
}
body {
	font: 100%;
	background-color: #000;
	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: #000000;
}
.oneColFixCtr #container {
	width: 1004px;  
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr {
	background-color: #000;
}

.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #FFF;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: none;
	font-size: large;
	font-family: Arial;
}

#bottomlinktext {
	text-align: center;
}
.oneColFixCtr #container #mainContent #bottomlinktext {
	text-align: center;
	font-family: Arial;
	font-size: 14px;
}
.galleryname {
	font-size: 22px;
	color: #F00;
}
.copyright {
	font-family: Arial;
	font-size: 14px;
	color: #FFF;
}
