* {
margin: 0;
padding: 0;
}

body {
font-family: verdana, arial, helvetica, sans-serif;
color: #535353;
font-size: 12px;
background: url(images/background.gif) repeat-x #fff;
text-align: center;
}

#wrap {
width: 800px;
background: #fff;
border: 3px solid #D9D9D9;
margin: auto;
margin-top: 20px;
text-align: center;
}

#header {
width: 570px;
height: 130px;
float: left;
background: url(images/header.gif) no-repeat;
padding-left: 230px;
text-align: left;
padding-top: 10px;
color: #fff;
}

#container {
text-align: left;
width: 800px;
}

#left {
width: 155px;
padding: 20px;
float: left;
background: #a6c9b8;
border-right: 3px solid #D9D9D9;
height: 430px;
}

#content {
width: 520px;
padding: 40px;
float: left;
border-top: 0px solid #D9D9D9; 
height: 390px;
overflow-y: auto;
overflow-x: hidden;
}

#footer {
width: 100%;
font-size: .9em;
text-align: center;
clear: both;
margin-top: 20px;
}

.clear {
clear: both;
}

p {
line-height: 1.4;
margin-bottom: 10px;
}

h1 {
font-family: georgia, times, serif;
font-size: 2.3em;
font-weight: normal;
}

h2 {
font-family: georgia, times, serif;
font-size: 1.8em;
font-weight: normal;
}

a {
color: #111156;
text-decoration: underline;
}

a:hover {
color: #163993;
}

a.menu {
display: block;
width: 145px;
height: 25px;
padding: 8px 0 0 8px;
color: #163993;
font-weight: normal;
text-decoration: none;
border-bottom: 3px solid #fff;
font-size: 1.1em;
}

a.active, a:hover.menu {
display: block;
width: 145px;
height: 25px;
padding: 8px 0 0 8px;
color: #fff;
font-weight: normal;
text-decoration: none;
background: #111156;
border-bottom: 3px solid #fff;
font-size: 1.1em;
}


#left p {
margin-bottom: 0px;
}

#header h1 {
color: #fff;
font-size: 2.6em;
}

img {
margin: 0 5px;
border: 1px solid #111156
}
