﻿/* CSS layout begin */
#LayoutOuter {
	margin-left: auto;
	margin-right: auto;
	min-width: 900px;
	height: 100%;
	width: 100%;
}
#LayoutHeader {
	border-top: none;
	min-width: 900px;
	margin: 10px auto;
	height: 135px;
}
#LayoutBody {
	min-width: 900px;
	height: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#LayoutTopNavContainer {
	background-color: #4E4B48;
	background: -moz-linear-gradient(top, #4E4B48 0%, #7E7F74 100%); /* FF3.6+  */
	background: -o-linear-gradient(top, #4E4B48 0%,#7E7F74 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4E4B48 0%,#7E7F74 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4E4B48 0%,#7E7F74 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4E4B48', endColorstr='#7E7F74',GradientType=0 ); /* IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4E4B48), color-stop(100%,#7E7F74)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4E4B48 0%,#7E7F74 100%); /* Chrome10+,Safari5.1+ */
}
.LayoutTopNav {
	height: auto;
	margin-right: 0;
	font-size: 1.3em;
}

#LayoutContent {
	/*border-right:solid 1px #999999;
	background-color:White;
	min-width:860px;
	max-width:993px;*/

	min-width: 900px;
	height: 100%;
	margin: auto;
	position: relative;
	border-top: 4px solid #D7C826;
}
#divInnerContent {
	/*min-height: 300px;*/
	/*padding:5px;*/

	min-height: 728px;
	padding: 15px;
	min-width: 900px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	/*background-color: #fcfcfc;*/
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#divInnerContent > div:first-child {
	/*padding: 5px;*/
}
#LayoutFooter {
	height: auto;
	background-color: #4E4B48;
	color: #fff;
	min-height: 300px;
	margin-left: auto;
	padding: 15px;
	min-width: 900px;
	line-height: normal;
	font-size: 1.2em;
	border-top: 4px solid #D7C826;
	background-position: right;
	background-repeat: no-repeat;
	/*height: 50px;*/
	vertical-align: bottom;
}
#LayoutFooter a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

#LayoutFooter a:hover {
	color:  #D7C826;
}

#LayoutFooter ul li {
	float: left;
	background-image: none;
	text-indent: 0;
	padding: 2px 10px 2px 10px;
	font-size: 0.9em;
	font-weight: bold;
}
/* CSS layout end */