body {
/*background-image:url('images/bg.gif');*/
/*background-repeat:repeat;*/
background-color: #000;
}

#fullscreen{
position:absolute;
width: 100%;
height:100%;
background-color: #c6c6c6;
}

#container{
position: relative;
width: 800px;
height: 530px;
border: 0px solid #fff;
top: 30px;
margin-right: auto;
margin-left: auto;
background-image:url('images/links_bg.jpg');
background-repeat:repeat-y;
background-color: #000;
}


#header{
position: relative;
background-image:url('images/header.jpg');
background-repeat:no-repeat;
background-position:top right;
border-right: 1px solid #3c3c3c;
float:left;
width: 800px;
height: 100px;
border: 0px solid #000;
}



#leftlinks{
position: relative;
float: left;
width: 150px;
height: 300px;
border: 0px solid #000;
background-image:url('images/links_bg.jpg');
background-repeat:repeat-y;
}



#leftlinks2{
position: relative;
float: left;
width: 150px;
height: 990px;
border: 0px solid #000;
background-image:url('images/links_bg.jpg');
background-repeat:repeat-y;
}

#content{
position:relative;
float: right;
height: auto;
width: 648px;
border-top: 1px solid #ff0000;
border-left: 1px solid #ff0000;
border-right: 1px solid #3c3c3c;
background-color: #000;
}


#footer{
position: relative;
float: left;
width: 100%;
height: 42px;
border: 0px solid #000;
border-right: 1px solid #3c3c3c;
float: left;
}

#leftlinks ul{
list-style-type: none;
margin:0px;
padding: 0px;
margin-left:0px;
margin-top:20px;
list-style-position: inside;
}

#leftlinks li{
margin-left: 0px;
padding-left: 0px;
text-indent: 0px;
text-transform: uppercase;
border-bottom: 1px solid #3c3c3c;
}

#leftlinks a{
text-decoration: none;
display: block;
text-indent: 0px;
color: #fff;
font-size: .8em;
}

#leftlinks a:hover{
background-color: #c6c6c6;
color: #000;
}

#leftlinks2 ul{
list-style-type: none;
margin:0px;
padding: 0px;
margin-left:0px;
margin-top:20px;
list-style-position: inside;
}

#leftlinks2 li{
margin-left: 0px;
padding-left: 0px;
text-indent: 0px;
text-transform: uppercase;
border-bottom: 1px solid #3c3c3c;
}

#leftlinks2 a{
text-decoration: none;
display: block;
text-indent: 0px;
color: #fff;
font-size: .8em;
}

#leftlinks2 a:hover{
background-color: #c6c6c6;
color: #000;
}

p {
color: #fff;
padding: 10px;
font-size: .8em;
font-family: arial;
}

ul {
color: #fff;
font-size: .8em;
font-family: arial;
list-style-type: circle;
}

.right{
float: right;
padding: 15px;
}

h1{
color: #993333;
size: 1.2em;
padding: 15px;
}

h2{
color: #fff;
size: 1.2em;
padding: 15px;
}

h2 a{
color: #fff;
text-decoration: underline;

}

h2 a:hover{
text-decoration: none;
}