/* Naughty Swingers CSS Document */

body {
background: #930600;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
#logo {  
width: 800px;
height: 176px;
background: url(images/logo.gif) no-repeat bottom center;
vertical-align: bottom;
margin: 0 auto;   
}
#navtop {
width: 231px;
height: 128px;
background: url(images/navtop.gif) no-repeat top center;
}
#navbase {
background: url(images/navbase.gif); height: 30px;
}
#main {
width: 800px;
background: url(images/mbg.gif) center;
text-align: left;
padding: 0px;
margin: 0 auto;   
}
#base {
background: url(images/base.gif); height: 10px;
}
#copy {
padding-top: 15px;
text-align: right;
background: #930600;
padding-right: 25px;
}
#menu {
float: right;
height: 17px;
width: 300px;
background: url(images/menu.gif) no-repeat;
margin-right: 50px;
margin-top: 110px;
text-align: center;
padding-top: 5px;
font-size: 105%;
}
.right {
padding: 10px 30px 10px 10px;
}
.text-box {
border: 1px solid #930600;
padding: 10px;
}
.memberstop {
width: 231px;
height: 30px;
background: url(images/memberstop.gif) no-repeat top center;
}
.membersbase {
background: url(images/navbase.gif); height: 30px;
}
#members {
padding-left: 35px;
padding-right: 6px;
background: url(images/navbg.gif);
}
.imgborder {
border: 1px solid #930600;
padding: 2px;
}
/* Text Styles */

.red {
color: #930600;
}
h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #FFFFFF;
text-align: right;
margin-right: 35px;
margin-top: 0px;
vertical-align: top;
}
ul {
margin-bottom: 0px;
}
a {
color: #930600;
text-decoration: none;
}
a:hover {
color: #1b0772;
text-decoration: none;
}
#copy a {
color: #000000;
}
#menu a {
color: #222c00;
text-decoration: none;
}
#menu a:hover {
color: #930600;
}
/* Navigation Specific */

div.nav {
overflow: hidden;
text-transform: lowercase;
width: 231px;
background: url(images/navbg.gif);
}
/*div.nav div {
height: 26px;
}*/
div.nav ul {
list-style: none;
margin-left: 15px;
list-style-type: none;
}
div.nav li {
font-size: 11px;
margin-left: 44px;
padding: 4px 0px 2px 0px;
border-bottom: #ffffff 1px solid;
}
div.nav a {
display: block;
font-weight: normal;
font-size: 11px;
width: 140px;
color: #222c00;
text-decoration: none;
}
div.nav a:hover {
color: #930600;
}