﻿body 
{
    margin:0px;
    padding:0px;
}

#header, #content, #footer
{
    /*margin:0 auto;*/ /* Remove to create full window fluid layout */
    /*width:850px;*/ /* Change for content width */ /* Remove to create full window fluid layout */
    clear:both;
}

#header, #footer
{
    border-top:3px solid #4d4d4d;
    border-bottom:3px solid #4d4d4d;
    margin-top:5px;
    margin-bottom:5px;
    padding-top:5px;
    
    font-family:Californian FB, Century Gothic, Times New Roman;
    
}

#header
{
    height:110px;
}

#content
{
    
}

#footer
{
    text-align:center;
    color: #7c0f09;
    
}

.NavBlock
{
	float: left;
	border-left: solid 1px #e5e5e5;
	
	width: 120px;
	height: 90px;
	font-size: .9em;
	color: #7c0f09;
	text-align:center;
}

.NavBlock ul
{
	float:left;
	list-style:none;
	margin-left:0px;
	margin-top:0px;
	line-height:25px;	
	text-align:left;
	margin-left:-15px;
}

.NavBlock ul a
{
    text-decoration:none;
    color: #7c0f09;
}
