
#header
{
background: #000000;
margin-bottom: 35px;
}


BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
    font-family : Sans-serif;
    font-size : medium;
    font-weight : 800;
    font-style : normal;
    text-decoration : none;
    text-transform : none;
    font-variant : normal;
}


#content {
  padding: 40px;
  width: auto;
  position: relative;
  margin: 0px 210px 20px 170px
}

#right {
  padding: 10px;
  text-align: right;
  width: 150px;
  position: absolute;
  right: 20px;
  top: 150px;
}
#left {
  padding: 10px;
  text-align: left;
  width: 150px;
  position: absolute;
  left: 20px;
  top: 150px;
}

/*Nav Menu, Horizontal */
#nav ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

#nav ul li{
list-style: none;
display: inline;
}

#nav ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: black;
background-color: #FF9900;
border: 2px solid #FF9900;
}

#nav ul li a:hover{
background-color: #FF0000;
border-style: outset;
}

html>body nav ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

#footer {
  clear: both;
  background: #bbc3d3;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size : x-small;
}

/* Tags for making paragraphs centered and right aligned */
.right {text-align: right}
.center {text-align: center}

.title {text-align: right;
		font-size : x-Large;
		color: #0000FF;)




