/*--------------------------------------------------TEXT------------------------------ */
a {
color: #0000ff;
text-decoration: underline;
}

a:visited { color:#0000ff; }

a:hover { color: #ff0000; }

a:active { color:#000000; }

p, pre {
padding: 0;
margin: 6px 0px 6px 0px;
font-size: 12px;
}

h1 {
font-size: 24px;
text-transform:uppercase;
margin:0px;
font-weight: normal;
padding: 12px;
}

h2 {
font-size: 18px;
text-transform:uppercase;
padding:12px;
margin:0px;
font-weight: normal;
}

h3 {
font-size: 12px;
text-transform:uppercase;
padding:12px;
margin:0px;
font-weight: bold;
}

.anchor { margin: 24px; }

/*--------------------------------------------------TEXT------------------------------ */


/*--------------------------------------------------LAYOUT------------------------------ */
body {
width: 900px;
margin: 0 auto;
background-image:url('http://static1.grsites.com/archive/textures/brick/brick051.jpg');
border-style:double;
border-width:medium;
font-size: 12px;
font-family: Arial, Sans-Serif;
color:#333333;
}

#paper {
background-color: #ffffff;
padding: 25px 0px 75px 0px;
}

/*--------------------------------------------------LAYOUT------------------------------ */

/*--------------------------------------------------NAVS------------------------------ */
.header {
position: fixed;
top: 2px;
z-index: 10;
width: 900px;
padding: 0px;
margin: 0px; background-color:#330000
}

.header a {
color: #ffcc00;
text-decoration: none;
font-size: 12px;
text-transform: capitalize;
text-align: left;
}

.header a:hover { color: #ffffff; }
.header a:active { color: #ffffff; }

.footer a {color: #ffcc00;
text-decoration: none;
font-size: 12px;
text-transform: capitalize;
text-align: left;
}
.footer a:hover { color: #ffcc00; }
.footer a:active { color: #ffcc00; }


.footer {
position: relative;
bottom: 0px;
z-index: 10;
background-color: #330000;
font-size: 8px; color:#FFFFFF
}

.left {
float: left;
width: 250px;
margin: 0px;
padding: 25px 0px 0px 0px;
position: fixed;
background: #ffffff;
}

/*--------------------------------------------------NAVS------------------------------ */

/*--------------------------------------------------MENU------------------------------ */
ul {
font-size: 12px;
margin: 0;
padding: 0;
list-style: none;
}

ul li {
display: block;
position: relative;
float: left;
}

li ul { display: none; }

ul li a {
display: block;
text-decoration: none;
color: #FFCC00;
border-top: 0px solid #ffffff;
background: #330000;
margin-left: 0px;
white-space: nowrap; font-weight:bold; padding-left:15px; padding-right:15px; padding-top:5px; padding-bottom:5px
}

ul li a:hover { background: #330000; }

li:hover ul {
display: block;
position: absolute;
}

li:hover li {
float: none;
font-size: 10px;
}

li:hover a { background: #330000; }

li:hover li a:hover { background: #330000; }
/*--------------------------------------------------MENU------------------------------ */