body {
background: #272727;
font-family: arial;
text-align: center;
margin-top: 40px;
margin-bottom: 30px;
}

#container {
margin: auto;
width: 750px;
border: solid 3px white;
text-align: left;
height:
}

/** NAVIGATION (the white part) **/

#nav {
height: 125px;
background: white;
font-size: 0.6em;
line-height: 1.65em;
padding-top: 10px;
}

ul {
list-style-type: none;
}

a {
text-decoration: none;
color: #999b9e;
font-weight: bold;
}

a:hover {
color: #f47a20;
}

/** TITLE BAR FOR PAGE NAME **/
#sectitle {
height: 20px;
background: #272727;
border: solid 1px #272727;
color: white;
text-align: right;
vertical-align: middle;
font-size: 0.70em;
padding-right: 12px;
padding-top: 5px;
}

/** PAGE CONTENT **/
#content {
height: 450px;
}

.wrapper {
background: #f47a20;
border: solid 1px black;
font-size: 0.85em;
color: white;
padding: 25px 40px 20px 40px;
line-height: 1.5em;
margin: auto;
}

.footer {
background: #f47a20;
border-left: solid 1px black;
font-size: 0.85em;
padding: 25px 40px 20px 40px;
line-height: 1.5em;
}

.subtitle {
font-size: 1.1em;
font-weight: bold;
}

#content a {
color: white;
}
