body {
    color: #333;
    font-family: tahoma,arial,sans-serif;
    background:#fff;
    background: #fff url('../images/bg_tile.gif') repeat;
    margin: 0;
	font-size:75%     /* for IE/Win */
}

html>body {font-size:11px} /* for everything else */

div,table,td,th {font-size: 1em;}

img {border: 0;}

a:link {text-decoration: none; border-bottom: 1px solid #444; color: #444;}
a:visited {text-decoration: none; border-bottom: 1px solid #444; color: #444;}
a:hover {text-decoration: none; color: #333;}
a:active {text-decoration: none; border-bottom: 1px solid #444; color: #444;}

h1 {color: #333;}
h2 {
    color: #333;
    font-weight: normal;
}
h3 {
    color: #fff;
    font-weight: normal;
}
h4 {color: #333;}

#wrapper {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#header {
    position: relative;
    width: 900px;
    height: 138px;
    margin-bottom: 15px;
    background-color: #84b2b8;
}

#header .bottomCap {
    position: absolute;
    top: 138px;
    left: 0;
    width: 900px;
    height: 15px;
    background: transparent url('../images/header_bottom.gif') no-repeat bottom left;
}

#logo {
    position: absolute;
    top: 42px;
    left: 196px;
    z-index: 1000;
}

#nav {
    position: relative;
    width: 900px;
    height: 50px;
}

#nav_panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 900px;
    height: 26px;
    background-color: #fff;
    opacity: 0.5;
    z-index: 0;
}

#nav ul {
    position: relative;
    margin: 0;
    padding: 4px 0 4px 4px;
    z-index: 100;
}

#nav ul li {
    float: left;
    padding: 0;
    list-style: none;
/*    color: #555;*/
    line-height: 12px;
}

#nav a {
    display: block;
    float: left;
    padding: 2px 12px 3px 12px;
    color: #333;
    font-size: 1.1em;
/*    letter-spacing: 1px;*/
    line-height: 12px;
    border: none;
}

#nav a:hover {color: #777;}

#nav li.active a {color: #769ea3;}

#nav ul li span {
    display: block;
    float: left;
    width: 1px;
    height: 11px;
    background-color: #333;
    margin: 3px 0 0 0;
}

#nav ul li.last span {
    display: none;
}

#main {
    position: relative;
    width: 760px;
    margin: 15px 0 0 0;
    background-color: #84b2b8;
}

#main .topCap {
    position: absolute;
    top: -15px;
    left: 0;
    width: 760px;
    height: 15px;
    background: transparent url('../images/content_top.gif') no-repeat bottom left;    
}

#side_images {
    position: absolute;
    top: -15px;
    left: 700px;
}

#side_images img {
    border: 2px solid #999;
    margin: 0 0 10px 0;
    display: inline-block;
}

#content {
    min-height: 360px;
    padding: 20px 94px 40px 50px;
    background: transparent url('../images/watermark.gif') no-repeat bottom right;
    color: #444;
    font-size: 1.15em;
    line-height: 1.7;
}

#footer {
    position: relative;
    width: 760px;
    height: 19px;
    padding: 0 0 0 0;
    background-color: #404041;
}

#footer .bottomCap {
    position: absolute;
    top: 19px;
    left: 0;
    width: 760px;
    height: 15px;
    z-index: -10;
    background: transparent url('../images/footer_bottom.gif') no-repeat bottom left;
}

#footer ul {
    margin: 0 0 0 37px;
    padding: 8px 0 0 0;
}

#footer ul li {
    float: left;
    margin: 0;
    list-style: none;
    border-right: 1px solid #84b2b8;
    color: #aaa;
    padding: 0 14px 0 14px;
/*    font-family: palatino, georgia, serif;*/
/*    text-transform: lowercase;*/
    font-size: 1em;
}

#footer ul li.last {
    border: none;
}

#footer ul li a {
    color: #aaa;
    border: none;
}

#home {
    position: absolute;
    top: 8px;
    right: 15px;    
}

#home a {
    color: #84b2b8;
}

#credit {
    width: 760px;
    margin: 20px 0 10px 0;
    text-align: right;
    color: #666;
}

#credit a {
    color: #666;
    border: none;
}

/**************************************************** HACKS */

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
