/*
<-- CSS BACKGROUND PIC:
background-image: url("back.jpg");background-repeat: no-repeat; background-position: 95% 50%;}
*/
html,body{margin:0;
padding-top: 10px;
background-image: url('cf2.png');
background-repeat: repeat}
body{font: 76% arial;text-align:center; background-color: #333333}
p{margin:0 10px 10px}
a{display:block;color: #981793;padding:10px}

div#header h1{height:41px;line-height:41px;margin:0;padding-right:30px;text-align:right;background: #202020;color: #666666; background-image: url("header.png");}

div#container{text-align:left; font-size: 11px;}
div#content p{line-height:1.4}

div#navigation{background:#111111}
div#extra{background:#111111}

div#footer{background: #202020;color: #707070}
div#footer p{text-align:center; margin:0;padding:10px 10px; line-height: 2; background-image: url("footer.png");}

div#container{width:700px;margin:0 auto;color: #888888; background-color: #111111}
div#content{float:right;width:500px; padding-top: 20px;}
div#navigation{float:left;width:200px; padding-top:5px;}
div#extra{float:left;clear:left;width:184px; height: 140px; position:relative;}
div#footer{clear:both;width:100%}



 #navcontainer { width: 200px; }

#navcontainer ul
{
margin-left: 9px;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 2px;
width: 160px;
background-color: #111111;
border-bottom: 1px solid;
border-color: #202020
}

#navcontainer a:link, #navlist a:visited
{
color: #888888;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #333333;
color: #909090;
font-weight:bold;
}
