* {
	margin: 0;
	padding: 0;
}

body {
background: #2660AA;
font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #09182D;
}

a {
text-decoration: none;
color: #3333cc;
}
a:hover {
font-weight : bold;
}

em {
font-style: italic;
font-weight : bold;
}

#wrap {
margin: 40px auto;
width: 780px;
background: #fff;
border: 2px solid #D1E6EF;
}

#content {
padding: 0 20px 20px 20px;
}

.left {
float: left;
width: 450px;
text-align: justify;
}
.left a {
color: Red;
}
.left h2 {
font-size: 18px;
font-weight: normal;
padding: 15px 0 7px 0;
text-align: left;
}

.right {
float: right;
width: 260px;
padding-top: 40px;
}
.right h2 {
padding-left: 10px;
height: 28px;
line-height: 28px;
background: #2660AA;
color: White;
font-size: 13px;
text-align: left;
}
.right h3 {
height: 28px;
line-height: 28px;
color: #09182D;
font-size: 13px;
}

.footer {
height: 20px;
font-size: 10px;
line-height: 20px;
text-align: center;
}






