
a img
{
   border: none;
}

a:href
{
   text-decoration:none;
}

a:visited
{
   text-decoration:none;
   color:white;
}

a:link
{
   text-decoration:none;
   color:red;
}

a:hover
{
   text-decoration: none;
   color: red;
}

a:active
{
   text-indent: 120px;
}

table.one
{
   table-layout: fixed;
   border-style: none;
   background-color: #E6E6E6;
}

table.two
{
   table-layout: fixed;
   border-style: none;
   background-color: #E6E6E6;
}

table.three
{
   table-layout: fixed;
   border-style: none;
   background-color: black;
}

body
{
   background-color: #F2F2E8;
   font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
   font-size: 10px;
   line-height: 1.5;
   text-align: center;
   border-style: solid;
   border-width: 20px;
   border-color: black;
}

div#title
{
   font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
   font-size: 10px;
   line-height: 1;
}

div#title h1
{
   font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
   font-size: 72px;
   line-height: 0.5;
   font-variant: small-caps;
}

div#title h2
{
   font-family: 'Tahoma', Geneva, Verdana, Arial, sans-serif;
   font-size: 25px;
   font-variant: normal;
   line-height: 1;
}

div#navigation
{
   position: relative;
   float: left;
   width: 140px;
   height: 325px;
   background-color: black;
   text-align: right;
}


div#navigation a:hover
{
   font-size: 23px;
}


div#navigation li
{
   font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
   font-size: 20px;
   font-color: white;
   line-height: 3.0;
}

.entry-title
{
   text-align: center;
   font-size: 20px;
   text-decoration: none;
   line-height: 4;
   color:#6CC7DC;
}

.address
{
   font-size: 10px;
   line-height: 1.5;
   text-align: left;
   font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
}

div#content
{
   float: left;
   margin-left: 25px;
   overflow: auto;
   width: 500px;
   min-height: 333px;
   text-align: justify;
   background-color: #E6E6E6;
}

div#content h1
{
   font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
   font-size: 30px;
   line-height: 1.75;
}

div#content ul
{
   list-style-type: square;
}

div#content li
{
   display:marker;
   marker-offset:50px;
}

div#footer 
{
   line-height: 1.1;
   clear: both;
   background-color: #E6E6E6;
}

div#showreel
{
   width: 265px;
   height: 333px;
   background-image: url("showreel.jpg");
}

.input1
{
   color: #FFF;
   border: none;
   background-color: #E6E6E6;
   text-align: center;
   font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
   font-size: 12px;
   line-height: 0.75;
}