

h1
{
    color:White;
     font-size:400%;
     display:inline;
}

h2
{
   color:#fd6b13;
}


#nav
{

    background-color:#fd6b13;
    text-align:right;  
    padding-right:20px;
    height:800px;
}


#content
{
    padding-left:100px;
}






#ft
{
    margin-top: 30px;
    text-align: center;
    background-color:#505050;
    color:White;
    padding:20px;
  
}

#ft a:link, #ft a:link:visited, #ft a:visited
{
    color:White;
}



.smallQuote
{
    width:300px;
}

.AspNet-TreeView
{
    
    margin-top:50px;
    margin-bottom:50px;
    
    text-align:right;
    font-size:120%;
    
  
}


.AspNet-TreeView  a
{
       color: White;
       padding:3px;

}

.AspNet-TreeView li a:hover
{
       color: black;
       background-color:White;

       

}

.AspNet-TreeView ul
{
    margin:0;
    padding:0;
}

.AspNet-TreeView li
{
    
   
    font-style:italic;
    list-style: none;
     font-family:Georgia, Times New Roman, Serif;
     margin:3px;
  
    
}


#hopetoseeyousoon
{
    padding-left:-100px;
}

#frontpagetext
{
   width:350px;
  
}

#silhouette
{
    margin-left:30px;
    position:absolute;
    top:500px;
    left:50px;
    width:333px;
    height:265px;
    
}

/*for modern browsers*/
html>body #silhouette
{
     background-image:url(http://alexkey.co.uk/hw/images/silhouette.png);
}

/*iE6 for no trans and treating em differently to ff */
* html #silhouette
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://alexkey.co.uk/hw/images/silhouette.png',sizingMethod='scale');
}

