
/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/
body {
/*background: #000099 url(images/Default-Base/back.png) top center repeat-x; */
background: #000000 url('../images/Watercolour 1.png') top center  ;
background-color: #000000;
margin: 0;
padding: 0;
font: normal 10pt/13pt verdana, arial,sans-serif;
color: yellow;
font-size: 14px;
}
a:visited{ color: Coral; }
a:link { color: Crimson }
a.yellowlink:visited  {color: Yellow; text-decoration: none}
a.yellowlink:link  {color: Yellow; text-decoration: none}
a.yellowlink:active  {color: Yellow; text-decoration: none}
a.yellowlink:hover   {color: Yellow; background-color: lightslategray; text-decoration: none}

#wrapper {
margin: 0 auto;
width: 100%;
padding: 0;
text-align: left;
}

.smalltext {
font-size: 10px;
}
/**************************************************/
/*                                       Top Piece                                        */
/**************************************************/
#top {
/*background: url(images/Default-Base/bgtop2.png) top center no-repeat;*/ 
width: 100%;
height: 85px;
}
/**************************************************/
/* Bottom                                         */
/**************************************************/
#bottom {
/*background: url(images/Default-Base/bgbottom2.png) bottom center no-repeat;*/
width: 80%;
text-align: center;
/*position: absolute;bottom : 0px; center 0px: */
clear: left;
}
#centralbit {
/*background:  url(images/Default-Base/texttop.png) top left no-repeat;*/
width: 61.0%;
margin: 0px 10px 0px 0px;
padding-left: 6px;
padding-top: 20px;
float:left;
font-size: 12px;
text-align: top;
vertical-align: top;
/*border: 2px navy;*/
}
#rightbit {
/*background:  url(images/Default-Base/texttop.png) top left no-repeat;*/
width: 200px;
margin: 0px 0px 0px 0px;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
float:right;
font-size: 14px;
vertical-align: top;
/*border: 2px navy;*/
}
/**********************************************************/
/*  Content -another wrapper that holds all the content */
/*********************************************************/
#content {
/*background: url(images/Default-Base/bgmiddle2.png) center repeat-y; */
background: url('../images/Watercolour 1.png') top center  ;
/*background: url(images/Default-Base/sax_bkgrnd.gif) center repeat; */
width: 100%;
height: 100%;
padding: 0px 0px 0px 0px;
font-size: 9px;
}
/**************************************************/
/*                               All the content                                        */
/**************************************************/
#header {
background: url(../images/Default-Base/header.png) top center no-repeat; 
width: 100%;
height: 106px;
/*      top left bottom right */
margin: 0px 0px  0px    0px;
padding: 0px 0px 0px 0px;
color: white;
font-size: 14px;
}
/*                    Menu                   */
#menu {
width: 120px;
height: 24px;
margin-left: 3px;
float: left;
padding: 0px 0px 0 0px;
text-align: left;
font-size: 10px;
vertical-align: middle;
}

#menu li a {
/*voice-family: "\"}\""; */
height: 24px;
voice-family: inherit;
text-decoration: none;
padding: 0px 10px 0 0px;
}	
	
#menu li a:link, #menu li a:visited {
height: 24px;
color: black;
display: block;
background:  url(../images/Default-Base/off-w120.png) ;
padding: 0px 10px 0 0px;
}
	
#menu li a:hover {
height: 24px;
color: Navy;
background:  url(../images/Default-Base/on-w120.png) ;
padding: 0px 10px 0 0px;
}

ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}
img {
border: none;
} 


