body {
margin: 0;
}

#container {
font-family: Arial, Verdana;
font-size: 1em;
}

#innercontainer {
padding: 0;
width: 775px;
margin: auto;
}
#innercontainer h1 {
font-size: 1.4em;
}

#header {
background-color: black;
color: white;
height: 2em;
}
#header p {
line-height: 2em;
float: right;
margin: 0;
padding-right: 0.5em;
}
#header p a {
color: white;
}
#header p a:hover {
}

#content {
min-height: 28em;
}
#content a {
color: black;
}

#menu {
background-color: black;
color: white;
height: 7.5em;
padding: 0.5em;
}
#menu h2 {
display: none;
}
#menu ul {
position: relative;
padding: 0;
margin: 0;
}
#menu ul li {
margin: 0;
padding: 0;
position: absolute;
list-style: none;
}
#menu ul li a {
color: white;
padding-top: 85px;
}
#menu ul li a:hover {
}
#menu ul li, #menu ul li a {
display: block;
width: 85px;
height: 80px;
}
#item_1 {
left: 0px;
}
#item_1 a {
background: url('../images/nav/goat_smallest.jpg') no-repeat;
}
#item_2 {
left: 295px;
}
#item_2 a {
background: url('../images/nav/goataboutsmaller.jpg') no-repeat;
}
#item_3 {
left: 390px;
}
#item_3 a {
background: url('../images/nav/art.jpg') no-repeat;
}
#item_4 {
left: 485px;
}
#item_4 a {
background: url('../images/nav/goatlinks.jpg') no-repeat;
}
#item_5 {
left: 580px;
}
#item_5 a {
background: url('../images/nav/graphicnovelgoat.jpg') no-repeat;
}
#item_6 {
left: 675px;
}
#item_6 a {
background: url('../images/nav/goatwebcomics.jpg') no-repeat;
}

a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
#content a {
text-decoration: underline;
}
.clearboth {
clear: both;
}
.center {
text-align: center;
}
