* {
	margin: 0;
	padding: 0;
}

body {
background: #C3C1BD url(images/bg.gif) repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}

a { color: #03238D; text-decoration: none; }
a:hover { text-decoration: underline; }

#wrap {
width: 700px;
margin: 0 auto;
}

#header {
margin: 30px 0 50px 0;
}

#header h2 {
color: #999;
font-size: 18px;
font-weight: 100;
margin: 0px 130px 5px 16px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #595858;
}

a#logo {
width: 200px;
height: 90;
position: top left;
border: 0px none;
color: white;
}
a#logo span {
position: absolute;
background: url(images/logo.jpg) no-repeat;
width: 200px;
height: 90;
}


#content {
float: right;
width: 468px;
padding: 0 20px 20px 20px;
border-left: 1px dotted #aaa;
text-align: left;
}
#content h2 {
color: #03448D;
font-size: 18px;
font-weight: 100;
padding: 10px 0 5px 0;
border-bottom: 1px dotted #aaa;
margin-bottom: 2px;
}
#content h2 a {
color: #03448D;
text-decoration: none;
}
#content h2 a:hover {
color: #515151;
}

#leftmenu {
float: left;
width: 160px;
padding: 0 20px 20px 0;
}
#leftmenu h2 {
border-bottom: 1px dotted #aaa;
padding: 10px 0 5px 0;
margin-bottom: 2px;
color: #03448D;
font-size: 18px;
font-weight: 100;
}
#leftmenu ul {
list-style-type: none;
padding: 0 0 10px 0;
}

#rightmenu {
float: left;
width: 250px;
padding: 0 20px 20px 20px;
border-left: 1px dotted #aaa;
}
#rightmenu h2 {
border-bottom: 1px dotted #aaa;
padding: 10px 0 5px 0;
margin-bottom: 2px;
color: #03448D;
font-size: 18px;
font-weight: 100;
}
#rightmenu ul {
list-style-type: none;
padding: 0 0 10px 0;
}

#footer {
margin-top: 20px;
border-top: 1px dotted #aaa;
font-size: 11px;
text-align: center;
padding: 10px 0 10px 0;
}
#footer a { 

}
#footer a:hover {
color: #515151;
}
