/* 
Anna Taylor Design - Shepherdstown, WV
Main Stylesheet 
By Anna Taylor 
Copyright (c) Anna Taylor

*/

/* GLOBAL STYLES */

html, body { margin: 0; padding: 0; height: 100%; min-height: 100%; }
body { background-color: #6b8e9a; }

a:link { color: #FFFFFF; text-decoration: underline; }
a:active { color: #FFFFFF; text-decoration: underline; }
a:visited { color: #FFFFFF; text-decoration: underline; }
a:hover { color: #FFFFFF; text-decoration: none; }


/* IDS */

#header-wrapper { width: 100%; background-color: #d7d7d7; background-image: url(../img/bg-paper.jpg); background-repeat: repeat; }
#header-content { width: 884px; padding: 38px 0 0 0; margin: 0; text-align: left; }
#logo-bottom { width: 100%; background-image: url(../img/bg-logo-bottom.gif); background-repeat: repeat-x;  }

#red-wrapper { width: 100%; background-color: #b83b26; float: left; }
#red-content { width: 784px; padding: 0 50px; margin: 0; text-align: left; color: #e9ce8f; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 18px; }

#footer-wrapper { width: 100%; background-image: url(../img/bg-footer.jpg); background-repeat: repeat-x; float: left; }
#footer-content { width: 884px; height: 161px; margin: 36px 0; padding:0; color: #ffffff; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; }

/* CLASSES */

.floatright { float: right; margin: 0; }
.floatleft { float: left; margin: 0; } 
.clearer { display: block; clear: both; height: 0; overflow: hidden; }

