/* CSS Document */

*{
margin:0;
padding:0;
}

body{
font-size:90%;
}

#Wrapper{
margin:0 auto;
width:700px;
}

h1{
margin:10px 0 30px;
}

h1 a{
text-decoration:none;
border:none;
}

div.section{
clear:both;
width:700px;
overflow: hidden;
}

div.section h3{
background-color:#336633;
padding:4px;
color:#ffffff;
font-weight:bold;
font-size:120%;
}

div.section span.photo{
width:300px;
margin:5px 10px 5px 2px;
float:left;
color:#666666;
}
div.section span.photo img{
margin-bottom:2px;
}

div.section p{
margin:5px 2px 10px 2px;
line-height:150%;
}
p.date{
text-align:right;
}

hr{
margin:0;
padding:5px 0 0 0;
height:1px;
border-top:1px solid #fff;
border-right:1px solid #fff;
border-left:1px solid #fff;
border-bottom:1px solid #666666;
color:#fff;
}

p.Copyright{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
margin:5px;
text-align:center;
}

p.Copyright a:link{
color:#006633;
text-decoration:none;
}
p.Copyright a:hover{
color:#003366;
border-bottom:1px solid #666666;
}
p.Copyright a:visited{
color:#666666;
text-decoration:none;
}

/*--[Navigation]--*/
ul#navigation{
margin:10px 0 30px;
width:700px;
clear:both;
overflow:hidden;
background-color:#E4CAAF;
color:#000;
font-weight:bold;
}

ul#navigation li{
margin:0;
padding:0;
display:hidden;
height:36px;
line-height:36px;
width:139px;
list-style:none;
text-align:center;
float:left;
border-left:1px solid #fff;
}
ul#navigation li a{
display:block;
color:#fff;
font-weight:bold;
background-color:#336633;
text-decoration:none;
}
ul#navigation li a:hover{
display:hidden;
background-color:#E4CAAF;
color:#000;
}



