@charset "UTF-8";
/* CSS Document */
html, body,
p, a,
ol, ul, li,
dl, dt, dd,
h1, h2, h3, h4, h5, h6,
blockquote {
border:none;
font-size:16px;
line-height:24px;
margin:0;
padding:0;
text-decoration:none;
text-transform:none;
}

img {
border:none;
margin:0;
padding:0;
}

html {
background:#fff;
color:#000;
}

ul, ol {
list-style-type:none;
}

p, a {
font:16px/24px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

p {
margin-bottom:20px;
}

#header {
clear:both;
}

#content {
width:450px;
}

#container {
width:450px;
margin:0 auto;
}

#container.img {
width:600px;
}

blockquote {
border-left:1px dashed #000;
padding:0 20px;
}

#navigation {
float:right;
}

#navigation li {
float:left;
}

#navigation a {
border-bottom:none;
font-size:14px;
font-weight:bold;
margin:0 20px;
padding:0;
}

#navigation a:hover {
}

#navigation a.lastnav {
margin-right:0;
}

#navigation a.active {
border-top:1px solid #f33;
color:#333;
height:23px;
font-size:14px;
text-transform:uppercase;
}

a, a:link {
color:#D80000;
}

a:visited {
color:#D80000;
}

a:hover {
color:#000000;
}

a:active {
color:#FFFF00;
}

CSS
#navcontainer ul
{
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

#navcontainer li { margin: 0 0 3px 0; }

#navcontainer a.readmore
{
display: block;
width: 600px;
height:300px;
background-color: #999;
background-image: url(../img/readmore.jpg);
margin-bottom:24px;
}

#navcontainer a.fuckoff
{
display: block;
width: 600px;
height:300px;
background-image: url(../img/fuckoff.jpg);
}

#navcontainer a:link, #navlist a:visited
{
text-decoration: none;
}

#navcontainer a:hover.readmore
{
background-color:#fff;
background-image: url(../img/readmore_text.jpg);
}

#navcontainer a:hover.fuckoff
{
background-color: #fff;
background-image: url(../img/fuckoff_text.jpg);
background-repeat:no-repeat;
}

#active a:link, #active a:visited, #active a:hover
{
color:#fff;
}

p.footer, a.footer {
font-size:12px;
}

#navcontainer {
background-image: url(../img/readmore_text.jpg);
background-repeat: no-repeat;
background-position: -1000px -1000px;
}

#navlist {
background-image: url(../img/fuckoff_text.jpg);
background-repeat: no-repeat;
background-position: -1000px -1000px;
}