@charset "UTF-8";
* {margin:0px; padding:0px;}
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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #333;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-image: url(images/bgGrad.jpg);
}
a:link {
	color:#09C;
	text-decoration: none;
}
a:visited {
	color:#699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.oneColFixCtrHdr #container {
	width: 780px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	text-align: center;
	height: 30px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin-top: 20px;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	margin-top: 15px;
	padding-top: 0;
	padding-bottom: 0px;
}
#mainContent p{
	margin-top: 10px;
	margin-bottom: 5px;
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #footer {
	text-align: center;
	color: #999;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#discoverText {
	width: 285px;
	float: left;
}
#indexLinks {
	float: right;
	width: 210px;
}
#galleriesText {
	color: #000;
	padding: 15px;
	margin-top: 10px;
	background-color: #E1DDD7;
	width: 560px;
	float: left;
}


#mainNav {
	list-style-type: none;
	font-weight: bold;
	font-size: 16px;
}
#mainNav li {
	display: inline;
	margin-left: 13px;
	font-size: 18px;
	line-height: 26px;
	margin-right: 13px;
	text-transform: capitalize;
}
#mainNav li a {
	color: #FFF;
}
.topLink {
	font-size: small;
	font-variant: small-caps;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	margin-bottom: 15px;
}
.lastTopLink {
	font-size: small;
	font-variant: small-caps;
	text-align: right;
}
#galleriesText h3 a, #galleriesText h3 {
	color: #6E2405;
	text-decoration: none;
}
#pageheader {
	font-size: 40px;
	color: #333;
}
#artColumn {
	float: left;
	width: 239px;
	margin-left: 15px;
}
#indexLinks #key {
	background-repeat: no-repeat;
	width: 187px;
}
#indexLinks #key a{ color:#FFF}

#indexLinks div {
	margin-top:12px;
	margin-bottom: 12px;
}
#indexLinks h3 {
	margin-top: 30px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 8px;
	font-size: 19px;
}
h2 {
	margin-top: 10px;
	margin-bottom: 10px;
}
#mainContent #photos {
	float: right;
	width: 180px;
	margin-top: 12px;
	font-size: 10px;
	text-align: right;
}
#photos p {
	margin-top: 0px;
	margin-bottom: 10px;
}

