* {
margin: 0;
padding: 0;
}

body {
background: #333 url("images/back.gif") repeat;
text-align: center;
font: 14px verdana, arial, tahoma, sans-serif;
color: #00000;
}

a {
color: #000000;
text-decoration: underline;
}

a:visited {
text-decoration: underline;
color: #800000;
}

a:hover {
color: #800000;
}

#header {
width: 580px;
height: 238px;
background: #800000 url("images/porcupinelogo.gif") no-repeat; 
background-position: top right; 
}

#wrapper {
width: 580px;
background: #fff url("images/sidebar.gif") repeat-y;
background-position: 0 0;
border: solid 10px #fff;
margin: 0 auto;
text-align: left;
}

/* SLOGAN */

h1 {
width: 140px;
height: 30px;
background-color: #333;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
cursor: default;
}

/* NAME OF PAGE  OR DESCRIPTION */

h2 {
width: 419px;
height: 30px;
background-color: #333;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
margin-top: 1px;
cursor: default;
}

h3 {
font: bold 14px arial, verdana, tahoma, sans-serif;
color: #000000;
padding: 10px 0 5px 0;
}

/* NAVIGATION BAR */

#nav {
list-style: none;
z-index: 2;
height: 238px;
width: 130px;
}

#nav li a {
color: #fff;
font: normal 14px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 140px;
height: 24px;
background-color: #800000;
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
background-color: #000000;
}

#current a {
background-color: #333;
background-repeat: no-repeat;
background-position: 100% 50%;
}

/* SIDEBAR */

#sidebar {
width: 132px;
background-color: #ccc;
float: left;
position:relative;
left: -4px;
margin-left: -147px;
border-top: 1px solid #fff;
font: normal 12px/18px verdana, arial, tahoma, sans-serif;
padding: 8px;
}

#sidebar ul{
padding-left: 10px;
}

/* TABLE */

tr {
padding: 10px;
vertical-align:top;
}

td {
padding: 10px;
vertical-align:top;
}

/* IMAGES */

img {
border: none;
}

a img {
margin-bottom: 20px;
border: none;
}

/* CONTENT */

#content {
float: left;
width: 400px;
margin: 10px 5px 5px 10px;
}

#content p {
padding: 5px 0 5px 0;
}

#content ul{
padding:0 0 10px 10px;
}

#content h3{
padding: 10px 0 5px 0;
}

/* FOOTER */

#footer {
text-align: center;
clear: both;
width: 400px;
margin-left: 163px;
}

