﻿body
{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Arial;
	background-color:#fff;
}
div.outer
{
	width:780px;
	height:800px;
	margin:0px auto;
}
div.outerLeft
{
	float:left;
	width:10px;
	background:#fff url(images/bgShadeLeft.png);
	height:100%;
}
div.outerRight
{
	float:right;
	width:10px;
	background:#fff url(images/bgShadeRight.png);
	height:100%;
}
div.outerBottom
{
	background:#fff url(images/bgShadeBottom.png);
	height:10px;
	margin:0px 10px;
}
div.contentOuter
{
	background-color:#43442b;
	height:100%;
}
div.content
{
}
div.footer
{
}