body {
text-align:center;
font-family:verdana;
font-size:70%;
background-color: #fff;
margin:0px;
}
a {
color: #4E4F43;
}
a:hover {
color: #2D2E2A;
}

#nav {
background-color: #D6E3EF;
padding-top: 3px;
padding-bottom: 3px;
border-bottom: 2px solid #2A343D;
color: #336699;
text-align: right;
padding-right: 100px;
}
#nav a {
color: #336699;
text-decoration: none;
}
#nav a:hover {
text-decoration: underline;
}

#pagewrapper {
width:1050px;
margin:auto;
text-align:left;
display:block;
border:1px solid #000;
}

#banner {
background-color: #fff; /* #172028 */
background-image: url(../layout/title.jpg);
background-position: left center;
background-repeat: no-repeat;
border-bottom: 1px solid #000;
padding-top: 17px;
padding-bottom: 17px;
padding-left: 75px;
}
#banner h1 {
font-family: trebuchet ms;
color: #E7E9DC;
font-weight: normal;
font-size: 250%;
margin: 0px;   
}

#left {
width: 300px;
height:550px;
float: left;
background-color: #fff;
border-right: 1px solid #000;
color: #4E4F43;
padding:0px;
}

#center {
float: left;
width: 73px;
height:550px;
margin-left: 5px;
color: #65675D;
overflow:auto;
padding:0px;
padding-top:2px;
border-right: 1px solid #000;
background-color: #fff;
}

#right {
width: 670px;
height:550px;
float: right;
background-color: #fff;
color: #4E4F43;
}
#right h2 {
padding-top: 10px;
padding-bottom: 3px;
font-size: 160%;
margin: 0px;
padding-left: 1%;
}
#right p {
padding: 2px;
margin-left: 10px;
margin-bottom: 3px;
}
#footer {
background-color: #D6E3EF;
padding-top: 3px;
padding-bottom: 3px;
border-top: 1px solid #2A343D;
color: #336699;
text-align: center;
float: left;
width: 100%;
height:50px;
}
#footer p {
padding-right: 100px;
margin: 0px;
color: #336699;
}
#footer a {
color: #336699;
border-bottom: 1px solid #E7E9DC;
text-decoration: none;
}
#footer a:hover {
border-bottom: 0px;
}
