/************************* ID's *************************/ 

#logo{ 

position:absolute; left:30px;top:10px;

z-index:5; 

width:960px; 

height:150px; 

padding:0 0 0 20px; /*top right bottom left*/ 

margin:20; 

} 

#centretext{ 

position:absolute; left:160px;top:160px;

z-index:5; 

width:810px; 

height:100px; 

padding:0 0 0 0px; /*top right bottom left*/ 

margin:20; 

} 

#navigation { 

position:absolute; left:10px;top:180px;

z-index:20; 

width:200px; 

margin:20; 

margin-top:5px; 

}

ul#navigation
{
list-style-type: none;
margin: 0;
padding: 1px 2px;
}

ul#navigation li a
{
display: block;
border-bottom: 1px solid #663300 ;
width: 120px;
color: #000033;
background-color: #CC9900;
margin: 2px;
padding: 1px 2px; 
text-align: center;
text-decoration: none;
}

ul#navigation li a:hover
{
color: #FFFFCC;
background-color: #996600;
}

ul#navigation .left { float: left; }
ul#navigation .right { float: right; }



/* Generic Selectors */ 

body { 

font-family:Georgia,"Times New Roman",Times,serif; 

font-size:14px; 

color:#996600; 

line-height: 130%;

background-color: #CCCC99; 

} 

h1 { 

font-family: Georgia, "Times New Roman", Times, serif; 

font-size: 18px; 

font-weight: bold; 

color: #CC9900; 

} 

h2 { 

font-family: Georgia, "Times New Roman", Times, serif; 

font-size: 14px; 

font-weight: bold; 

color: #330066; 

border-bottom: 1px solid #000000; 

} 


h3 { 

font-family: Georgia, "Times New Roman", Times, serif; 

font-size: 12px; 

font-weight: bold; 

color: #996600; 
 

} 

 

/**************** Pseudo classes ****************/ 


:link { 

color: #3300FF; 

text-decoration: underline; 

font-weight: bold; 

} 

li :link { 

color: #3300FF; 

text-decoration: none; 

font-weight: bold; 

} 

:visited { 

color: #9966FF; 

text-decoration: underline; 

font-weight: bold; 

} 

li :visited { 

color: #CC33CC; 

text-decoration: none; 

font-weight: bold; 

} 

:link:hover { 

color:#6633CC; 

font-weight:bold; 

text-decoration:underline; 

} 

li :hover { 

color:#6633CC; 

font-weight: bold; 

border-bottom-width: 1px; 

border-bottom-style: solid; 

border-bottom-color: #C6EC8C; 

} 

:active { 

color:#FFFF66; 

font-weight:bold; 

} 