body {margin: 0; padding: 0; background-color: #ffffff; font-family: sans-serif;}

#bar {position: absolute; top: 0; left: 0; width: 22%; height: 600px; background-color: #3366cc;}

#bar2 {position: absolute; top: 25px; left: 0; width: 100%; height: 55px; background-color: #000088;}

#nav {width: 21%; position: absolute; top: 100px; left: 0; margin: 0; padding: 3px;}

#content {position: absolute; top: 100px; text-align: justify; left: 24%; margin-right: 5%; padding: 5px;  background-color: #eeeeee; font: normal 85% sans-serif; color: #111111;}

h1.sign {margin: 0; position: relative; top: 30px; left: 10%; font-weight: normal; font-size: 200%; letter-spacing: -1px;  color: #ffffff;}

#nav ul {list-style: circle; color: #ffffff;}
#nav ul a {color: #ffffff; text-decoration: none; font-size: 85%;}
#nav ul a:hover {text-decoration: underline;}

.title {margin: 2px; color: #555555;}

#content p {margin: 1%; padding: 0;}

#copy {width: 17%; position: absolute; top: 250px; left: 2%; margin: 0; padding: 3px; color: #ffffff;}
 
