html, body
{
    margin: 0;
    padding: 0;
    font-family: "trebuchet ms", sans-serif;
    font-size: 12px;
    line-height: 1.85;
}


body
{
    background: #444444 url(bg.png) top left repeat-x;
}


#container
{
    width: 770px;
    margin: 50px auto 0 auto;
    background: #f0f0f0 url(gradient.png) top left repeat-y;
    border-bottom: 1px solid #ffffff;  /* prevent collapsing margins */
    position: relative;
}

#nav
{
    position: absolute;
    top: 190px;
    left: 15px;
}

#navTop
{
    width: 170px;
    height: 15px;
    background: url(navbg.png) top left no-repeat;
}

#navBottom
{
    width: 170px;
    height: 15px;
    background: url(navbg.png) 0 -117px no-repeat;
}

#nav li
{
    display: inline;
}

#nav p,#nav a
{
    display: block;
    margin: 1px 0 1px 0;
    padding: 3px 0 3px 0;
    background: url(navbg.png) 0 -50px no-repeat;
    text-align: center;
    text-decoration: none;
    color: #000000;
}

#nav p
{
    font-weight: bold;
}


#nav a:hover
{
    background: url(navbg.png) 0 -150px no-repeat;
}


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

#nav li
{
}


#content
{
    margin: 50px 50px 40px 220px;
    border-left: 1px solid #cccccc;
    padding: 0 0 0 30px;
    text-align: justify;
}

#content p
{
    margin: 25px 0 25px 0;
}

#content h1
{
    font-size: 1.5em;
    line-height: 1.3;
    margin: 0 0 30px 0;
}

#content h2
{
    font-size: 1.3em;
    line-height: 1.3;
    margin-top: 30px;
}


#content img
{
    float: right;
    border: 1px solid black;
    margin: 0 0 20px 40px;
}


#content a
{
    color: inherit;
    font-weight: bold;
}


#content .listLeft
{
	width: 49%;
	float: left;
}


#content .listRight
{
	width: 49%;
	float: left;
}


#content .clearer
{
	clear: both;
}


#topbar
{
    padding: 0;
    background: #ffffff url(topbar.png) 0 0 no-repeat;
    width: 770px;
    height: 140px;
}

#footer
{
    width: 770px;
    margin: 0 auto 0 auto;
    line-height: 1;
    text-align: right;
    color: #aaaaaa;
}

#footer a
{
    text-decoration: none;
    color: inherit;
}
