body{
background:#CFD0CC;
margin:0;
font: 8pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif; 
}

A:link{ color:#FFFFCC; text-decoration:none; }
A:hover{ color:#333333; text-decoration:underline; }
A:active{ color:#FFFFCC; text-decoration:none; }
A:active:hover{ color:#333333; text-decoration:underline; }
A:visited{ color:#FFFFCC; text-decoration:none; }
A:visited:hover{ color:#333333; text-decoration:underline; }

#header{
background:url(headerbg.gif) no-repeat #CFD0CC;
width:701px;
height:408px;
margin-left:0;
margin-right:0;
margin-bottom:0;
text-align:center;
border-bottom:#666666 1px solid;
padding:0;
}

.icon{
float:right;
vertical-align:bottom;
}

.title{
position:absolute;
margin-top:270px;
margin-left:250px;
font-size:13px;
font-weight:bold;
letter-spacing:1px;
text-transform:lowercase;
color:#333333;
}

#wrap{
width:701px;
margin-left:auto;
margin-right:auto;
background:transparent;
}


#navcontainer{
width:100%;
background:transparent;
/* you will need to increase this accordingly if you add links to the navigation */
margin-top:-266px;
margin-bottom:0;
}

 #navlist li{
list-style-type: none;
text-align:right;
font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
font-size:10px;
letter-spacing:1px;
text-transform:lowercase;
color:#666666;
border-bottom:#FFFFFF 1px dashed;
}

#navlist li a{
display:block;
}

#navlist li a:link { color: #999999; text-decoration:none; }
#navlist li a:visited { color: #666666; text-decoration:none; }
#navlist li a:hover {color: #222222; text-decoration:none; }

h3{
font-size:18px;
font-weight:bold;
color:#FFFFCC;
text-align:right;
letter-spacing:1px;
text-transform:lowercase;
}

.content{
padding:21px;
text-align:justify;
font: 9pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
}

#footer{
background:transparent;
width:683px;
padding:9px;
text-align:center;
text-transform:lowercase;
font: 8pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
color:#333333;
}

#footer a{
color:#666666;
}

/*******************************************/
/* Stu Nichol's CSS Rounded Corner Boxes - cssplay.co.uk */
/*******************************************/

.curvy {
position:relative; 
width:701px; 
height:800px; 
background:#666666; 
color:#000; 
margin:5em 
auto;
}

#ctl, #cbl, #ctr, #cbr {
position:absolute; 
width:20px; 
height:20px; 
color:#666666; 
background:#CFD0CC;
overflow:hidden;
}

#ctl {
top:0px; 
left:0px;
}

#cbl {
top:781px; 
left:0px;
}

#ctr {
top:0px; 
left:681px;
}

#cbr {
top:781px; 
left:681px;
}

#quadtl, #quadtr, #quadbl, #quadbr {
position:absolute; 
font-size:150px; 
font-family:arial; 
color:#666666;
line-height:40px;
}

#quadtl {
left:-8px;
}

#quadtr {
left:-25px;
}

#quadbl {
left:-8px; 
top:-17px;
}

#quadbr {
left:-25px; 
top:-17px;
}

#txt {
position:absolute; 
top:5px; 
left:12px; 
width:666px; 
height:760px; 
color:#fff;
text-align:justify;
}


