
body {
margin : 0;
padding : center;
font : 90% Georgia, 'Times New Roman', Times, serif;
line-height : 1.5em;
color : #BBBDE8;
background : #000000;
}
#header {
height : 100px;
margin : auto;
color : #2B34A8;
background : #2B34A8 url(images/banner.jpg) no-repeat;}

.container {
clear : both;
width : 100%;
padding : 0;
margin : 0;
}
#navcontainer ul {
text-align : right;
font-size : 130%;
padding-bottom : 10px;
padding-top : 10px;
padding-left : 0;
margin-top : 0;
margin-left : 0;
background : #000000;
color : #7D83D4;
width : 100%;
line-height : 18px;
}
#navcontainer ul li {
display : inline;
padding-left : 0;
padding-right : 0;
padding-bottom : 5px;
padding-top : 5px;
}
#navcontainer ul li a {
padding-left : 10px;
padding-right : 10px;
padding-bottom : 5px;
padding-top : 5px;
color : #7D83D4;
text-decoration : none;
border-right : 1px solid #7D83D4;
}
#navcontainer ul li a:hover {
background : #2B34A8;
color : #7D83D4;
}
#navcontainer #active {
border-left : 1px solid #7D83D4;
}
#gutter {
float : left;
width : 10%;
height : 1px;
}
#col1 {
margin-left: auto;
margin-right: auto;
float : center;
width : 80%;
margin-bottom : 1em;
}

#footer {
clear : both;
height : 50px;
padding : 5px;
border-top : 10px solid #2B34A8;
text-align : center;
background : #000000;
color : #7D83D4;
}
h1 {
margin : 0;
padding : 1.5em;
font-size : 200%;
letter-spacing : 5px;
color : #7D83D4;
background : transparent;
}
h2 {
margin-top : 20px;
padding : 0.5em 0 0 0.5em;
text-transform : uppercase;
letter-spacing : 5px;
font-size : 140%;
color : #7D83D4;
background : transparent;
}
h3 {
margin : 20px 0 0 30px;
padding : 0.5em 0 0 0.5em;
text-transform : none;
letter-spacing : 5px;
font-size : 140%;
color : #2B34A8;
background : transparent;

}
a {
text-decoration : underline;
color : #A3A6E0;
background : inherit;
}
a:hover {
text-decoration : none;
color : #2B34A8;
background : inherit;
}
a img {
border : 0;
}
#gallery {
height : 600px;
margin-left : 20px;
margin-right : 20px;
}
#gallery img {
float : left;
padding : 10px;
}
.clear {
clear : left;
}
