body {
    background-color: #13A4F7;
    background-image: url("images/bg.jpg");
    background-repeat: repeat-x;
    font-family: 'Droid Sans',Georgia,Arial,Verdana,'Times New Roman',Sans-Serif;
    margin: 0;
}
#logo {
    background-image: url("images/logo.gif");
    background-repeat: no-repeat;
    height: 108px;
    margin: auto;
    width: 940px;
}
#wrapper {
    background-color: white;
    height: auto;
    margin: auto;
    width: 980px;
}
#header {
    background-image: url("images/header.png");
    background-repeat: no-repeat;
    height: 110px;
    width: 100%;
}
#nav {
    background-image: url("images/navigation.png");
    display: block;
    height: 46px;
    text-align: center;
    width: 980px;
}
#nav ul {
    font-family: Cantarell,Georgia;
    font-size: 15px;
    list-style-type: none;
    margin: 0;
}
#nav ul li {
    display: inline;
}
#nav ul li a {
    background-image: url("images/sepration.png");
    background-repeat: no-repeat;
    color: black;
    display: block;
    float: left;
    height: 28px;
    margin-top: 5px;
    padding-top: 13px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 12%;
}
#nav li a:hover, #nav li a.selected {
    background-image: url("images/hover.png");
    background-repeat: no-repeat;
    font-weight: bolder;
}
#headimg {
    background-image: url("images/head-bg.png");
    height: 278px;
    width: 980px;
}
#footer {
    background-image: url("images/footer-water.png");
    height: 150px;
    width: 1424px;
}
#contentbox {
    background-color: White;
    color: SteelBlue;
    font-size: 15px;
    height: auto;
    line-height: 1.8em;
    margin-left: 40px;
    text-align: justify;
    width: 895px;
}
#contentbox h2 {
    background-image: url("images/h1bg.gif");
    color: Navy;
    height: 31px;
    padding-left: 24px;
    padding-top: 17px;
    width: 376px;
	font-family: Comic Sans MS;
    font-size: 20px;
}
#contentbox b {
    color: Tomato;
    font-size: 18px;
    padding-bottom: 3px;
}
#contentftr {
    background-image: url("images/footer.png");
    height: 75px;
    width: 980px;
}
#rights {
    color: SlateGray;
    font-size: small;
    padding-right: 30px;
    text-align: right;
    text-decoration: none;
    text-shadow: 1px 1px 3px grey;
}
#rights a {
    text-decoration: none;
}
strong
{
color:MediumVioletRed;
}
