@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF url(Buttons/title_background.gif) repeat-x;
	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: #FFF;
}
.aeriedog #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
.aeriedog #header {
	text-align: center;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-bottom: 5px;
}
.aeriedog #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 */
}
.aeriedog #mainContent {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFF;
	color: #000;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.aeriedog #letterlinks {
	width: 100px;
	background-color:#F4F4EA;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.aeriedog #litterlist {
	width: auto;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.aeriedog #littertables {
	width: 600px;
	height: auto;
	display: block;
	margin: auto;
	padding: 5px;
	text-align: center;
}

.aeriedog #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
}
.aeriedog #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 */
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}
.centertext {
	text-align: center;
}
.lighttext {
	color: #FFC;
	font-weight: bold;
}
a:link {
	font-weight: bold;
	color: #A9AE4D;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #A9AE4D;
	text-decoration: none;
}

a:active {
	font-weight: bold;
	color: #F7F6A2;
}
.headline {
	font-weight: bold;
	color: #FFF7C6;
	background: #7B7B3E;
	margin-bottom: 0.5em;
	padding: 0.25em;
}

td {
	font-size: 0.8em;
}
