﻿body, html
{
    margin: 0;
    padding: 0;
    background: #666666;
    min-width: 720px;
}

#wrap
{
    margin: 0 auto;
    width: 720px;
    background-image: url(images/body_back.jpg);
    background-repeat: repeat-y;
}

#header
{
    background-image: url(images/header.jpg);
    background-repeat: no-repeat;
    width: 720px;
    height: 113px;
}

#header h1
{
    padding: 5px;
    margin: 0;
}

#body
{
    background-image: url(images/body_back.jpg);
    background-repeat: repeat-y;
}

#main
{
    float: right;
    width: 580px;
}

#main h2, #main h3, #main p
{
    padding: 0 10px;
}

#bodycontent
{
	padding-right: 10px;
	padding-bottom: 10px;
}

#sidebar
{
    float: left;
    width: 129px;
    min-height: 379px;
    background-image: url(images/nav_back.jpg);
	background-repeat: no-repeat;
}

#sidebar ul
{
    margin: 0;
    padding: 0;
    background-color: transparent;
    width: 118px;
    height: 379px;
    list-style-type: none;
    font-size: 85%;
}

#sidebar li a
{
	background-color: #CCCCCC;
	color: #000000;
	display: block;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 6px;
	padding-bottom: 4px;
	padding-top: 4px;
}

#sidebar li a:hover
{
    background-color: #ECBD08;
}
        
#footer
{
    background-color: #89A9FC;
    clear: both;
}

#footer p
{
    padding: 3px;
    margin: 0;
    text-align: center;	
    font-size: smaller;
    color: #000066;
}

#footer a
{
	color: #000066;
}

#footer a:hover
{
	text-decoration: none;
}
