/* CSS & HTML, http://ben.wilks.net/ */

body {
background-color: #393;
}
#content {
margin-top: 125px;
margin-left: 22%;
margin-right: 28%;
padding: 1em;
}
#welcome {
float: left;
position: absolute;
left: 16em;
top: 1em;
height: 150px;
width: 200px;
font: italic 85% Tahoma, Verdana;
color: #C93;
}
#logo {float:right;position: absolute;right: 5%;top: 0.5em;height:125px;width:608px;background: url("../images/banner.gif");background-position: right top; background-repeat: no-repeat;}
#left {
float: left;
position: absolute;
left: 1.5em;
top: 1em;
background-image: url(./images/hentai-girl.jpg);
background-position: left top; 
background-repeat: no-repeat;
height: 200px;
width: 150px;
}
#right {
width: 20%;
float: right;
position: absolute;
right: 0.5em;
top: 125px;
padding: 1em;
}
#right h3 {
margin-top:0em;
}
#right a {
color: #030;
text-decoration: underline;
}
#navcontainer {
float: left;
position: absolute;
left: 1.5em;
top: 250px;
width: 140px;
}
#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#navcontainer li { 
margin: 0 0 .1em 0; 
}
#navcontainer a {
display: block;
font: bold 100% Tahoma, Verdana;
color: #C93;
background-color: #393;
width: 115px;
padding: .2em .8em;
text-decoration: underline;
}
#navcontainer a:hover
{
background-color: #369;
color: #FFF;
}
#footer {
font: normal 90% Tahoma, Verdana;
text-align: center;
}
.small {
font: bold 90% Tahoma, Verdana;
color: #C93;
text-decoration: underline;
}
.medium {
font: bold 100% Tahoma, Verdana;
color: #C93;
text-decoration: underline;
}
.large {
font: bold 120% Tahoma, Verdana;
color: #C93;
text-decoration: underline;
}
.right {
padding: 20px;
float: right;
}
.left {
padding: 20px;
float: left;
}
.caption {
font: bold 90% Tahoma, Verdana;
}
h1 {
font: bold 180% Tahoma, Verdana;
color: #906;
}
h2, h3, h4, h5, h6 {
font: bold 140% Tahoma, Verdana;
text-align: center;
}
p {
font: normal 95% Verdana;
text-align: justify;
}
#right p {
font: normal 90% Verdana;
text-align: none;
}
em {
font: italic 90% Tahoma, Verdana;
}
a {
font: bold 100% Tahoma, Verdana;
color: #C93;
background-color: #393;
text-decoration: underline;
}
a:hover
{
background-color: #369;
color: #FFF;
}
