/* -----------------------------------------------------------------------------------

General comments:

To link:
<link rel="stylesheet" type="text/css" href="cambridge.css" />  


----------------------------------------------------------------------------------*/


/* Main Code Here */
/*------------------------*/

div#mainmenu, div#mainmenu a{
text-transform:uppercase;
color:#000000;
background-color:#CCCCCC;
font-variant:small-caps;
font-style:oblique;
font-size:medium
}
div#mainmenu a:active {background-color:#FFFFFF}
div#mainmenu a:hover {background-color:#999999}



a href:hover{background-color:grey}
a img{border:none}

a:link, a:visited, a:active, a:hover {
text-decoration:none;
color:blue;
}

/*body {background-color:white;}*/
body {
background-image: url(images/berry_bkg.jpg);
background-repeat: repeat-y;
background-attachment:fixed;
}

.menubar{
padding-left:120px;
z-index:auto;
position:fixed;
font-size:small;
color:black;
border:thin;
border-bottom-style:double;
}
.menubar a:hover{background-color:silver}
.menubar strong{color:black;}

.menu {
color: black;
list-style-type:none;
text-align:left;
text-indent:35%;
font-size:small;
}
p.menu {
color: black;
text-align:center;
font-size:small;
}

.info {
color:#666666;
text-align:center;
font-size:medium;
font-style:oblique;
}

h2 {text-align:center}
h3 {text-align:center}
h4 {text-align:center}




/*------------------------*/
