div.layout-ext{
	width:100%;
	text-align:center;
}
div.layout-int{
	width:990px;
	margin: 0px auto 0px auto;
	text-align: left;
}

div.layout-header{
	height: 175px;
}
div.layout-header_top{
	height: 25px;
	background: url('../img/layout/bg_top.gif') repeat-x;
}
div.layout-header_top_left{
	width: 4px;
	float: left;
	height: 100%;
	background: url('../img/layout/bg_top_border.gif') repeat-x;
}
div.layout-header_top_right{
	width: 4px;
	float: right;
	height: 100%;
	background: url('../img/layout/bg_top_border.gif') repeat-x;
}
div.layout-header_bottom{
	height: 150px;
	background-color: #014501;
	border: 4px solid #012701;
	border-bottom: 0px;
	border-top: 0px;
}
div.layout-header_bottom > img {
	float:left;
	margin-left: 1px;
}
div.layout-header_bottom > img + img {
	margin-left: 11px;
}

div.layout-menu{
	background-color: #014501;
	border: 4px solid #012701;
	height: 40px;
	border-bottom: 0px;
	border-top: 0px;
}

div.layout-content{
}
div.layout-content_top{
	height: 15px;
	background: url('../img/layout/bg_content_top.gif') repeat-x;
}
div.layout-content_top_left{
	width: 4px;
	float: left;
	height: 100%;
	background: url('../img/layout/bg_content_top_border.gif') repeat-x;
}
div.layout-content_top_right{
	width: 4px;
	float: right;
	height: 100%;
	background: url('../img/layout/bg_content_top_border.gif') repeat-x;
}
div.layout-content_middle{
	padding: 5px;
	border: 4px solid #919191;
	border-bottom: 0px;
	border-top: 0px;
	background-color: white;
}
div.layout-content_bottom{
	height: 15px;
	background: url('../img/layout/bg_content_bottom.gif') repeat-x;
}
div.layout-content_bottom_left{
	width: 4px;
	float: left;
	height: 100%;
	background: url('../img/layout/bg_content_bottom_border.gif') repeat-x;
}
div.layout-content_bottom_right{
	width: 4px;
	float: right;
	height: 100%;
	background: url('../img/layout/bg_content_bottom_border.gif') repeat-x;
}

div.layout-footer{}
div.layout-footer_top{
	background-color: #014501;
	border: 4px solid #012701;	
	border-bottom: 0px;
	border-top: 0px;
	height: 22px;
}
div.layout-footer_top_left{
	height: 100%;
	padding-left: 5px;
	float: left;
}
div.layout-footer_top_right{
	height: 100%;
	float: right;
	padding-right: 5px;
}
div.layout-footer_bottom{
	height: 45px;
	background: url('../img/layout/bg_bottom_border.gif') repeat-x top;
}
a.powered_by:visited,a.powered_by:link{
	font-weight:bold;
	text-decoration:none;
	color:white;
}
a.powered_by:hover{
	text-decoration: underline;
}