body {
    background: url('../images/background1.jpg');
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 16px;
}

h1 {
    font-size: 16px;
    color: #ffffff;
}

h2 {
    font-size: 14px;
    color: #000099;
}

h3 {
    font-size: 14px;
    color: #000099;
    font-weight: normal;
}
#page {
    width: 960px;
    border: 0px solid gray;
    min-height: 500px;
    margin: 0 auto;
}
#logo {
    width: 100%;
    height: 125px;
    border: 0px solid blue;
}
#left {
    width: 250px;
    float: left;
    border: 0px solid blue;
    padding-top: 10px;
    padding-bottom: 25px;
    margin-bottom: 10px;
    background-color: #759ABC;
}
#content {
    width: 440px;
    padding: 0px 30px 0px 45px;
    float: left;
    border: 0px solid blue;
}

#content p {
    margin-top: -10px;
    margin-bottom: 20px;
}

#content ul {
    margin-top: -10px;
}

#content li {
    margin-left: -28px;
}

#content img {
    float: left;
    margin: 0px 10px 0px 0px;
}

#content table {
    border-collapse: collapse;
    margin-bottom: 15px;
}

#content th, td {
    border: 1px solid #000099;
    vertical-align: top;
    padding: 10px 5px 1px 5px;
}

#right {
    width: 190px;
    float: right;
    border: 0px solid blue;
}

#navigation {
    clear: both;
    width: 260px;
    font-family: Tahoma, Helvetica, Arial, Sans-Serif;
    font-size: 15px;
    font-weight: bold;
}

#navigation a {
    text-decoration: none;
    color: #32448b;
}

#navigation ul {
    margin:0px; 
    padding:0px; 
}

#navigation ul li {
    height:30px;
    line-height:20px;
    list-style:none;
    padding-left:25px;
    margin: 0;
    cursor:pointer;
}  

#navigation ul li:hover {
    background: url('../images/apple.png') no-repeat left top;
    position:relative;
}

#navigation ul li.selected {
    background: url('../images/apple_a.png') no-repeat left top;
    position:relative;
}

#navigation ul li.selected a {
    color: #000099;
}

#navigation a:hover {
    color: #fff;
}

#nav-image {
    margin-left: 30px;
    width: 256px;
    height: 119px;
}

#nav-image img {
    width:256px; /* you can use % */
    height: 119px;
}

#calltoaction {
    width: 100%;
    text-align: center;
    padding: 1px 5px;
    margin-bottom: 10px;
    color: #cc3333;
    -moz-box-shadow: 3px 3px 10px #cc3333;
    -webkit-box-shadow: 3px 3px 10px #cc3333;
    box-shadow: 3px 3px 10px #cc3333;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cc3333')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cc3333');

}
#displayquote {
    font-style: italic;
    width: 100%;
    border: 0px solid green;
}
#clear {
    clear: both;
}
#footer {
    width: 960px;
    margin: 0 auto;
    color: #32448b;
    border-top: 1px solid #32448b;
    text-align: center;
}