/* CSS Document */

body{ 
text-align: center;
background: #005622 url('images/layout/bg.gif'); 
font-weight: none;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}

/*Layout- Width, Text Alignment, bg*/
div#layout{
width:920px;
background: url('images/layout/moneybg.jpg') bottom right no-repeat;
position: relative;
top: -20px;
margin: 0 auto;
text-align: left;
color: #FFFFFF;
}

div#layout2{
width: 650px;
position: relative;
left: 170px;
}

div#money2{
width: 170px;
height: 244px;
background: url('images/layout/moneybg2.gif') top right no-repeat;
position: absolute;
top: 25px;
left: 0px;
}

div#nav{
width: 170px;
height: 216px;
background: url('images/layout/navbg.gif') top left no-repeat;
position: absolute;
top: 270px;
left: 0px;
}

div#navtext{
width: 124px;
position: absolute;
top: 24px;
left: 18px;
}

#navtext a{
text-decoration: none;
color: #006600;
}

#navtext a:hover{
text-decoration: none;
color:#00CC00;
}

div#nav2{
background: #EEEEEE;
text-align: center;
}

#nav2 a{
color: #006633;
}

div#header{
width: 750px;
height: 200px;
background: url('images/layout/header.jpg');
}

div#content{
background: #FFFFFF;
text-align: left;
color: #000000;
border-left: solid 1px;
border-left-color: #000000;
border-right: solid 1px;
border-right-color: #000000;
position: relative;
}

div#contentbody{
margin-left: 5px;
margin-right: 5px;
text-align: left;
position: relative;
}

div#contentbody2{
margin-left: 5px;
margin-right: 0px;
text-align: left;
position: relative;
}

div#content1{
text-align: center;
position: relative;
}

div#content2{
width: 505px;
clear: none;
text-align: center;
position: relative;
}

div#ads{
width: 124px;
float: right;
clear: none;
font-size: 9px;
}

div#ads2{
width: 176px;
position: absolute;
text-align: center;
top: 0px;
right: 0px;
clear: none;
}

div#content3{
width: 635px;
min-height: 440px;
clear: none;
text-align: left;
position: relative;
}

div#content3text{
width: 440px;
position: relative;
left: 10px;
}


#content3 a{
color: #681716;
font-size: 14px;
text-decoration: none;
font-weight: bold;
}

#content3 a:hover{
color: #681716;
font-size: 14px;
text-decoration: underline;
font-weight: bold;
}

div#ads3{
width: 124px;
float: right;
clear: none;
}

div#content4{
text-align: center;
width: 580px;
margin: 0 auto;
}

div#content5{
text-align: left;
clear: both;
padding-left: 10px;
padding-right: 10px;
}

#content5 a{
color: #681716;
font-size: 14px;
text-decoration: none;
font-weight: bold;
}

#content5 a:hover{
color: #681716;
font-size: 14px;
text-decoration: underline;
font-weight: bold;
}

#contentexclusive{
width: 470px;
}

#exclusiveads{
width: 100px;
height: 700px;
position: absolute;
left: 530px;
top: 0px;
}

div#hidden{
display:none;
}


div#indent{
display: block;
padding-left: 20px;
}

/*Headers and different colors*/

h1{
display: inline;
font-size: 16px;
color: #0a6c0c;
}

div#h1links{
display: inline;
}

div#h1links a{
font-size: 16px;
color: #0a6c0c;
text-decoration: none;
}

div#h1links a:hover{
font-size: 16px;
color: #681716;
text-decoration: underline;
}

h2{
display: inline;
font-size: 14px;
color: #6c0b0b;
}

h3{
display: inline;
font-size: 14px;
color: #72421b;
}

h4{
display: inline;
font-size: 12px;
color: #0a6c0c;
}

div#highlight{
background-color: #f1e397;
}

/*Footer Stuff*/

div#footer{
width: 650px;
height: 60px;
background: url('images/layout/footerbg.gif') bottom left no-repeat;
color: #000000;
text-align: center;
}

div#footertext{
text-align: right;
position: relative;
left: -20px;
top: 26px;
}

#footertext a{
color: #b8ab77;
text-decoration: none;
}

#footertext a:hover{
color: #FFFFFF;
font-weight: bold;
}

div#copyright{
text-align:right;
position: relative;
top: 32px;
left: 0px;
height: 30px;
width: 620px;
color: #FFFFFF;
}

div#copyright2{
text-align:left;
position: absolute;
bottom: 0px;
left: 0px;
}

#copyright2 a{
color: #b8ab77;
font-size: 10px;
text-decoration: none;
}

#copyright2 a:hover{
color: #FFFFFF;
font-size: 10px;
}

div#copyright1{
text-align:right;
position: absolute;
font-size: 11px;
bottom: 0px;
right: 0px;
}

div#linkexchange{
text-align: center;
}

div#linkexchange a{
color: #005622;
}


