﻿html, 
body {
	height: 100%;
	margin: 0px;
	margin-bottom:-20px;
	padding: 0;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif; 	
    font-size:11px;
    color: #594525;
    background-color:#cad1d9;
    min-width:900px;
	background-image: url(background.jpg);
}
img, div {
    behavior: url(iepngfix.htc)
}
a {
    color: #000;
    text-decoration: none;
}
hr
{
     border: 1px solid #CCD5DD;   
}

a:hover 
{
    text-decoration: underline;
}
#content {
	position: absolute;
    width:100%;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1;
	min-width: 900px;
}
#address
{    
    display:table;
}
#address b
{
    font-size:15px;
}
#menu
{
    margin-bottom: 10px;
    padding: 10px;
    text-align:left;
    display:block;
}
#menu a
{
    font-family: "Garamond" , serif;
    font-size: 2em;
    color: #760000;
    text-decoration: none;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px 20px 10px 20px;
}
#menu a:hover
{
    background-image: url(content_background.png);
}
#menu a.selected
{
    color: #000;
    background-image: url(content_background.png);
}

#content_container
{
	margin: 0 auto;
	width:1000px;
 
}

#content_left
{
    width: 300px;  /* LC width */
    margin-left: -300px;  
    right: 300px;        /* LC width */    
}

#content_center
{
    width:100%;
}

#content_right
{
    width: 270px;  /* RC width */
    margin-left:10px;
    margin-right: -280px;  /* RC width */
}

.content_inside
{
    overflow-y: auto;
    z-index: 2;
    padding:0px 25px;
    margin-bottom:0px;
    width:960px;
    background-repeat:repeat-y;
	background-image: url(images/content_background.png);
}


.contact
{
    font-family: "Arial Black", "Arial", "Helvetica", sans-serif; 	
    font-size:30px;
    letter-spacing: 0.3em;    
    color: #760000;
}


#footer
{
    width:730px;
    margin:0px;
	padding-bottom:40px;
    margin-left: auto;
    text-align:center;
    clear: both;    
}
#background {
	width: 100%;
	height: 100%;
	background-image: url(background.jpg);
}
#background 
img {
	width: 99%;
	height: 99%;
}
p
{
    margin-top: 0px;
    color: #594525;
    line-height:1.6em;
}

p.large
{
    font-size:1.3em;
}
p.huge
{
    font-size:1.6em;
}

li
{
    color: #760000;  
    font-size:1.3em;
}

.red
{
    color: #760000;  
    font-weight:bold;  
}

h1
{
    font-family: "Garamond" , serif;
    font-size: 2em;
    font-weight:normal;
    color: #760000;
    margin-left: 20px;
    margin-bottom: 5px;
}

h2
{
    font-family: "Garamond" , serif;
    font-weight: normal;
    font-size: 3em;
    font-style:italic;
    color: #760000;
    margin-bottom: 5px;
    letter-spacing: -0.05em;
    margin-top:0px;
}

h6
{
    font-size: 10px;
    float:left;
    text-transform: uppercase;
    font-weight: normal;
    margin-left: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-top: 0px;
    color: #00337c;
    letter-spacing: -0.01em;
}
h6 a, h6 a:hover
{
    color:#760000;
    text-decoration:none;
}
h6 a:hover
{
    text-decoration: underline;
}

