html, body {
margin : 0;
padding : 0;
}

body {
font : 95% Garamond,  Georgia, Times, serif;
background : white;
color : #555;
}
			/*WRAP*/
#wrap {
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 0;
}
			/*BANNER*/
#masthead {
height:200px;
width: 100%;
padding: 0;
margin: 0 0 0px 100px;
background: white url(images/masthead_d.jpg) top left no-repeat;
}
			/*MAIN CONTAINER*/
#container {
width: 900px;
border: 0px solid #aaa;
margin-left: auto;
margin-right: auto;
padding: 0;
}
			/*TOP NAVIGATION*/
#menu {
height: 50px;
padding: 0;
margin-bottom: 0;
background-color: white;
}

#menu{position:relative;display:block;height:18px;font-size:1em;
font-weight:bold;background:transparent url(images/bgON.gif) repeat-x top left;
font-family:Garamond, Georgia, Times, serif;}
#menu ul{margin:0;padding:0;list-style-type:none;width:auto;}
#menu ul li{display:block;float:left;margin: 0 1px 0 0;}
#menu ul li a{display:block;float:left;color:#333;text-decoration:none;
padding:4px 16px 0 16px;height:18px;}
#menu ul li a:hover,#menu ul li a.current{color:#000;
background:transparent url(images/.gif) repeat-x top left;}

			/*MAIN CONTENT*/
#content {
padding: 1em;
margin: 0 10px 0 0;
background: white;
}

#content2 {
padding: 1em;
margin: 0 10px 0 0;
background: #fffcc;
margin-right: 20px;
}
			/*SIDEBAR*/
#sidebar {
float: right;
width: 390px;
margin: 5px 0 0 0;
margin-left: 20px;
padding: 0 1em 0 1em;
background: white;
}

			/*SIDEBAR1*/
#sidebar1 {
float: left;
width: 380px;
margin: 5px 10px 0 0;
margin-left: 40px;
padding: 0 1em 0 1em;
background: white;
}
			/*SIDE NAV*/
#navcontainer {
width : 350px;
margin : 0 0 20px 0;
}
#navcontainer ul {
margin-left : 0;
padding-left : 0;
list-style-type : none;
}
#navcontainer a {text-decoration : serif;
display : block;
padding : 3px;
width : 280px;
border-bottom : 1px solid #eee;
background : #D5DBE1;
color : #666;
}
#navcontainer a:link, #navlist a:visited {
color : #666;
background : #D5DBE1;
}
#navcontainer a:hover {text-decoration : none;
background : #C9D2DF;
color : #fff;
}
			/*FOOTER*/
#footer {
clear: both;
height: 100px;
padding: 0;
margin-top: 20px;
text-align: center;
color: #333;
background: white url(images/footer.jpg) top center no-repeat;
}
			/*TYPOGRAPHY*/
h1 {
margin: 0;
padding: 20px 0 20px 5px;
font-size: 160%;
letter-spacing: 3px;
color: #333;
}

#caption {
float: left;
margin: 0;
padding: 2px 10px 15px 35px;
font-size: 90%;
letter-spacing: 1px;
color: #333;}
			/*IMAGES*/
.right {
float: right;
border: 0px solid #656C4A;
margin: 5px 0 10px 0;
padding: 10px;
}	
			/*LINKS*/
a:link, a:visited {
color : #DD618A;
background : inherit;
text-decoration : none;
}
a:hover {
color : #666;
background : inherit;
text-decoration : none;
}
a img {
border: 0;
}


