﻿body
{
    background-color:#715d46;
}

#MainContainer
{
    width:980px;
    height:500px;
    background:url(images/Background.jpg) no-repeat;
	margin:auto;
	margin-top:20px;
	border:1px solid white;
}

#InnerContainer
{
    width:802px;
    height:437px;
    margin:25px auto 0 auto; 
	border:1px solid white;
}

#MenuBackground
{
    float:left;
    background:url(images/Menu-background.jpg) no-repeat;
    width:200px;
    height:437px;
}

#MenuBackground a
{
    margin-top: 6px;
    display: block;
}

#MenuBackground img
{
    border: 0;
}

#CopyBackground
{
    float:left;
    background:url(images/Copy-background.jpg) no-repeat;
    width:339px;
    height:437px;
}

h2
{
    Font-family:Georgia, Palatino, Garamond;
    text-align:left;
    font-size:20px;
	color:#715d46;
	margin: 20px 0px 12px 20px;
	font-style:italic
} 

h1
{
    Font-family:Georgia, Palatino, Garamond;
    text-align:left;
    font-size:14px;
	color:#715d46;
	margin: 30px 0px 4px 20px;
	font-style:italic
} 

p
{
	font-family:Arial, Verdana;
	text-align:left;
	font-size:12px;
	color:#715d46;
	margin: 6px 20px 5px 20px;
	line-height:17px;
}

p a
{
	font-family:Arial, Verdana;
	text-align:justify;
	font-size:12px;
	color:#715d46;
	line-height:14px;	
}

p a:hover
{
	color:#43382b;
	font-weight:bold;
}

        
            
#ImageBackground
{
    float:left;
}
            

#BottomMenu 
{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:11px;
	clear: both;
	font-style:inherit;
}

#BottomMenu ul 
{
	padding-top:14px;
	margin-top: 0;
}

#BottomMenu li 
{
	font-size:11px;
	display:inline;
	list-style:none;
	text-transform:uppercase;
}
	
#BottomMenu ul a 
{
	color:white;
	text-decoration:none;
}


#BottomMenu ul a:hover
{
    color:white;
    font-weight:bold;
}