﻿/* CSS layout begin */
#LayoutOuter
{
	margin-left:auto;
	margin-right:auto;
	/*width:995px;*/
	padding-bottom:50px;
	/*background:url(../images/footerfade.gif) no-repeat bottom;*/
	min-width:860px;
	max-width:995px;
}
#LayoutHeader
{
	/*width:993px;*/
	height:63px;
	background-color:#CCCCCC;
	border-right:solid 1px #999999;
	border-bottom:solid 1px #999999;
	border-left:solid 1px #999999;
	min-width:860px;
	max-width:993px;
}
#LayoutBody
{
	/*width:994px;*/
	padding:0;
	border-left:solid 1px #999999;
	border-bottom:solid 1px #999999;
	background-color:#CCCCCC;
	min-width:860px;
	max-width:994px;
}
.LayoutTopNav
{
	/*width:994px;*/
	height:1.5em;
	border-bottom:solid 1px #999999;
	min-width:860px;
	max-width:994px;
}
#LayoutContent
{
	/*width:993px;*/
	border-right:solid 1px #999999;
	background-color:White;
	min-width:860px;
	max-width:993px;
}
#divInnerContent
{
	min-height:300px;
	padding:5px;
}
#LayoutFooter
{
	clear:both;
	/*width:993px;*/
	height:50px;
	background-color:#CCCCCC;
	border-top:solid 1px #999999;
	border-right:solid 1px #999999;
	min-width:860px;
	max-width:993px;
}
/* CSS layout end */