/*MIDWEST MISTRESS - Designed by House of Sanctaury, LLC*/
body {
margin: 0;
padding: 0;
line-height: 2em;
font : 80% "Trebuchet MS", "lucida sans", Arial, Helvetica, Tahoma, sans-serif;
color: #000;
background: #eeeee;
}
			/*TOP*/
#top {
height: 20px;
margin-top: 0;
margin:0;
}
			/*BANNER*/
#header {
height: 175px;
background: #CD3700;
margin:0;
border-bottom : 3px solid #FFD39B;
}
			/* MENU TABS*/
#menu {
width:100%;
height: 40px;
background: #CD3700;
font-size:100%;
line-height:normal;
border-bottom: 3px solid #FFD39B;
}
#menu ul {
margin:0;
padding: 13px 0 0 0;
list-style:none;
}
#menu li {
display:inline;
margin:0;
padding:0;
}
#menu a {
float:left;
background:url(Images/tab_left.jpg) no-repeat left top;
margin:0;
padding:0 0 0 8px;
text-decoration:none;
}
#menu a span {
float:left;
display:block;
background:url(Images/tab_right.jpg) no-repeat right top;
padding: 5px 15px 4px 6px;
color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {
color:#FFF;
}
#menu a:hover {
background-position:0% -42px;
}
#menu a:hover span {
background-position:100% -42px;
}
			/*COLUMNS*/
#gutter {
clear:both;
float: left;
width: 0%;
margin: 2px;
height: 1px;
}
#col1 {
float: left;
width: 16%;
margin-left:2%;
margin-bottom: 10px;
}
#col2 {
float: left;
width: 55%;
margin-left: 2%;
background: #FFF8DC;
margin-bottom: 10px;
}
#col3 {
float: left;
width: 16%;
margin-left: 1%;
background: #00000;
margin-bottom: 10px;
}

                       /*3 LISTS OF LINKS*/
#bottom {
border-top: 3px solid #FFD39B;
height:200px;
clear:both;
color: #000;
font-weight: bold;
background: inherit;
}
#bottom a {
color : #8B6508;
font-weight: bold;
background: transparent;
text-decoration : none;
}
#bottom a:hover {
color: #000;
font-weight: bold;
text-decoration: none;
}
			/*LIST*/
.list3,.list3center {
float: left;
width: 28%;
margin-left: 10px;
}
.list3center {
margin: 0 6%;
}
			/*FOOTER*/
#footer {
border-top: 3px solid #FFD39B;
clear: both;
padding:5px;
background: #8B6508;
color:#eee;
}
#footer a {
background: inherit;
color: #D5D9B4;
}
#footer a:hover {
background: inherit;
color: #FFD39B;
}
			/*H FONTS*/
h1 {
margin: 0;
padding: 10px 0 0 30px;
font-size: 200%;
letter-spacing: 5px;
color: #333;
background: inherit;
}
h2 {
margin-top: 10px;
font-size: 150%;
letter-spacing: 3px;
color: #CD3700;
background :transparent;
}
h3 {
margin: 10px 0 0 20px;
font-size: 160%;
letter-spacing: 5px;
text-transform: uppercase;
color: #EEE;
background: #CD3700 url(Images/brown_black.gif);
}
p {
margin-left: 7px;
margin-right: 7px;
}
blockquote {
font-weight: bold;
font-style: italic;
color : #333;
}
			/*FOOTER LINKS*/
a:link {
color: #B13E0F;
background: #00000;
text-decoration: none;
}
a:visited {
color: #677278;
background: transparent;
text-decoration: none;
}
a:hover {
color: #484452;
text-decoration: none;
}
li {
list-style-image: url(Images/midwest_mistress_dot.gif);
padding-left: 3px;
}
a img {
border: 0;
}
			/*CLASS*/
.clear {
clear: left;
overflow: hidden;
width: 0;
height: 0;
}