html 
{
	text-align: center;
}

body 
{
		width: 784px;
        text-align: left;
        margin: 10px auto;
        position: relative;
        font: 78%/1.5 "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

h1, h2, h3, h4, h5
{
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

a img
{
        border: none;
}

div#branding h1
{
        margin-left: 31px;
        width: 718px;
        height: 62px;
        background: transparent url(../images/logo.png);
        position: relative;
}

div#branding h1 a
{
        display: block;
        text-indent: -9999px;
        width: 718px;
        height: 62px;
}

div#navigation
{
        border-top: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        padding: 2px 0px;
        position: relative;
}

div#navigation h2
{
        position: absolute;
        left: -9999px;
}

div#navigation ul
{
        list-style-type: none;
		width: 100%;
		padding: 0;
		margin: 0;
		position: relative;
		text-align: center;
}

div#navigation li
{
        display: inline;
        width: 16%;
		padding: 10px 20px;
}

div#navigation li a
{
        text-decoration: none;
        color: #C64934;
}

div#navigation li a:hover
{
        text-decoration: underline;
}

div#content
{
	position: relative;
	margin-bottom: 10px;
}

div#content_main
{
        margin-left: 21%;
}

div#content_main a
{
        color: #C64934;
        text-decoration: none;
}

div#content_main a:hover
{
        text-decoration: underline;
}

div#content_sub
{
        width: 20%;
		top: 0;
		position: absolute;
}

div#content_sub h3
{
        position: absolute;
        left: -9999px;
}

div#content_sub ul
{
        list-style-type: none;
        padding-left: 0;
}

div#site_info
{
        background: transparent url(../images/border.png) repeat-x;
        padding-top: 5px;
        color: #999999;
        position: relative;
}

div#site_info h5
{
        font-size: 120%;
        line-height: 50%;
        margin-bottom: 1px;
}

div#site_info a
{
        color: #C64934;
        text-decoration: none;
}

div#site_info a:hover
{
        text-decoration: underline;
}