/* sets the main body properties */
HTML {
scrollbar-arrow-color:#000000; 
scrollbar-face-color:#C7B293; 
scrollbar-3dlight-color:#C7B293; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#000000; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#808080; 
}

BODY {
background-color: #000000;
font-family: Verdana, Arial, sans-serif;
font-size: 90%;
margin: 0;
padding: 0;
color:#E0E0E0;
}

P, TD, LI, UL {
font-family: Verdana, Arial, sans-serif;
font-size: 100%;
}

Table {
font-family: Verdana, Arial, sans-serif;
font-size: 100%;
border-collapse: collapse;
}

HR {
color: #C7B293;
height: 1px;
width: 100%;
}

/* this sets an image to the left or to the right on a page */

.imageleft {
margin: 0px 10px 0px 0px;
float: left;
border: 1px solid #C0C0C0;
}

.imageright {
margin: 0px 0px 0px 10px;
float: right;
border: 1px solid #C0C0C0;
}

/* this group sets the normal link colors */

A:LINK {color: #C7B293; text-decoration: none; font-weight: bold;}
A:VISITED {color: #C7B293; text-decoration: none; font-weight: bold;}
A:HOVER {color: #E7B28B; text-decoration: none; font-weight: bold;}
A:ACTIVE {color: #E7B28B; text-decoration: none; font-weight: bold;}

/* We like to use headings for special effects */

H1 {
font-size: 18px;
font-weight: bold;
letter-spacing: 2;
color: #E7B28B;
}

h2 {
color: #E7B28B;
text-align: left;
font-size: 14px;
font-weight: bold;
letter-spacing: 2;
width: 100%;
border-bottom: 1px dotted #E7B28B;
}

h3 {
color: #E7B28B;
text-align: left;
font-size: 14px;
font-weight: bold;
font-variant: small-caps;
letter-spacing: 2;
}

h4, h5, h6 {
font-size: 14px;
font-weight: bold;
color: #E7B28B;
}

/* special classes */

.yourname {
background-color: #301214;
background-image: url(images/cell11.jpg);
text-align: center;
color: #000000;
}

.globalbar {
background-color: #C0C0C0;
background-image: url(images/cell2.jpg);
color: #000000;
text-align: center;
font-variant: small-caps;
font-weight: bold;
font-size: 12px;
letter-spacing: 3;
height: 20px;
padding: 0;
border-top: 1px solid #404040;
border-bottom: 1px solid #404040;
}

.globalbar A:LINK {color: #A18662; text-decoration: none; font-weight: bold;}
.globalbar A:VISITED {color: #A18662; text-decoration: none; font-weight: bold;}
.globalbar A:HOVER {color: #000000; text-decoration: none; font-weight: bold;}
.globalbar A:ACTIVE {color: #000000; text-decoration: none; font-weight: bold;}


.sidebar {
/*background: #000000 url(images/runningman.gif) no-repeat left top;*/
text-align: left;
line-height: 20px;
color: #DBCDBB;
padding: 10;
width: 350px;
height: 350px;
vertical-align: top;
}

.sidebar h2 {
color: #E7B28B;
text-align: right;
font-size: 16px;
font-weight: bold;
font-variant: small-caps;
letter-spacing: 3;
border-bottom: 1px dotted #E7B28B;
}

.maintext {
background-color: #000000;
color: #E0E0E0;
text-align: justify;
padding: 20;
vertical-align: top;
width: 100%;
}

.hottopic {
background-color: #A18662;
color: #E0E0E0;
float: right;
font-size: 8px;
text-align: left;
padding: 5px;
width: 100px;
border: 1px solid #DBCDBB;
margin-left: 20px;
}

.copyright {
background-color: #C7B293;
background-image: url(images/cell3.jpg);
color: #000000;
font-size: .85em;
font-weight: bold;
text-align: center;
letter-spacing: 2;
height: 30px;
}

/* form buttons */

.form {
background-color: #C7B293;
color: #000000;
font-weight: bold;
padding: 2;
border: 1px solid #808080;
}
