﻿body 
{	
	background-color: #d9cebd;
	background-image: url(images/bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 12px;
	line-height: 18px;
}

h1, h2, h3
{
    color: #432c15;
}

h1
{
    font-size: 24px;
}

h2
{
    font-size: 18px;
}

h3
{
    font-size: 14px;
}

.clear
{
	clear: both;
}

a
{
    color: #b11808;
}

img, img a, a
{
    border: none;
}

hr
{
    border: 1px solid #432c15;
}

.container
{
    width: 842px;
    margin: 0 auto;
    padding: 0;
}

.container img
{
    margin: 0 0 6px 0;
    padding: 0;
}

.leftcontainer
{
    float: left;
    width: 416px;
    margin: 10px 5px 0 0;
    padding: 0;
}

.rightcontainer
{
    float: right;
    width: 416px;
    margin: 10px 0 0 5px;
    padding: 0;
}

#header
{
    width: 100%;
    height: 209px;
    text-align: center;
    background-image: url(images/header_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#content
{
    margin: 10px 0 0 0;
    width: 842px;
    min-height: 500px;
    background-image: url(images/content.gif);
	background-position: top left;
	background-repeat: repeat-x;
    background-color: #d9cebd;
}

.about
{
    color: #b11808;
    font-size: 18px;
    line-height: 24px;
    display: block;
    text-decoration: none;
    margin: 10px 10px 10px 10px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #b11808;
}

#nav
{
    width: 210px;
    float: left;
}

#nav ul
{
    list-style-type: none;   
    margin: 0 0 0 12px;
    padding: 0;
    text-indent: none;
}

#nav ul li
{
    margin: 0 0 10px 0;
    padding: 0;
    text-indent: none;    
}

#nav ul li a
{
    color: #432c15; 
    font-size: 14px;
    text-decoration: none; 
    background-image: url(images/arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0;
    padding: 0 0 0 10px;
    text-indent: none; 
}

#nav ul li a:hover, #nav ul li a.active
{
    font-weight: bold;    
}

.contents
{
    width: 600px;
    float: left;
    
    padding: 15px;
}

#footer
{
	position: fixed;
	bottom: 0;
	width: 100%;
	border-bottom: 4px solid #b52516;
}	

#video
{
    width: 408px;
    height: 298px;
    padding: 7px 0 0 8px;
    margin: 0 0 6px 0;
    background-image: url(images/videobg.png);
	background-position: left center;
	background-repeat: no-repeat;
}