@charset "utf-8";
#container  {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px ridge #333333;
	text-align: left;
	background-repeat: repeat;
	text-decoration: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: 851d12;
	background-image: url(images/background/bg-dred30.jpg);
} 
#nav {
	margin: 0px;
	padding: 0px;
	background-image: url(images/background/bgtopbar84x35.gif);
	background-repeat: repeat;
}

#header  {
	padding: 0;
	margin: 0px;
	background-repeat: no-repeat;
	height: 203px;
	width: 780px;
} 
#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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 238px;
	width: auto;
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: auto;
}
#mainContent  {
	width: 520px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	z-index: 3;
	float: left;
	height: auto;
} 
#footer  {
	padding: 0;
	background-repeat: repeat;
	height: auto;
} 
#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: 851d12;
	background-image: url(images/background/bg-dred30.jpg);
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	height: 16px;
	width: 780px;
	background-color: 851d12;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	background-color: 851d12;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #CCCCCC;
	text-decoration: none;
	text-align: left;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: oblique;
	color: e7dbe9;
	text-decoration: none;
	text-align: center;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #CCCCCC;
	text-decoration: none;
	text-align: center;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: oblique;
	color: #E7DBE9;
	text-decoration: none;
}

h5 {
	font-style: italic;
	text-align: center;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-image: url(images/background/pink.png);
	color: #e7dbe9;
}

a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #E7DBE9;
}
#madeby {
	margin: 0px;
	padding: 0px;
	background-color: #851E12;
}

#contact library {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
body {
	background-image: url(images/background/bgtools250x250.gif);
	background-repeat: repeat;
	margin-top: 10px;
}


#bottomnav {
	margin: 0px;
	padding: 0px;
}
