﻿/*Base Style***********************************/

* {
margin:0;
padding:0;
}

a{
	color:silver;
	text-decoration:none;
}

body{
background:#003f5b url('images/interface/site-bg.gif') repeat-x;
font-family: verdana, arial, helvetica;
}

#navcontainer{
width:813px;
margin:0 auto;
text-align:left;
position: relative;
}

#footer{
background:#003f5b url("images/interface/footer-bar.gif");
height: 18px;
padding: 0 0 0 3px;
background-repeat: no-repeat;
font-family: verdana, arial, helvetica;
font-size: 8pt;
}
