/* CSS Document */

body {background-color:#000; font-family:"Trebuchet MS", Arial, sans-serif, Verdana; color:#fff;  }

#all {width:780px;  }

div#menu  {position:fixed; top:50px; text-align:right; width:140px; padding:10px; } 

#menu li {list-style:none; display:block; margin:none;}
#menu ul {display:block;}


#menu p {line-height:10px;}
#menu a {color:#000; background-color:#fff; text-decoration:none;}
#menu a:hover {color:#fff; background-color:#000;}

#content {padding-left:180px;}

#foot {margin-left:180px; font-size:0.8em; text-align:center;margin-top:40px;margin-bottom:20px;}

#image{padding-left:180px; margin-top:50px; }

h3 a {color:#fff;}

a {color:#eee;}
a:hover {text-decoration:none;}


h1 {font-size:1.5em;}
h2 {font-size:1.3em;}
img {border:1px solid #888;}
input {margin-bottom:3px;}


