* {
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 11px;
 color: #4F6BAA;
}

body { 
 background-color: #7A92C8;
 margin: 0;
 padding: 0;
 text-align: center;
}

a img {
 border: 0;
}

h1 {
 font-size: 15px;
 font-weight: bold;
 margin: 25px 0 25px 0;
}

h2 {
 font-size: 13px;
 font-weight: bold;
 margin: 25px 0 15px 0;
}

a {
 font-weight: bold;
 text-decoration: none;
 color: #4F6BAA;
}
a:visited {
 color: #4F6BAA;
}
a:hover, a:active {
 color: #7C94CA;
}

#container {
 width: 747px;
 padding: 0;
 margin: 15px auto 15px auto;
 border: 1px solid #000;
}

#header { 
 width: 747px;
 height: 100px;
 margin: 0;
 padding: 0;
 background-image: url(images/header.jpg);
 background-position: 0 0;
 background-repeat: no-repeat;
}

#content_bg {
 width: 747px;
 margin: 0;
 padding: 0;
 background-image: url(images/content_bg.jpg);
 background-position: 0 0;
 background-repeat: no-repeat;
 background-color: #fff;
}

#content_left {
 width: 160px;
 height: 400px;
 float: left;
 padding: 0;
 margin: 95px 0 0 0;
 border-right: 1px solid #7A92C8;
 text-align: right;
}

#content_right {
 width: 557px;
 float: left;
 padding: 0;
 margin: 10px 0 20px 15px;
 text-align: left;
}

.menu {
 list-style: none;
 margin: 0 15px 0 0;
}

.menu li {
 margin: 20px 0 0 0;
}

.clear {
 clear: both;
}