HTML {
	background-color: white;
}

BODY {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

H1 {
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 8px;
}

H2 {
    font-size: 110%;
    font-weight: bold;
    text-align: left;
    margin-bottom: 8px;
    margin-top: 14px;
}

P {
    margin-top: 4px;
    margin-bottom: 6px;
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.header {
    position: relative;
    height: 300px;
}
.header-2 {
    position: relative;
    height: 150px;
}

#feedBox {
    position: absolute;
    top: 8px;
    left: 290px;
    font-size: 75%;
    width: 450px;
    height: 30px;
    color: #3e0a0a;
}
#feedBox A {
    color: #3366cc;
    text-decoration: none;
}
#feedBox A:visited {
    color: #999999;
}

.banner {
    background-image: url(/images/background-1.jpg);
    background-position-x: 0px;
    background-position-y: -27px;
    background-position: 0px -27px;
    width: 750px;
    height: 225px;
    position: absolute;
    top: 75px;
    left: 0px;
    border-width: 1px 0px 0px 0px;
    border-color: #3e0a0a;
    border-style: solid;
}
.banner-2 {
    background-image: url(/images/background-1.jpg);
    background-position-x: 0px;
    background-position-y: -27px;
    background-position: 0px -27px;
    width: 750px;
    height: 75px;
    position: absolute;
    top: 75px;
    left: 0px;
    border-width: 1px 0px 0px 0px;
    border-color: #3e0a0a;
    border-style: solid;
}

.notes {
    width: 200px;
    height: 200px;
    float: right;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: yellow;
    border: 1px solid black;
    padding: 5px;
    overflow-y: auto;
}
.notes H1 {
    font-size: 90%;
    color: navy;
}
.notes UL {
    margin-left: 8px;
}
.notes LI {
    list-style: disc;
    margin-left: 8px;
}
.notes A {
    color: navy;
    text-decoration: none;
}

.footer {
    position: relative;
    left: 0px;
    top: 400px;
}

#home-link {
    background-image: url(/images/co_sprites.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 267px;
    height: 65px;
    display: block;
    text-decoration: none;
}

#navigation {
    background-image: url(/images/background-1-light.jpg);
    background-position-x: -280px;
    background-position-y: 0px;
    background-position: -280px 0px;
    width: 470px;
    height: 27px;
    position: absolute;
    top: 48px;
    left: 280px;
}
#navigation LI {
    display: block;
    list-style: none;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
/*    border: 1px solid black; */
    margin-left: 10px;
}
#navigation LI:hover {
/*    background-color: white; */
}
#navigation A {
    font-size: 100%;
    font-weight: bold;
    text-decoration: none;
    color: #3e0a0a;
}
#navigation A:hover {
    color: black;
}

#column-box-image {
    margin-top: 5px;
}
#column-box-image H2 {
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 0px;
}
#column-box {
    margin-top: 5px;
    background-image: url(/images/column-box-bg.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    padding: 6px;
}
#column-box P {
    text-align: center;
    margin-bottom: 6px;
}
#column-box H2 {
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 0px;
}
#column-box H2 A {
    text-decoration: none;
    color: #3e0a0a;
}
#column-box H2 A:hover {
    color: black;
}

#column-box H4 {
    font-size: 100%;
    font-weight: bold;
    margin-left: 35px;
    margin-bottom: 9px;
    margin-top: 0px;
}
#column-box H4 A {
    text-decoration: none;
    color: #3366cc;
}
#column-box H4#undent {
    margin-left: 15px;
}

#column-box H3 {
    font-size: 120%;
    color: black;
    font-weight: bold;
    margin-left: 30px;
    margin-top: 10px;
}

#column-box-details {
    margin-top: 5px;
    padding: 6px;
}
#column-box-details H2 {
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 0px;
}
#column-box-details H3 {
    font-size: 90%;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 7px;
}

.half-left {
    width: 50%;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}
.half-right {
    width: 50%;
    float: right;
    margin-left: 8px;
    margin-bottom: 8px;
}

#package-features {
    font-size: 90%;
}
#package-features UL {
}
#package-features LI {
    list-style: square;
    margin: 0px;
    padding: 0px;
    margin-left: 30px;
    margin-bottom: 3px;
}

#package-features-subset {
    font-size: 90%;
}
#package-features-subset UL {
}
#package-features-subset LI {
    list-style: circle;
    margin: 0px;
    padding: 0px;
    margin-left: 38px;
    margin-bottom: 3px;
}

#order-now {
    display: block;
    float: right;
    background-image: url(/images/order-now-bg.jpg);
    background-attachment: top left;
    background-repeat: no-repeat;
    width: 113px;
    height: 29px;
    text-decoration: none;
    color: #bb9e9e;
    text-align: center;
    padding-top: 6px;
    font-size: 105%;
    font-weight: bold;
}
#order-now:hover {
    color: white;
}

#footer {
    text-align: center;
    font-size: 80%;
    margin-top: 14px;
    padding-top: 8px;
    border-width: 2px 0px 0px 0px;
    border-color: #3e0a0a;
    border-style: solid;
}