/* ----------- site-wide formating ----------- */

body
    {
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	font-size: 13px;
	font-family: "verdana", "arial", "helvetica", sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
    }

h1
    {
    margin: 24px 0px 0px 0px;
    line-height: 24px;
	font-size: 22px;
	font-weight: bold;
	color: #cc9900;
    }

h2
    {
    margin: 17px 0px 0px 0px;
    line-height: 17px;
	font-size: 15px;
	font-weight: bold;
    }

h3
    {
    margin: 15px 0px 0px 0px;
    line-height: 15px;
	font-size: 13px;
	font-weight: bold;
    }

p
    {
    margin: 15px 0px 0px 0px;
	line-height: 15px;
	font-size: 13px;
    }

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

a:hover
    {
    text-decoration: underline;
    }

a.name
    {
    text-decoration: none;
	color: #000000;
    }

strong
    {
    font-weight: bold;
    }

em
    {
    font-weight: bold;
    }

pre
    {
	font-family: "courier", "courier new", monospace;
    }

ul
    {
    list-style-type: none;
    }

img
    {
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    }

.left
    {
    margin: 10px 10px 10px 0px;
    float: left;
    }

.right
    {
    margin: 10px 20px 10px 10px;
    float: right;
    }

.tight
    {
    margin-top: 0px;
    }


/* ---------- combination formating ---------- */

h2 + p
    {
    margin-top: 0px;
    }

h3 + p
    {
    margin-top: 0px;
    }


/* ------------ section formating ------------ */

/* ------------       header      ------------ */
#header
    {
	height: 150px;
	margin: 10px 10px 0px;
	border-width: 0px;
	color: #663300;
	background-color: #ffdd77;
	background-image: url(img/header_center.gif);
	background-repeat: repeat-x;
	background-position: top right;
	
	
    }
	
#header_nav
    {
	border-width: 0px;
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	
	float: right;
	margin-right: 20px;
	
	
	
    }
#header_nav p
{
font-size: 11px;
margin: 2px 0px 0px 0px;
line-height: 16px;
color: #663300;
}

#header_nav a
{
  color: #663300;
}

#header img.left
    {
    margin: 0px;
    }

#header img.right
    {
    margin: 0px;
    }


/* ------------        main       ------------ */
#main
    {
	margin: 0px 0px 0px 190px;
	padding: 30px 20px 10px 10px;
	
	
	}

/* ------------        main       ------------ */
#right
    {
    margin: 0px 0px 0px 190px;
	padding: 30px 20px 10px 10px;
	float: right;
	}

/* ------------       footer      ------------ */
#footer
    {
	height: 25px;
	margin: 30px 30px 10px 200px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	color: #663300;
	border-color: #cc9900;
	background-color: transparent;
	background-image: url(img/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	clear: both;
	
    }


/* ------------     navigation    ------------ */
#navigation
    {
    float: left;
    border-width: 0px;
    }

#navigation a
    {
    color: #663300;
    }


#navigation ul
    {
    padding: 0px;
    width: 180px;
    margin: 33px 0px 10px 10px;
    font-weight: bold;
    border-width: 0px;
    color: #663300;
    background-color: #ffdd77;
	background-image: url(img/navigation_corner_ffffff.gif);
    background-repeat: no-repeat;
    background-position: top left;
    }

#navigation ul li
    {
    padding: 5px 1px 5px 7px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #ffffff;
    }

#navigation ul li.small
    {
	line-height: 13px;
	font-size: 11px;
    background-color: #ffffff;
    }

#navigation ul li.select_small
    {
	line-height: 13px;
	font-size: 11px;
    color: #ffffff;
    background-color: #cc9900;
    }

#navigation ul li.select
    {
    color: #ffffff;
    background-color: #cc9900;
    }

#navigation ul li.select_home
    {
    color: #ffffff;
    background-color: #cc9900;
    background-image: url(img/navigation_corner_ffffff.gif);
    background-repeat: no-repeat;
    background-position: top left;
    }
