body {
    background: #ffffff url(images/colorbands.png) repeat-x 0px 25px;
}

a:link, a:visited {
    text-decoration: none;
    font-weight: bold;
    color: #007eff;
}

a:hover, a:active {
    text-decoration: underline;
    color: #ff009c;
}

strong {
    color: #ff009c;
}

p.alert {
    border: 1px solid #cccc00;
    border-left: 4px solid #cccc00;
    padding: 10px;
    background-color: #ffffcc;
}

#mapbox {
    width: 253px;
    height: 277px;
    background: url(images/ventura_small.png) no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
}

#content {
    position: absolute;
    top: 277px;
    left: 0px;
    width: 1024px;
	padding: 10px;
}

#content h2 {
    font-size: 25pt;
    font-family: sans-serif;
    color: #ff009c;
    border-bottom: 3px solid #007eff;
}

/* NAVIBATION BOX */
#navbox {
    position: absolute;
    left: 277px;
    top: 184px;
}

#navbox ul li {
    background-color: #ff009c;
    border: 3px solid #ffffff;
    padding: 10px;
    list-style-type: none;
    width: 200px;
    margin-left: 0px;
    display: inline;
    margin: 0px;
    border-left: none;
}

#navbox ul li.first {
    border-left: 3px solid #ffffff;
}

#navbox ul li a {
    font-family: sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    font-size: 16pt;
}

#navbox ul li:hover {
    background-color: #007eff;
}

#navbox ul {
    margin: 0px;
    padding: 0px;
    display: inline;
}

/* LOGO */
#logo {
    position: absolute;
    background: url(images/tfvlogo.png) no-repeat 310px;
    left: 0px;
    top: 25px;
    height: 200px;
    width: 100%;
}

