html {
behavior:url(whatevs.htc);
}

body {
background: #151515;
margin: 0;
padding: 0;
min-width: 720px;
font-family: "trebuchet ms", lucida grande, sans-serif;
font-size: 0.8em;
color: #a1a1a1;
}

h1 {
color: #fc0;
font-size: 1.8em;
margin: 0 0 2px 0;
}


h2 {
color: #fff;
font-size: 1.4em;
margin: 0 0 2px 0;
}


h4 {
color: #7a8e1b;
font-weight: normal;
font-size: 0.8em;
margin: 0 0 2px 0;
}

h5 {
margin: 1%;
font-weight: normal;
color: #EFEBD9;
font-size: 0.9em;
}

h5 a:link {
font-weight: normal;
color: #EFEBD9;
text-decoration: none;
border-bottom: 0 none;
}

h5 a:visited {
font-weight: normal;
color: #EFEBD9;
text-decoration: none;
border-bottom: 0 none;
}

h5 a:hover {
font-weight: normal;
color: #fff;
text-decoration: none;
border-bottom: 0 none;
}

h5 a:active {
font-weight: normal;
color: #fff;
text-decoration: none;
border-bottom: 0 none;
}


p {
margin: 0;
line-height: 1.6em;
}

a:link {
font-weight: bold;
color: #fc0;
text-decoration: none;
border-bottom: 0 none;
}

a:visited {
font-weight: bold;
color: #666;
text-decoration: none;
border-bottom: 1px solid #666;
}

a:hover {
font-weight: bold;
color: #fc0;
text-decoration: none;
border-bottom: 1px solid #fc0;
}

a:active {
font-weight: bold;
color: #7a8e1b;
text-decoration: none;
border-bottom: 1px solid #000;
}

#header {
display:block;
background: transparent;
width:100%;
overflow:hidden;
}

#headermenu {
display: block;
padding: 10px 0 10px 0;
background: #000 url(../images/headermenu_2.jpg) left bottom repeat-x;
}

#headermenu h5 {
margin: 0 8px 0 8px;
}

#headerpic {
background: #000 url(../images/headerpic_2.jpg) left bottom repeat-x;
height: 136px;
display: block;
}

#meatwrap {
display:block;
float:left;
background: transparent;
width:56%;
margin-bottom: -28px;
overflow:hidden;
}

#meat {
padding: 5%;
border-top: 1px solid #51430b;
}

#meatheader {
border-bottom: 8px solid #51430b;
padding: 0 0 5px 0;
background: transparent;
}

#meat p {
margin: 20px 0 0 0;
}

#teaserwrap {
display:block;
float:left;
margin-top: -26px;
background: transparent;
width:22%;
overflow:hidden;
}

#teaser {
border-right: 1px solid #fc0;
background: #151515;
}

#teaserheader {
border-bottom: 0;
margin: 0;
padding: 15px 10px 15px 10px;
}

#teaser div {
padding: 15px 10px 15px 10px;
border-top: 1px solid #51430b;
background: transparent;
}

#teaser div:hover {
background: #151515 url(../images/hoverstrip_a.jpg) top left repeat-x;
border-top: 1px solid #fc0;
}

#teaser a img {
display: block;
text-align: left;
padding: 0;
margin: 20px 0 20px 0;
border: 1px solid #000;
text-decoration: none;
}

#teaser a img:hover {
border: 1px solid #aaa;
text-decoration: none;
}

#navwrap {
display:block;
float:left;
margin-top: -26px;
background: transparent;
width:22%;
overflow:hidden;
}

* html #navwrap {
display:block;
float:left;
margin-top: -26px;
background: transparent;
width:21.9%;
overflow:hidden;
}

#nav {
text-align: right;
border-left: 1px solid #fc0;
background: #151515;
}

#navheader {
border-bottom: 0;
margin: 0;
padding: 15px 10px 15px 10px;
}

#nav div {
padding: 15px 10px 15px 10px;
border-top: 1px solid #51430b;
background: transparent;
}


#nav div:hover {
background: #151515 url(../images/hoverstrip_a.jpg) top left repeat-x;
border-top: 1px solid #fc0;
}

#fodder {
display:block;
clear:left;
text-align: right;
background: transparent url(../images/headermenu_2.jpg) left bottom repeat-x;
width:100%;
overflow:hidden;
border-top: 1px solid #51430b;
}

#fodder:hover {
border-top: 1px solid #fc0;
}

form.mail {
margin-top: 8px;
}

input.mail {
margin: 8px 0 8px 0;
background-color: #ccc;
border: 1px solid #fc0;
}

input.mail:hover {
background-color: #fff;
border: 1px solid #fc0;
}

#login input {
background: #444;
}