﻿body
{
    margin: 0px 0px 0px 0px;
    background: url(../_images/structure/bg.gif);
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 87%;
}

h1
{
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
	font-size: 160%;
}

h2
{
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
	font-size: 145%;
}

h3
{
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
	font-size: 120%;
}

p
{
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}

a:link {
	color: #856929;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #856929;
}
a:hover {
	text-decoration: none;
	color: #BB9439;
}
a:active {
	text-decoration: none;
	color: #856929;
}

/* ############ Page ############ */
#page
{
    text-align: center;
    width: 912px;
}



/* ############ Container ############ */
#container
{
    margin: 22px 0px 0px 0px;
    padding: 2px 0px 0px 0px;
    background: url(../_images/structure/bg_container.gif) #fff no-repeat top left;
    width: 790px;
    text-align: center;
    float: left;
}



/* ############ Header ############ */
#header
{
    margin: 10px 10px 0px 10px;
    background: url(../_images/structure/bg_header.gif) #fff no-repeat top left;
    width: 768px;
    height: 110px;
}

#header img
{
	float: left;
	margin: 0px 0px 0px 12px;
}


/* ############ Menu ############ */
#menu
{
    margin: 0px 10px 20px 10px;
    background: url(../_images/structure/bg_menu.gif) #fff no-repeat top left;
    width: 768px;
    height: 39px;
    line-height: 30px;
}

#menu ul
{
    margin: 5px 0px 0px 20px;
    padding: 0px 0px 0px 0px;
}

#menu li
{
    margin: 0px 30px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    display: inline;
}

#menu img
{
    border: 0px;
}

/* ############ Content ############ */

#content
{
    width: 698px;
    margin: 0px 0px 20px 0px;
    padding: 0px 45px 0px 45px;
    float: left;
	font-size: 70%;
}

#main
{
    width: 449px;
    text-align: left;
    margin: 0px 0px 25px 0px;
    float: left;
}

#rightcolumn
{
    float: right;
    width: 249px;
    text-align: left;
}



/* ############ Footer ############ */
#container_footer
{
    background: url(../_images/structure/bg_container_footer.gif) #fff no-repeat bottom left;
    text-align: center;
    padding: 0px 0px 12px 0px;
    float: left;

}


#footer
{
    background: url(../_images/structure/bg_footer.gif) no-repeat top left;
    height: 39px;
    line-height: 30px;
    margin: 0px 10px 0px 10px;
    width: 768px;
    font-size: 75%;
}

#footer a
{
    text-decoration: none;
    color: #555555;
    font-weight: bold;
}

#footer ul
{
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 0px;
}

#footer li
{
    margin: 0px 12px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    display: inline;
}


#sidebar
{
    float: right;
    text-align: left;
    width: 120px;
    margin: 22px 0px 0px 0px;

}

#sidebar img
{
    margin: 0px 0px 10px 0px;
    display: block;
    border: 0px
}