/* Start of CMSMS style sheet 'GALLERY_STYLES' */

body {
  background: url(images/BG-blue.png);
  font-family: Cochin,times,serif;
  font-size: 1em;
  color: rgb(100,0,100);
}
div#pagewrapper {
  margin: auto;
margin-top: 50px;
  width: 800px;
background: rgb(255,255,255);
border: 1px solid rgb(20,0,20);
}

div#header {
width: 100%;
height: 253px;
background: url(images/header.jpg) no-repeat;
padding: 0;
}

/*nav*/

div#navbox {
  width: 30%;
  float: right;
margin-right: 10px;

}

div#navbox ul {
list-style-type: none;
margin-left: 0;
padding-left: 0;

}

div#navbox 

div#navbox li {

border-bottom: 1px dotted rgb(50,0,50);
border-left: 1px solid rgb(50,0,50);
border-right: 1px solid rgb(50,0,50);
}

div#navbox li.currentpage {
background-color: rgb(95,86,120);
}

div#navbox li.currentpage a {
color: #FFFFFF;
}

div#navbox li a {
padding: 10px 0px 10px 20px;
display: block;
text-decoration: none;
background-color: none;
font-family: Helvetica, sans-serif;
color: rgb(50,0,50);
}

div#navbox li a:hover {
display: block
text-decoration: underline;
background-color: rgb(95,86,120);
color: #FFFFFF;
}

#splashcontent {
width: 60%;
margin-left: 30px;
margin-top: 30px;
}

div#footer {
width: 100%;
height: 35px;
clear: both;
background-color: rgb(95,86,120);
padding-top: 1px;
}

/*fonts*/

#header h1 {
font-family: Georgia, times, serif;
font-style: italic;
font-weight: normal;
line-height: 0;
}

#header h4 {
font-family: Georgia, times serif;
font-style: italic;
font-weight: normal;
font-size: 0.9em;
}

.splashtext p {
font-family: Helvetica, sans-serif;
font-size: 0.9em;
color: rgb(50,0,50);
line-height: 1.8em;
}

#footer p {
color: #FFFFFF;
font-family: Helvetica, sans-serif;
font-size: 0.7em;
text-align: center;
}
/* End of 'GALLERY_STYLES' */

