body {
	font-family: Tahoma;
	font-size: 12pt;
	color: #666666;
	margin: 5px;
    padding: 0px;
	background: #ffffff url(images/pagebg.gif) repeat-x top left;
}
h1 {
  font-size: 20pt;
}
h3 {
	font-size: 14pt;
	margin-bottom: 5px;
}
a:link, a:visited {
	text-decoration: none;
	color: #666666;
	/*font-weight: bold;*/
}
a:hover {
	color: #CF4343;
}
.body {
	width:780px;
	height:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
.logo{

}
.topmenu {

}
.content {

}
.copyright {
	vertical-align:bottom;
	text-align: right;
	font-size: 8pt;
	padding: 10px;
}

/* Bash.Org.Ru import */

div#quotes div#b_q { font-family: 'Monaco', 'Courier New', monospace; font-size: 10pt; margin: 12px 0; font-weight: normal; padding: 5px; border: 1px dotted #999; }
div#quotes div#b_q span#b_q_h, div#b_q a { font-family: 'Lucida Grande', 'Tahoma', sans-serif; font-size: 10pt; background: #fff; border: 0; }
div#quotes small { font-size: 8pt; }

/* Twitter import */
.tweet {
	padding-bottom: 7px;
}
.lasttweet {
	font-size: 18pt;
}
.tweetinfo {
	font-size: 8pt;
	padding: 0px;
}

/* f0ta1ity */
.picture {
	text-align:center;
}
.album {
	margin: 0px;
	padding: 3px;
}
.albumtitle {
	
}
.album td {
	width: 150px;
	padding: 3px 2px;
	text-align: center;
	vertical-align: middle;
}
.album img {
	background: white;
	padding: 6px;
	border: solid 1px #ccc;
}
.album img:hover {
  border: solid 1px #45688E;
}

/* nav */

.pagenav {
	width:100%;
	height: 30px;
	padding: 20px 0px 0px 0px; /* top right bottom left */
	margin: 0px;
	clear: left;
	text-align: center;
}
.pagenav * {
	color: #666666;
	display: block;
	float: left;
	padding: 5px 7px;
	text-align: center;
	margin-right: 2px;
	border: 1px solid #fff;
	background: #fff;
}
.pagenav a {
	border: 1px solid #beb1b1;
	text-decoration: none;
	color:#777!important;
}
.pagenav a:hover {
	background:#e6e6e6;
	border: 1px solid #beb1b1;
}
.pagenav span.current {
	border: 1px solid #beb1b1;
	font-weight: bold;
	background: #666666;
	color: #fff;
}
.pagenav span.nextprev {
	border: 1px solid #beb1b1;
	color: #777!important;
}
.pagenav span.nextprev_inactive {
	border: 1px solid #beb1b1;
	color: #777!important;
	background:#e6e6e6;
}
