* {
margin: 0;
padding: 0;
}

a {
color: #3B526E;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #293D52;
}

ul {
margin: 15px 40px;
}

body {
background: #333333;
background-position: 50% 50%;
font: normal 11px/18px verdana, georgia, times, serif;
text-align: center;
}

#wrapper {
margin: 0 auto;
text-align: left;
width: 800px;
}

#head {
width: 800px;
height: 225px;
background: #293D52 url("images/header.jpg");
border: 5px solid #333333;
border-width: 5px 5px 5px 5px;
text-align: right;
}

#head img {
position: relative;
right: 570px;
margin-bottom: 30px;
}

#head h1 {
color: #fff;
font-size: 40px;
margin-top: 30px;
margin-right: 30px;
cursor: default;
color: #293D52;
letter-spacing: -5px
}

#left_column {
padding-top: 10px;
width: 200px;
float: left;
}

#right_column {
padding-top: 10px;
width: 575px;
float: left;
}

#left_column {
margin-top: 12px;
margin-left: 5px;
color: #ffffff;
background: #2A3C52 url("images/leftgrad.jpg") repeat-x;
}

* html #left_column {
position: relative;
top: -8px;
margin-left: 26px;
width: 200px;
}

* html #right_column {
position: relative;
top: -8px;
margin-left: 25px;
}

#right_column {
margin-top: 12px;
margin-left: 20px;
color: #000000;
background: #668EBF url("images/rightgrad.jpg") repeat-x;
}

#left_column h1, #right_column h1{
font-size: 18px;
margin-left: 15px;
margin-right: 15px;
display: block;
padding-bottom: 3px;
}

#left_column h1 {
border-bottom:solid #668EBF;
}

#right_column h1 {
border-bottom:solid #293D52;
}

#left_column img, #right_column img{
border: 2px solid #293D52;
margin: 20px 0px 20px 0px;
}

#left_column h1 {
color: #668EBF;
}

#right_column h1 {
color: #293D52;
}

p {
margin: 20px 20px 20px 20px;
}



.links {
list-style: none;
list-style-image: none;
margin: 20px 15px;
}

.links li {
border-style: solid;
border-width: 0 0 0 5px;
}

.blue {
border-color: #1D304A;
}

.links a {
display: block;
width: 154px;
height: 24px;
background-color: #3B526E;
font: normal 11px/24px georgia, times, serif;
color: #fff;
text-decoration: none;
margin: 5px 0;
padding-left: 10px;
}

* html .links a {
width: 154px;
}

.links a:hover {
background-color: #668EBF;
color: #fff;
}

#bottom {
float: center;
clear: both;
margin: 30px 0 0 70px;
}

#left_footer {
color: #668EBF;
padding-bottom: 10px;
}

* html #left_footer {
position: relative;
}