
/*==========================
         Main Setup
  ==========================*/

body
 {
  background-color: #444444;
 }

div#page
 {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
 }

div#header
 {
  width: 750px;
  height: 50px;
  text-align: center;
  margin-top: 20px;
 }

div#content
 {
  width: 750px;
  height: 760px;
  padding: 7px;
  position: absolute;
  background-color: #555555;
 }

div#leftcolumn
 {
  width: 171px;
  padding: 7px;
  line-height: 3em;
  text-decoration: underline overline;
  font-weight: bold;
  font-size: x-large;
  margin-left: 10px;
  margin-top: 50px;
  border-right-style: ridge;
  border-right-width: 7px;
  border-right-color: #444444;
  float: left;
  position: fixed;
  z-index: 100;
 }

div#leftcolumntwo
 {
  width: 171px;
  height: 700px;
  background-color: #707070;
  padding: 7px;
  margin-left: 10px;
  margin-top: 10px;
  border-right-style: ridge;
  border-right-width: 7px;
  border-right-color: #444444;
  position: absolute;
  text-align: center;
  text-indent: -100em;
 }

#pic
 {
  width: 100%;
  height: 100%; 
  background-image: url(sidebar.png);
 }

div#rightcolumn
 {
  width: 510px;
  height: 700px;
  float: right;
  background-color: #888888;
  padding: 7px;
  margin-right: 10px;
  margin-top: 10px;
  border-left-style: groove;
  border-left-width: 7px;
  border-left-color: #444444;
 }

div#footer
 {
  width: 750px;
  height: 1.5em;
  padding: 7px;
  background-color: #444444;
  text-align: center;
  margin-top: 775px;
 }

/*============================
       End of Main Setup
  ============================*/
/*==========================
     TEXT / ANCHOR SETUP
  ==========================*/

h1
 {
  margin: 0px;
  padding: 0px;
  color: #9999FF;
  text-transform: uppercase;
  font-family: times new roman, times, serif;
 }

h2
 {
  margin: 0px;
  padding: 0px;
  letter-spacing: 3px;
  word-spacing: 3px;
  text-transform: capitalize;
  font-family: cursive, serif;
 }

h3
 {
  text-transform: capitalize;
  padding-left: 3px;
  font-family: Georgia, Times New Roman, Times, serif;
 }

p
 {
  text-indent: 25px;
  margin: 2px;
  pading: 0px;
 }

#pset
 {
  margin-top: 15px;
  pading: 0px;
 }

a 
 {
  text-decoration: none;
  text-transform: none;
 }

a:link
 {
  color: #2211FF;
 }

a:visited
 {
  color: #2211AA;
 }

.style1
 {
  color: #000055;
 }

/*============================
   END OF TEXT / ANCHOR SETUP
  ============================*/

/*============================
             MENU
  ============================*/


.menu ul 
 {
  padding:0;
  margin:0;
  list-style-type:none;
 }