﻿body, div, p, h1, h2, h3, h4, ul, li, table
{
	margin:0;
	padding:0;
	border:none;
}

body
{
    background: #7a5f2a url(images/back.jpg);
	font-size:75%;
	font-family: "Comic Sans MS", "Arial";
}
h1
{
    font-size:14pt;
    padding: 20px;
    color: #7a5f2a;
}

h2
{
    font-size:14pt;
    padding: 20px;
    color: #7a5f2a;
}

/* site Page Layout */
#site_body
{
    background: #f0e9e1;
	margin: 0 auto 0 auto;
	width: 1200px;
	border: 1px solid #f0e9e1;
}

.site_head_img
{
    background: url(images/head_back.jpg);
    height: 300px;
    border-bottom: 1px solid #f0e9e1;
}

.site_head
{
    background: url(images/head_back_bot.jpg);
    height: 200px;
    font-size: 16pt;
    color: #7a5f2a;
    text-align: center;
    border-bottom: 1px solid #f0e9e1;
}

.site_head_up
{
    height: 50px;
}

.site_head_med
{
    height: 50px;
}
.site_head_med a
{
    color: #000000;
    padding: 3px 5px;
    text-decoration: none;
    font-weight:bold;
}
.site_head_med a:hover
{
    color:#7a5f2a;
}

.site_head_bot
{
    height: 110px;
    font-size: 14pt;
}
.site_head_bot a
{
    color:#000000;
    padding: 7px 5px;
    text-decoration: none;
    font-weight:bold;
}
.site_head_bot a:hover
{
    color:#7a5f2a;
    padding: 15px 5px;
}

.site_middle
{
    height: 100%;
    font-size: 14pt;
    color: #000000;
    text-align: center;
    border-bottom: 1px solid #f0e9e1;
}

.site_middle img
{
    border: solid 2px #f0e9e1;
}

.site_middle img:hover
{
    border: solid 2px #7a5f2a;
}

.site_middle_up
{
    height: 30px;
    font-size: 12pt;
}
.site_middle_up a 
{
    color:#000000;    
}
.site_middle_up a:hover 
{
    color: #7a5f2a;
}

.site_middle_med
{
    height: 100%;
}

.site_middle_med a 
{
    color:#000000;    
}
.site_middle_med a:hover 
{
    color: #7a5f2a;
}

.site_middle_med_ad
{
}

.site_middle_med_cont
{
    height: 100%;
}

.site_middle_bot
{
    height: 30px;
    font-size: 12pt;
}
.site_middle_bot a 
{
    color:#000000;    
}
.site_middle_bot a:hover 
{
    color: #7a5f2a;
}

.bottom
{
    height: 35px;
    font-size: 10pt;
    color: #000000;
    text-align: center;
}
.bottom a 
{
    color:#000000;
    font-size: 10pt;    
}
.bottom a:hover 
{
    color: #7a5f2a;
}

.site_bottom
{
   text-align: center; 
}


