/*h1, h2, h3, h4, h5, h6
{
	line-height: 1;
	color: #330;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h1, h2, h3
{
	font-size: 18px;
}
h4, h5, h6
{
	font-size: 16px;
}
p
{
	margin: 0 0 10px 0;
}
a, a:link, a:active, a:visited, a:hover
{
	color: #333;
	text-decoration: underline;
}
*/pre
{
	font-size: 12px;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#page nav
{
	display: none;
}

#header,
.header,
#footer
{
	background: /*#bb3128*/#282975;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align:left;
	line-height: 40px;
	height: 40px;
	padding: 0 5px;
}
#header a,
.header a
{
	background: center center no-repeat transparent;
	background-image:url(../images/menu-img.gif);
	/*display: block;*/
	float:left;
	width: 40px;
	height: 40px;
	/*position: absolute;
	top: 0;
	left: 10px;*/
}
#header a.friends,
.header a.friends
{
	background:url(../images/right-menu-icon.png) no-repeat right -4px;
}
#header a.right,
.header a.right
{
	/*left: auto;
	right: 10px;*/
	float:right;
	width:90px; color:#fff; text-decoration:none
}
#content,
.content
{
	padding: 20px;
}