body
{
margin: 0;
padding: 0;
font: 10pt "Trebuchet MS", Trebuchet, arial, hevetica, sans-serif;
line-height: 135%;
text-align: center;
color: #000;
background-color: #FFF;

}

#container
{
margin: 5px auto;
width: 600px;
height: 800px;
text-align: left;
border: 0px none #fff;
}

a:link { 
color: #000; 
font-weight: bold;
text-decoration: none;
}

a:visited { 
color: #000; 
font-weight: bold;
text-decoration: none;
}

a:hover, a:active
{
color: #fff;
background-color: #000;
}

img {border: 0px none;}

h2
{
color: #B52C07;
font: 120% georgia, times, "times new roman", serif;
font-weight: bold;
padding: 0 0 2px 0;
}

h3
{
color: #000;
font: 110% georgia, times, "times new roman", serif;
font-weight: bold;
padding-top: 10px;
padding-bottom: -10px;
}

h4 { 
color: #000; 
font: 100%:
font-weight:normal;
}


  /* HEADER */
  
#header
{
height: 25px;
/*
background-image: url(../img/logo.gif);
background-repeat: no-repeat;
background-position: 475px 5px;
border-bottom: 1px solid #000;
position: 75% 50%;
border: 0px none #FFF;
*/
}

#header h1
{
font-size: 10px;
text-align: left;
color: #fff;
}

  /* WORKS */

#works {
width: 100%;
height: 70px;
background-image: url(../img/works.gif);
background-repeat:no-repeat;
background-position: 50% 50%;
}


  /* NAVI */
#mainnav ul {
position:relative; left:0px; top:0px;
}
#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#mainnav
{
height: 81px;
width: 100%;
background-color: #FFF;
color: #000;
}

#mainnav ul
{
font: 150% "Courier New", Courier, monospace;
list-style-type: none;
}

#mainnav li
{
display: inline;
}

#mainnav li a
{
text-decoration: none;
color: #000;
}

#mainnav li a:hover
{
text-decoration: none;
color: #fff;
background-color: #000;
}

  /* SIDEBAR */

#menu
{
height:460px;
float: right;
width: 165px;
border-left: 1px solid #000;
padding-left: 10px;
margin:0;
line-height: 125%;
}
#menu p {
margin-top:.5em;
}

  /* CONTENTS */
  
  
#contents { 
height: 469px;
width: 66%;
padding: 0px 0px 20px 0px; 
}

#contents p { line-height: 135%; }

#contents_full { 
height: 596px;
width: 100%;
margin: 0px; 
background-color: #000;
}

#works_full { 
height: 510px;
width: 100%;
margin: 0px; 
background-color: #000;
}


.description {
font-weight: normal;
color: #FFF;
padding: 0 20px 20px;
height: 10px;
width: 100%;
}

  /* FOOTER */
  
#footer
{
clear: both;
color: #000;
text-align: center;
margin: 0px;
height: 60px;
width: 100%;
}


