body {
background-color: #D3D5DE;
background-image: url('images/bg.jpg');
background-repeat: repeat-y;
}

#header {
font-family: Georgia, Verdana;
font-size: 20px;
width: 700px;
height: 50px;
background:#3B44BA;
color: #fff;
margin-left: 80px;
margin-bottom: 5px;
padding-top:15px;
padding-left:12px;
padding-bottom:0px;
}

#maintext {
margin-left: 5px;
margin-top: 0px;
margin-bottom: 10px;
}

#nav {
font-family: Verdana;
font-size: 11px;
width:718px;
color: #fff;
text-align: left;
text-transform: uppercase;
font-weight: bold;
height: 20px;
background:#D3D5DE;
margin-top: -5px;
margin-left: 75px;
margin-bottom: 2px;
padding-left:5px;
}

#main {
width: 700px;
padding-top:10px;
padding-left:8px;
padding-bottom:5px;
padding-right: 5px;
background:#eee;
margin-left: 80px;
margin-top: 4px;
border-style: none;
border-width: 1px;
border-color: #fff;
}

#footer {
font-family: Verdana;
font-size: 11px;
width:710px;
color: #fff;
text-align: left;
height: 50px;
background:#3B44BA;
margin-top: 10px;
margin-left: 80px;
margin-bottom: 2px;
padding-top: 8px;
padding-left:5px;
padding-bottom:1px;
line-height: 15px;
}

#footer a:link {
font-size: 11px;
color: #fff;
background-color: #3B44BA;
}

#footer a:hover {
font-size: 11px;
background-color: #CCCCFF;
color: #000;
}

.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(images/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

