a {
    color: #aaa;
}

a:hover {
    color: #253042;
}

body {
    color: #253042;
    font-family: Tahoma;
    font-size: 11pt;
}

form td {
    vertical-align: top;
}

#container {
    width: 1000px;
    margin: 10px auto;
}

#content {
    padding: 5px;
    background-color: #4a5c74;
    color: #ddd;
}

#footer {
    background: url(../images/footerBackground.png) repeat-x;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    font-size: 80%;
    color: #ddd;
}

#footer a {
    color: #ddd;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 0 5px;
}

#footer a:hover {
    background: url(../images/footerBackgroundHover.png) repeat-x;
    color: #253042;
}

#footer li {
    float: left;
    position: relative;
}

#footer ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
}

#header {
    text-align: center;
    font-size: 200%;
    font-weight: bold;
    background: url(../images/blueLigthningLogo.gif) right no-repeat;
    height: 100px;
}

#header h3 {
    font-style: italic;
    padding: 0;
    font-size: 60%
}

#header img {
    float: left;
}

#nav {
    background: url(../images/navBackground.png) repeat-x;
    padding: 0 5px;
    width: 990px;
    height: 30px;
    line-height: 30px;
}

#nav a {
    color: #ddd;
    text-decoration: none;
    display: block;
    padding: 0 20px;
    text-align: center;
}

#nav a:hover, #index .index, #webDesign .webDesign, #webProgramming .webProgramming, #hosting .hosting, #about .about, #timeCard .timeCard, #myInfo .myInfo, #admin .admin, #projects .projects {
    background: url(../images/navBackgroundHover.png) repeat-x;
    color: #253042;
}

#nav li {
    float: left;
    position: relative;
}

#nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}
