body	{ font-family: "Bookman Old Style", "Lucida Console", "Times New Roman";
	  font-size: 0.8em;
	  background: #CCCC99 url(background.jpg) repeat-x center top; }

h3	{ background: #DDB;
	  padding: 0.25em; }

a	{ text-decoration: none;
	  color: #669933 }

a:hover	{ background: #DDB;
	  font-weight: bold; }

.title	{ position: absolute;
	  top: 15px;
	  left: 35px;
	  color: black;
	  border: thin solid black;
	  width: 450px;
	  height: 50px;
	  max-height: 50px;
	  font-family: verdana, tahoma, sans-serif }

.bold	{ font-weight: bold;
	  color: #600;}


#title	{ position: absolute;
	  top: 17px;
	  left: 37px;
	  color: #996;
	  border: thin solid #996;
	  width: 450px;
	  height: 50px;
	  max-height: 50px;
	  font-family: verdana, tahoma, sans-serif; }

#body	{ }

#header	{ position: relative;
	  top: 12px;
	  left: 150px; }

#nav	{ position: absolute;
	  top: 100px;
	  width: 150px;
	  line-height: 2em;
	  padding: 0.5em;
	  border: solid 2px black;
	  background: white; }
#nav a	{ display: block; }


#content {background: white;
	  border: solid 2px black;
	  padding: 1.5em;
	  width: 600px;
	  height: 500px;
	  max-width: 770px;
	  overflow: auto;
	  position: absolute;
	  top: 100px;
	  left: 170px; }

#margin-box       { border: dotted thin green;
		    text-indent: 25px;
		    width: 250px;
		    float: left; }

#border-box       { color: white;
		    background-color: black;
		    text-indent: 50px;
                    font-weight: bold;
		    vertical-align: middle;
		    width: 225px; }

#padding-box      { color: black;
		    background-color: white;
		    text-indent: 50px;
                    margin: 10px 25px 25px 25px;
		    font-weight: normal;
		    width: 175px; }

#content-box      { border: dashed thin green;
		    text-indent: 0px;
                    color: #339; 
                    font-family: arial, sans-serif;
		    font-size: 8pt;
                    font-weight: bold;
		    padding: 0px;
		    text-align: center;
		    width: 150px; }
