﻿body, html
{
    margin: 0px;
    height: 100%;
	text-align: center;
}

/*div{ border: 1px solid black; }*/

.header
{
    height: 20px;
    display: block;
    background-color: #990000;
}

.body
{
	margin: auto;
	width: 960px;
	padding: 15px;
	text-align: left;
}

.content
{
	display: block;
}

.menu
{
	width: 245px;
	float: left;
	
	display: block;
}

.template
{

	width: 600px;
	float: left;
	border-left: 2px solid #990000;
	display: block;
	padding: 30px;
	min-height: 720px;
}

.spaceBar
{
	clear: both;
	width: 960px;
	height: 30px;
}

.footerBar
{
	width: 960px;
    background-color: #990000;
	height: 20px;
}

.footer
{
	margin-top: 15px;
	width: 100%;
	text-align: center;
}
