@charset "utf-8";
/* CSS Document */

body{
margin: 0 0 0 0;
background-color:#000000;
background-image: url(images/matte.jpg);
background-attachment:fixed;
background-position:left;
color: #CCCCCC;
}

#container{
width: 1000px;
background-color:#000000;
overflow:clip;
margin-left: 25px;
margin-top: 10px;
border: medium dashed #666666
}

#header{
}

#header p{
color: #CCC;
padding-right: 6px;
padding-left: 6px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

a:link {
color: #990000;
text-decoration: none;
} 

a:visited {
color: #990000;
text-decoration: none;
}

a:hover {
color: #FF0000;
}

a:active {
color: #FF0000;
}

a img {border: none; }

#main{
}

#main p{
color: #CCC;
padding-right: 8px;
padding-left: 8px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#mainLeft {
width:770px;
float: left;
clear:left;
}

#mainRight {
background-color: #3d0505;
margin-left: 770px;
height: 100%;
}


#footer{
height: 25px;
clear: both;
}

#footer p{
font-size: 10px;
text-align: right;
margin-right: 10px;
margin-bottom: 4px;
}