@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background-image:url(../Gallery/Oak.jpg);*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	padding-top: 15px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color:#5E001F;
	float:none;
}
.container {
	width: 780px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	border: 3px solid;
	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. */
	background-color:#F0F0F0;
	/*border-color: #936C87;*/
	border-color:#330000;
}
.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 */
}
a:link {
	color:#990066;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
} /* links on the site have underlines removed */
a:visited {
	color:#990066;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
} /* they stay black insted of the normal blue/purple colors */
a:active {
	color:#990066;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
a:hover {
	color:#FF99CC;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
.main {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1em;
	padding-top:10px;
	height: auto;
	width: 550px;
}
.mainnopad {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	width: 577px;
}
.footer {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background:#ffffff;
	font-size: 9px;
}
#scroll {   /* the scrolling thumbnails on the gallery pages. */
	overflow:auto;   /* automatically places a scroll bar if there are too many icons to fit */
	height:500px;
	width:118px;
}
#links ul {   /* controls the look and feel of the main menu on the left of the page */
	list-style-type: none;
	text-decoration: none;
	width: 130px;
	font-weight:normal;
}
#links li {   /* controls the look and feel of the main menu on the left of the page */
	/*	border: 1px dotted #999; */
	border-width: 1px 0;
	margin-bottom: 8px;
	margin-top: 8px;
	list-style-type: none;
	font-weight:normal;
}
#links li a {  /* controls the look and feel of the main menu on the left of the page */
	color:#990066;
	display: block;
	padding-top: 10px;
	padding-bottom:10px;
	text-decoration: none;
	list-style-type: none;
	font-weight:normal;
}
* html #links li a {  /* make hover effect work in IE */
	width: 130px;
}
#links li a:hover {  /* Hover over menu links */
	background:#DDDDDD;
	font-weight:normal;
}
#sublinks {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
}
#paypaltext {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
}
#linkheader {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color:#990066;
	font-weight:bold;
}
#linkbigtitle {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 12px;
	color:#990066;
	font-weight:bold;
}
#quarter {
width:230px;
text-align:center;
float:left;
margin-top:20px;
}