/* Reggae Nostalgia CSS */

body {
background: #000000;
background-image: url(../media/images/main/border.jpg); 
background-repeat: repeat-y;
color: #FFFFFF;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: small;
font-weight: bold;
line-height: 125%;
}

#header {
position: absolute;
top: 10px;
left: 50px;
width: 875px;
text-align: center;
}

#navigation {
position: absolute;
top: 325px;
left: 50px;
width: 160px;
}

#content {
position: absolute;
top: 325px;
left: 215px;
width: 550px;
}

#ads {
position: absolute;
top: 325px;
left: 770px;
width: 155px;
}

#chat {
position: absolute;
top: 975px;
left: 770px;
width: 155px;
}

#footer {
position: absolute;
top: 1700px;
left: 50px;
width: 875px;
text-align: center;
}

#asante_footer {
position: absolute;
top: 1925px;
left: 50px;
width: 875px;
text-align: center;
}

img { border: none;}

a:link {
text-decoration: overline underline;
color: #006600;
}

a:hover {
text-decoration: overline underline;
color: #FFFF00;
}

a:active {
text-decoration: overline underline;
color: #FF0000;
}

a:visited {
text-decoration: overline underline;
color: #FF0000;
}

h1 { font-size: 175%;}
h2 { font-size: 150%;}
h3 { font-size: 125%;}
h4 { font-size: 100%;}
h5 { font-size: 75%;}
h6 { font-size: 50%;}

p { font-size: 85%;}

.center { text-align: center;}
.right { text-align: right;}
.left { text-align: left;}

.automargin { margin: auto;}

.border {
border: #FF0000 thick double;
}

.bullet {
border: #FF0000 thick double;
background: #006600;
margin-left: 30px;
margin-right: 30px;
padding-left: 30px;
padding-right: 30px;
text-align: center;
color: #FFFF00;
}
