#homepage {
background-color: #55a0d4;
background-image: url('../images/content_bg.jpg');
background-repeat: no-repeat;
background-position: top right;
}

#homepage .quote {
font-size: 16px;
clear: both;
font-family: Times New Roman, serif;
color: #1e4370;
font-weight: bold;
line-height: 25px;
}

#homepage .wrapper {
background-image: url('../images/right_bg1.gif');
background-repeat: repeat-y;
background-position: top right;
}

#homepage .left {
float: left;
width: 649px;
color: #FFF;
font-size: 14px;
padding-left: 50px;
padding-top: 20px;
padding-right: 60px;
}

#homepage .right {
float: left;
width: 183px;
}

#homepage .sidebar {
background: #2f5f8e;
width: 183px;
color: #FFF;
font-size: 12px;
height: 352px;
font-family: Times New Roman;
font-size: 12px;
line-height: 18px;
}

.sidebar a {
color: #FFF;
}

.sidebar a:hover {
color: #569FD3;
}

