﻿body, html
{
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;    
    line-height:1.5;
}
form
{
	height: 100%;
	padding: 0;
	margin: 0;
}
body
{
	background-color: #d9dde8;
}

*
{
	font-family: Verdana;
	font-size: 11px;
	color:#444444;
}

h1
{
    font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #7f6f51;
}

h2
{
    font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #7f6f51;
}

a
{
    font-family: Verdana;
	font-size: 11px;
	color:#6a7a8e;
	text-decoration:none;
}

a:hover
{
    font-family: Verdana;
	font-size: 11px;
	color:#6a7a8e;
	text-decoration: underline;
}



img
{
    border: 0;
}

#container
{
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    background-image: url('../images/background.jpg');
    background-repeat: repeat-y;
    background-position: top center; 
    overflow: hidden;
}

#content
{
    width: 924px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#footer
{
    width: 926px;
    position: relative;
    height: 66px;
	margin: -66px auto 0 auto;
    padding-right: 6px;
    overflow: auto;
	clear: both;
}

#head
{
    position: relative;
    width: 934px;
    margin-left: auto;
    margin-right: auto;
}

#head_left
{
    width: 483px;
    position: relative;
    float: left;
}

#head_left_top
{
    height: 123px; 
    width: 483px;
    background-image: url('../images/logob.jpg');
    background-position: top center;
    background-repeat: no-repeat;
}

#head_left_bottom
{
    height: 177px;
    width: 483px;
    background-image: url('../images/left-top-img.jpg');
    background-position: top center;
    background-repeat: no-repeat;
}

#head_right
{
    width: 445px;
    position: relative;
    float: left;
    height: 300px;
    background-image: url('../images/right-top-img.jpg');
    background-repeat: no-repeat;
    background-position: center center;
}

#navigation
{
}

#navigation_bar
{
    background-color: #7d6d53;
    width: 926px;
    height: 8px;
    margin-left: 1px;
}

#navigation_subs
{
    background-color: #c6b597;
    background-image: url("../images/submenu_background.jpg");
    width: 928px;
    height: 29px;
    margin-top: 0px;
}



#content_left
{
    width: 532px;
    position: relative;
    padding: 10px;
    float: left;
}

#content_right
{
    width: 372px;
    float: left;
    position: relative;
    
}



#footer_top
{
    height: 32px;
    background-image: url('../images/horizontal_footer_repeater.jpg');
    background-position: left top;
    background-repeat: repeat-x;
}

#footer_bottom
    {
    height: 34px;
    background-color: #57687c;
}

#footer_bottom_copyright
{
    float: right;
    width: 372px;
    padding-top: 10px;
    color: #FFFFFF;
    font-size: 10px;
    text-align: center;
}
