body {
	background-color: #333;
	color: #828282;
	font-family: Arial,sans-serif;
	font-size: 12px;
	padding: 20px;
	margin: 0;
}

a {
	color: #828282;
	text-decoration: none;
}

#page {
	position: relative;
	width: 860px;
}

#head {
	position: relative;
	width: 860px;
}

#content {
	position: relative;
	width: 860px;
}

#left-content {
	position: relative;
	width: 640px;
	background-color: #fff;
	min-height: 400px;
	border: 1px solid #fff;
}
#content-inside {
	margin: 20px;
}

* html #left-content {
	height: 400px;
}

#right-content {
	float: right;
	position: relative;
	width: 210px;
}
#right-content ul {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
#right-content li {
	padding: 0 0 4px 0;
}

#foot {
	position: relative;
	padding-top: 5px;
	font-size: 11px;
}
#foot .contact {
	float: right;
	margin-right: 220px;
}

h1 {
	font-size: 18px;
	padding: 0 0 10px 0;
	margin: 0;
}
h1 img {
	border: none;
}

/* essays */
#thumb img {
	border: none;
	margin: 0 0 2px 0;
	padding: 0;
	width: 186px;
	height: 124px;
}
#thumb img.last {
	margin-right: 0;
}
#thumb .item  {
	float: left;
	padding: 0 20px 16px 0;
	margin: 0;
}
#thumb .last {
	padding-right: 0;
}
#thumb .last-row  {
	padding-bottom: 0;
}

.clear {
	clear: both;
}

/* article */
h2 {
	font-size: 14px;
	padding: 0 0 5px 0;
	margin: 0;
}
#article-content p {
	margin: 0;
	padding: 0 0 5px 0;
}

#photo {
	text-align: center;
	padding-bottom: 5px;
}
#photo-description {
	font-size: 11px;
	padding-bottom: 5px;
}
#photo-description h3 {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#pager {
	position: relative;
	height: 11px;
	font-size: 11px;
}
#actual-page {
	position: absolute;
	left: 250px;
	width: 100px;
	text-align: center;
}
#previous {
	width: 100px;
}
#next {
	float: right;
	width: 100px;
	text-align: right;
}

#all-photo {
	display: none;
}

.hidden {
	display: none;
}

#percenta {
	position: absolute;
	top: -120px;
	left: 648px;
}
* html #percenta {
	top: -120px;
	left: 648px;
}
#percenta img {
	border: none;
}