* {
 margin: 0;
 padding: 0;
}

body {
 background-color: #8faae4;
 color: #000;
 font-family: verdana, arial, sans-serif;
 font-size: 95%;
 text-align: center;
}

#wrapper {
 width: 760px;
 position: relative;
 margin: 20px auto;
 text-align: left;
}

#wrapperx {
 background-color: #8faae4;
 width: 760px;
 position: relative;
 margin: 20px auto;
 text-align: center;
}

#header {
 width: 100%;
 height: 150px;
 background-color: #314770;
 color: #ffffff;
}

#header img {
 margin: 15px 0 0 25px;
 float: left;
 }

#columns {
 width: 760px;
 position: relative;
 background-color: #3a547d;
 }

#nav {
 position: absolute; top: 0; left: 0;
 line-height: 28px;
 width: 20%;
 }

#content {
 position: relative; left: 20%;
 width: 80%;
 font-size: 120%;
 line-height: 24px;
 background-color: #98aede;
 color: #000;
}

#footer {
 width: 100%;
 height: 80px;
 background-color: #556995;
 color: #e5effe;
 text-align: center;
}

/**************************Paragraphs, Headings, Etc.***************************/

p {
 padding: 10px;
}

#footer p {
 padding: 15px;
}

h1, h2 {
 font-size: 150%; 
 font-family: times, serif;
 float: right;
 margin: 45px 105px 0 0;
 text-transform: uppercase;
}

h2 {
 margin: 15px 155px 0 0;
}

.center {
 text-align: center;
}



/*************************Site Navigation Styles*******************************/

ul#nav {
 padding: 6px 5px 5px 5px;
 list-style-type: none;
 font-size: 110%;
}

#nav li {
 display: block;
 padding: 2px;
 text-transform: uppercase;
}

#nav li a, #nav li a:visited {
 color: #e5effe;
 text-decoration: none;
}

#nav li a:focus, #nav li a:hover, #nav li a:active {
 color: #dc143c;
 text-decoration: underline;
}
