﻿html 
{
    background: #DCDDB0;
    height: 100%;
}
body 
{
    margin: 0px;
    height: 100%;
}
img {
	border: 3px solid #8A360F;
	}
.layoutimages {
	border: none;
	}
}
#Header 
{
    margin: 0px auto 0px auto;
    width: 750px;
    height: 140px;
}
.heading1 
{
    font-family:Cooper Black;
    font-size:36px;
    color: #8A360F;
}
.heading2 
{
    font-weight: 900;
}
#MenuHolder
{
    margin: 0px auto 0px auto;
    border-top: 3px solid #8A360F;
    border-bottom: 3px solid #8A360F;
    width: 100%;
}
#Menu 
{
}

#Content 
{
    margin: 0px auto 0px auto;
    width: 950px;
    background: #FFFFCC;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
#DataContent 
{
    padding: 5px;
    width: 650px;
}
#DataContent h1 
{
    font-family: Cooper Black;
    font-size: 24px;
    color: #8A360F;
}
#DataContent h2 
{
    font-family: Cooper Black;
    font-size: 18px;
    color: #8A360F;
}
#DataContent
{
    font-size: 14px;
    color: #000000;
    font-family: Arial;
}
#Footer 
{
    border-top: 3px solid #8A360F;
}
a 
{
    color: #8A360F;
    text-decoration: none;
    font-weight: 900;
}

