/* CSS Document */

body, html {  
background-image:url(images/bgrnd.jpg);
background-position: center;
background-repeat: repeat;
background-attachment: fixed;
background-color: #000000;
text-align: center;
font: normal 900 9px arial;
color: #CCCCCC;
height: 100%;
margin-top: 0px;
padding: 0;
}

#container {
position: relative;
margin: 0 auto;
width: 760px;
background-color: #000;
overflow: hidden;
}

#header {
width: 760px;
height: 129px;
background-image: url(images/header.jpg);
background-position: center;
background-repeat: no-repeat;
}

#navbar {
width: 760px;
height: 128px;
text-align: center;
}


#maintext {
padding: 10px;
font: normal 900 12px arial;
color: #CCCCCC;
text-align: left;
}

#footer {
position: relative;
margin: 0 auto;
bottom: 0;
width: 760px;
background-color: #000;
padding-top: 3px;
}

div#showstextleft {
float: left;
padding: 10px;
width: 450px;
background: none;
}

div#showstextright {
float: right;
padding: 10px;
width: 250px;
text-align: center;
}

A:link {
text-decoration: none; 
color: #CCCCCC;
}
A:visited {
text-decoration: none; 
color: #CCCCCC;
}
A:active {
text-decoration: none; 
color: #CCCCCC;
}
A:hover {
text-decoration: underline;
color: #0000FF;
}

.imgbrdr {
border: solid;
border-width: 1px;
border-color: #666666;
}

.imgpad {
padding: 10px;
}

.row {
background-color: #333333;
text-align: left;
color: #60AEF7;
padding: 4px;
}

.news {
text-align: left;
padding: 10px;
}

.center {
text-align:center;
padding: 10px;
} 

.heading {
color: #60AEF7;
}

.lefttext {
text-align: left;
}

.redtxt {
color: #990000;
}

h1 {
font: normal 900 20px arial;
color: #990000;
}

h2 {
font: normal 900 16px arial;
color: #B46F38;
}

ul li {
list-style: disc;
margin-top: 12px;
}