/* Main -------------------------------------------------- */

.body {
	width: 960px;
	margin: 20px auto;		
}

.main {
	padding: 0 2px;
	background: url(/site/views/default/_images/back_body.gif) repeat-y;
	line-height: 1.2em;
}

.back_top {
	height: 20px;
	background: url(/site/views/default/_images/back_top.gif) no-repeat;	
}

.back_bottom {
	height: 20px;
	background: url(/site/views/default/_images/back_bottom.gif) no-repeat;
}

.clear_float {
	clear: both;
	height: 0;
}

a:hover {
	text-decoration: none;
}


/* Header ------------------------------------------------- */

.login {
	height: 30px;
	padding: 0 40px 0 0;
	font-size: 16px;
	line-height: 20px;
	text-align: right;
	color: #ac7e48;
}

.login span,
.login a,
.login #logout {
	display: block;
	height: 27px;
	float: right;
	margin: 0 0 0 10px;
	text-decoration: none;
}

.login a,
.login #logout {
	color: #856137;
}

.login #logout {
	background: transparent; 
	border: none; 
	cursor: pointer;
}

.login a:hover {
	color: #ac7e48;
	text-decoration: none;
}

div.header {
	width: 956px;
	height: 114px;
	background: #000000 url(/site/views/default/_images/back_header.jpg) no-repeat;	
}

.header_logo {
	padding: 15px 0 0 48px;	
}

.header_logo a {
	display: block;
	width: 146px;
	height: 80px;	
	background: url(/site/views/default/_images/panno_logo.jpg) no-repeat;	
}



/* Menu ------------------------------------------------- */

.menu {
	height: 36px;
	background: #c39b67;
	padding: 0 0 0 50px;
	line-height: normal; /* fix for IE */
}

.menu ul {
	font-size: 85%; /* 11px */
}

.menu ul li {
	float: left;
	margin: 0 20px 0 0;	
	font-size: 19px;
}

.menu ul li a {
	display: block;
	padding: 5px 0;
	color: #f4f4f4;
}

.menu ul li a#menu_forum {
	background: url("/site/views/default/_images/pointer.gif") no-repeat center top;
	color: #FFFFFF;
	cursor: default;
}

.menu ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}


/* Content ------------------------------------------------- */

.main_content {
	clear: both;
	padding: 26px 50px 20px 50px;
	line-height: normal;  /* fix for IE */
}

.main_content h1 {
	margin: 0 0 4px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #856137;
}





/* Footer ------------------------------------------------- */

.footer {
	padding: 12px 24px 16px 24px;
	color: #8d683d;
}

.footer span,
.footer a {
	display: block;
	float: left;
	font-size: 14px;
}

.footer span{
	margin: 0 0 0 36px;
	font-size: 12px;
}

.footer a {
	margin: 0 14px 0 0;
	color: #856137;
}

.footer a:hover {
	color: #956e41;
}

.footer a#foot_forum {
	color: #583e20;
	cursor: default;	
}


.admin {
	padding: 0 0 16px 0;
	font-size: 12px;
	color: #8d683d;
	text-align: center;
}

.admin a {
	font-weight: bold;
	color: #856137;
}

.admin a:hover {
	color: #956e41;
}

