
body
{
	width:100%;
}
article
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	text-align:justify;
}

.btm-line
{
	border-bottom:1px dashed #999;
	padding-bottom:5px;
	clear:both;
}

article .title
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#333;
	padding:10px 0;/*border-bottom:1px dotted #444;*/
}

article .title a
{
	color:#333;
}

nav
{
	display:none;
}

#temp-content
{
	width:100%;
	padding:10px 5px;
	margin:0 auto;
	background-color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	clear:both;
}

#temp-heading
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	margin:10px 0 25px 0;
}

#temp-right
{
	display:none;
}
#temp-left
{
	float:left;
	width:100%;
	margin:0;
}

#menu
{
display:none;
}

#menu li
{
display:none;
}

#menu li a
{
display:none;
}

#menu li a:hover
{
display:none;
}

#menu li.active a
{
display:none;
}

#head
{
display:none;
}

#titlehead
{
display:none;
}
#section3
{
display:none;
}

#section3menu
{
display:none;
}


footer
{
	width:100%;
	border-top:1px dashed #c79749;
	background-color:#5e2d04;/*margin-top:10px;*/
}

#foot
{
	margin:0 auto;
	width:100%;
	height:30px;/*background-color:#eee;*/
}

#foot .ftext
{
	font-size:12px;
	color:#eee;
	padding:6px 5px;
}

#foot .ftext a
{
	font-size:12px;
	color:#fff;
	text-decoration:none;
}

#foot .ftext a:hover
{
	font-size:12px;
	color:#ccc;
	text-decoration:underline;
}

.clear
{
	clear:both;
}

