﻿

/* Generic Selectors */

body {

font-family: Arial;

font-size: 14px;

color: rgb(255,255,255);

background-color: rgb(0,0,0);

}

p {

width: 100%;
font-family: Impact;

}

li {
font-family: Impact;

list-style-type: none;

line-height: 120%;



}

h1 {

font-family: Impact;

font-size: 20px;

font-weight: normal;

color: rgb(255,255,255);

}

h2 {

font-family: Impact;

font-size: 16px;

font-weight: normal;

color: rgb(255,255,255);



}

 

/**************** Pseudo classes ****************/

a:link {

color: rgb(255,255,255);

text-decoration: underline;

font-weight: bold;

}

li a:link {

color: rgb(255,255,255);

text-decoration: none;

font-weight: bold;

}

a:visited {

color: rgb(255,255,255);

text-decoration: underline;

font-weight: bold;

}

li a:visited {

color: rgb(255,255,255);

text-decoration: none;

font-weight: bold;

}

a:hover {

color: rgb(0, 96, 255);

padding-bottom: 5px;

font-weight: bold;

text-decoration: underline;

}

li a:hover {

display: block;

color: rgb(0, 96, 255);

padding-bottom: 5px;

font-weight: bold;

border-bottom-width: 1px;

border-bottom-style: solid;

border-bottom-color: #C6EC8C;

}

a:active {

color: rgb(255,255,255);

font-weight: bold;

}

/************************* ID's *************************/

#navigation {
position: absolute;
z-index: 1;
height:448px;
width:170px;
margin-top: 41px;
margin-left: 0px;
border-right: 1px solid rgb(255,255,255);
padding: 0px 0px 0px 10px; /*top right bottom left*/


}

#TheMeatHeader {
position: absolute;
z-index: 2;
height:35px;
width:820px;
margin-top: 41px;
margin-left: 181px;


padding: 0px 0px 0px 10px; /*top right bottom left*/


}

#Header {

position: absolute;
z-index: 3;
height:40px;
width:1000px;
margin-top: 0px;
margin-left: 0px;

border-bottom: 1px solid rgb(255,255,255);

padding: 0px 0px 0px 10px; /*top right bottom left*/

}

#Footer {

position: absolute;
z-index: 4;
height:35px;
width:1000px;
margin-top: 491px;
margin-left: 0px;


border-top: 1px solid rgb(255,255,255);

padding: 0px 0px 0px 10px; /*top right bottom left*/

}
#MeatL {

position: absolute;
z-index: 5;
height:410px;
width:485px;
margin-top: 79px;
margin-left: 181px;


padding: 0px 0px 0px 10px; /*top right bottom left*/

}


#Meat1L {

position: absolute;
z-index: 5;
height:205px;
width:485px;
margin-top: 79px;
margin-left: 181px;


padding: 0px 0px 0px 10px; /*top right bottom left*/

}
#Meat1R {

position: absolute;
z-index: 6;
height:205px;
width:322px;
margin-top: 79px;
margin-left: 677px;


padding: 0px 0px 0px 10px; /*top right bottom left*/

}
#Meat2L {

position: absolute;
z-index: 7;
height:205px;
width:485px;
margin-top: 283px;
margin-left: 181px;


padding: 0px 0px 0px 10px; /*top right bottom left*/

}
#Meat2R {

position: absolute;
z-index: 8;
height:205px;
width:322px;
margin-top: 283px;
margin-left: 677px;


padding: 0px 0px 0px 10px; /*top right bottom left*/

}