/*
      Green: #99CC00;
	  Grey: #676767;
*/

* { padding: 0; margin: 0; }

body {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-weight: lighter;
 font-size: 100%;
}
p {
 font-size: 0.8em;
 color: #676767;
 line-height: 1.5em;
 padding: 5px 0px 5px 0px;
 margin: 0px;
}
h1 {
 color: #99CC00;
 font-size: 1.3em;
 margin: 0px;
 padding: 0px 0px 5px 0px;
 border-bottom: 1px dotted #99CC00;
}
h2 {
 color: #99CC00;
 font-size: 1.3em;
 margin: 0px;
 padding: 0px 0px 5px 0px;
 border-bottom: 1px dotted #99CC00;
}
#wrapper { 
 margin: 0 auto;
 width: 752px;
 background-image: url(../images/slice.jpg);
 background-repeat: no-repeat;
}
#header {
 width: 730px;
 float: left;
 padding: 0px;
 height: 255px;
 margin: 0px 0px 0px 0px;
}
 #logo {
 float: left;
 display: inline;
 position: relative;
 top: 75px;
 left: 100px;
}
 #nav {
 float: left;
 clear: left;
 display: inline;
 position: relative;
 top: 80px;
 left: 100px;
 margin: 0px 0px 20px 0px;
 padding: 0px 10px 10px 0px;
 width: 180px;
 height: 120px;
 text-align: right;
}
 #nav ul {
 list-style: none;
 margin: 0;
 padding: 0px 0px 0px 0px
}
 #nav li {
  border-bottom: 1px dotted #99CC00;
}
 #nav li a {
 display: block;
 padding: 5px 0px 5px 0.5em;
 color: #676767;
 text-decoration: none;
 font-size: 0.7em;
}
 #nav li a:hover{
 color: #99CC00;
 background-color: #676767;
}
 #nav li a:active{
 color: #676767;
 background-color: #99CC00;
}
 #leftcolumn { 
 margin: 35px 0px 0px 100px;
 padding: 0px 10px 5px 0px;
 width: 180px;
 float: left;
 display: inline;
 text-align: right;
}
#rightcolumn { 
 float: left;
 margin: 35px 0px 0px 0px;
 padding: 0px 20px 5px 20px;
 width: 390px;
 display: inline;
}
#footer { 
 width: 180px;
 clear: both;
 margin: 0px 0px 10px 100px;
 padding: 0px 0px 0px 0px;
 text-align: right;
 border-top: 1px dotted #99CC00;
 border-bottom: 1px dotted #99CC00;
 font-size: 0.7em;
}