* {
 margin: 0;
 padding: 0;
}

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

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

#header {
 width: 760px;
 height: 115px;
 background-color: #ffffff;
 color: #ffffff;
}

#header img {
 margin: 22px 0 0 90px;
 float: left;
 }

.themeimg1 {
 float: left;
 width: 125px;
 margin: 0px 5px 0px 5px;
 }

.themeimg2 {
 float: right;
 width: 125px;
 margin: 0px 5px 0px 5px;
 }
 
#middlesection {
 width: 760px;
 height: 675px;
 position: relative;
 background-color: #FFE7A4;
 }

#middlesectionb {
 width: 760px;
 position: relative;
 background-color: #FFE7A4;
 }
 
#nav {
 width: 175px;
 height: 675px;	
 float: left;
 line-height: 20px;
 background-color: #F5DD8D;
 }

#ntop {
 width: 760px;
 height: 50px;	
 position; relative;
 line-height: 28px;
 background-color: #F5DD8D;
 }

#content {
 float: right;
 width: 575px;
 height: 675px;
 line-height: 24px;
 background-color: #FFE7A4;
}

#theme {
 position: relative;
 width: 760px;
 line-height: 24px;
 background-color: #FFE7A4
}

#footer { 
 width: 760px;
 height: 90px;
 background-color: #ffffff;
 text-align: center;
}

#secfooter { 
 width: 760px;
 height: 60px;
 background-color: #ffffff;
}

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

p {
 padding: 5px;
 font-size: 110%; 
 font-family: arial, serif;
 }

#footer p {
 padding: 15px;
 font-family: arial, serif; 
}

#content p {
 padding: 15px;
 font-size: 110%; 
 font-family: arial, serif;
 }

#secfooter p {
 margin: 0px 0 0 0;
  font-family: arial, serif;
  text-align: center; 
}
 
#theme p {
  margin: 1px 15px 0px 15px; 
  font-family: arial, serif;
  font-size: 110%; 
}
    
#theme i {
  font-style: italic;
  font-family: arial, serif;
  font-size: 110%; 
}  
    
    
h1 {
 font-size: 150%; 
 font-family: times, serif;
 float: right;
 margin: 55px 170px 0 0;
 text-transform: uppercase;
}

h2 {
 font-size: 115%; 
 font-family: times, serif;
 text-align: center;
 margin: 10px 0px 0px 0px;
 text-transform: uppercase;
}

h3 {
 font-size: 115%; 
  margin: 55px 170px 0 0;
 text-align: center;
 margin: 10px 0px 0px 0px;
 text-transform: uppercase;
}

.center {
 text-align: center;
}


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

ul#nav {
 padding: 10px 5px 5px 15px;
 list-style-type: none;
 font-size: 80%;
}

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

#ntop li {
 display:inline;
 padding: 10px;
 margin: 10px 0px 5px 0px; 
 text-transform: uppercase; 
}

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

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