/* CSS Document The Alternative*/

body {
background: #131313 url('images/bkg.jpg') repeat-x;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

#container {
background: #0c1d0a;
width: 726px;
min-height: 600px;
margin: 0px auto;
}

#header {
background: #131313 url('images/header.jpg') no-repeat top left;
height: 237px;
width: 725px;
border-top: solid 1px #000;
border-left: solid 1px #000;
}

#headertxt {
height: 180px;
width: 725px;
}

#menu   { color: black; font-style: bold; font-variant: small-caps; line-height: 33px; text-align: center; padding: 201px 0 0 10px }

#menu a { color: #d29321; font-weight: bold; line-height: 33px; text-decoration: none; padding: 7px 10px 10px }

#menu a:hover{
color: #87b16d;
background: #131313 url('images/menubkg.jpg') no-repeat top left;
line-height: 33px;
padding: 7px 10px 10px 10px;
}

#content {
width: 723px;
min-height: inherit;
margin: 1px;
border-left: solid 1px #87b16d;
border-right: solid 1px #87b16d;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #87b16d;
overflow: hidden;
}

#footer    { color: #09002f; font-size: 9px; background: #131313 url(images/footer.jpg) no-repeat left top; text-align: center; margin: 0; padding: 9px 0 0; position: fixed; bottom: 100%; width: 725px; height: 33px }

#footer a {
color: #09002f;
text-decoration: underline;
}

#footer a:hover {
text-decoration: none;
}

#maincontentbox {
float: left;
width: 400px;
padding: 10px 10px 10px 10px;
}

.quotes {
border-left: 2px #87b16d solid;
margin-left: 15px;
padding-left: 5px;
line-style: justified;
}

.img {
padding: 5px 5px 5px 5px;
}

#smallcontentbox {
float: left;
width: 200px;
margin-left: 20px;
padding: 10px 10px 10px 10px;
}

h1 {	/*none*/
font-size: 11px;
background: url('images/headers.jpg') #131313 no-repeat top left;
padding: 0 35px;
font-variant: small-caps;
}

h2  { font-size: 11px; font-variant: small-caps; line-height: 30px; background: #131313 url(images/clockhdr.jpg) no-repeat left top; padding: 0 35px }

h3  { font-size: 11px; font-variant: small-caps; line-height: 30px; background: #131313 url(images/playerhdr.jpg) no-repeat left top; padding: 0 35px }

h4  { font-size: 11px; font-variant: small-caps; line-height: 30px; background: #131313 url(images/contacthdr.jpg) no-repeat left top; padding: 0 35px }

h5  { font-size: 11px; font-variant: small-caps; line-height: 30px; background: #131313 url(images/shouthdr.jpg) no-repeat left top; padding: 0 35px }
h6 { font-size: 11px; font-variant: small-caps; line-height: 30px; background: #131313 url(images/partyhdr.jpg) no-repeat left top; padding: 0 35px }
a , a:visited  { color: #d29321; text-decoration: underline }

a:hover {
color: #87b16d;
text-decoration: none;
}

.bold {
font-weight: bold;
}

li, ul {
list-style: none;
text-align: left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 5px 0px;
}