body {
font-family:Bitstream Vera Sans, Verdana, Helvetica;
font-size:12pt;
}

a:link,
a:visited,
a:active {
font-size:11pt;
font-weight:bold;
text-decoration:none;
color:black;;
}

a:hover {
text-decoration:underline;
}


#night {
float:left;
border:1px solid #000000;
width:100px;
height:100px;
background:transparent url('/images/hills.png') no-repeat scroll bottom left;
}

#day {
height:100px;
background:transparent url('/images/hills.png') no-repeat scroll -110px 0;
}

.project {
clear:both;
margin:10px 7%;
border:1px solid #7baaff;
}

.project h2 {
margin:0 0 5px 0;
padding:10px;
font-size:14px;
color:black;
background-color:#EEEEEE;
}

.project img {
margin:5px;
border-width:0;
float:right;
}

.project p {
padding:10px 10px 0;
}

.spacer {
clear:both;
display:block;
}


#menu {
float:left;
width:10em;
margin:1em 1em 1em 0;
}

#menu dl {
background:#FAFAFA url('/images/menu_background.png') repeat-y scroll 0 0;
border:1px solid #808080;
-moz-border-radius: 10px; /* gecko browsers only */
}

#menu dt {
margin:0.2em;
margin-top:0.5em;
font-weight: bold;
font-size:1em;
}

#menu dd {
font-size:0.8em;
margin-left: 0px;
}

#menu dd a, #menu dt a {
display:block;
margin:0.2em;
font-weight:normal;
}

#menu dd a {
padding: 0 0.2em;
}



#menu dd a:hover, #menu dt a:hover {
background-color:#339922;
color:#FFFFFF;
text-decoration:none;
}
