body {
	text-align : center;
	font-family: sans-serif;
	font-size: 13px;
	background-color: #eee;
}

a {
	text-decoration: none;
	color: #5DA157;
}

a:hover {
	text-decoration: underline;
	color: #209bff;
}

img {
	border: 0;
}

#top {
	margin-bottom: 50px;
}

#head {
	border-top: 1px solid  #5DA157;
	border-left: 1px solid  #5DA157;
	border-right: 1px solid  #5DA157;
	width: 740px;
	margin: 0 auto;
	color: black;
	font-weight: bold;
	text-align: left;
	background-color: #5DA157;
}

#head a {
	text-decoration: none;
	color: white;
}

#head a:hover {
	text-decoration: underline;
	color: #FFBBA0;
}

#head-content {
	padding: 2px;
}

#content {
	width: 700px;
	padding: 10px 20px 5px 20px;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid #5DA157;
}

.align_left {
	text-align: left;
}

#links {
	margin-bottom: 20px;
	text-align: right;
	font-size: 12px;
}

#footer {
	text-align: right;
}

#blog {
	text-align: justify;
	/*width: 600px;
	border-right: 1px solid #e2c1b7;
	padding-right: 50px;*/

}

#desc {
	text-align: justify;
}

.line {
	height: 20px;
	border-top: 1px solid black;
	margin: 20px 0 20px;
	text-align: justify;
}

h1 {
	font-size: 14px;
}
h2 {
	font-size: 13px;
}

.time {
	color: green;
}

.inline {
	display: inline;
}

input.submit {
	width: 150px;
	border: 1px solid black;
}
input {
	width: 200px;
	border: 1px solid black;
}

textarea {
	width: 620px;
	height: 150px;
	border: 1px solid black;
}

.post {
	margin: 0 0 50px;
}

.post img {
	margin: 20px;
}

.imgp {
	text-align: center;
}

#counter {
	position: relative;
	text-align: right;
}

.paging {
	text-align: center;
}
.paging table {
	margin: 0 auto;
}

.cleaner {
	clear: both;
	padding: 0;
	margin: 0;
	border: 0;
}

#sidebar {
	width: 260px;
	float: right;
	text-align: left;
}
#sidebar .section {
	margin: 10px;
}
#sidebar h1 {
	font-size: 14px;
	font-weight: bold;
}

.vlist {
	display: inline;
	list-style: none;
}
.vlist li {
	display: inline;
}

.titem {
	display: inline;
	font-weight: bold;
}

ul {
	left: 50px;
}

#viewport {
	width: 410px;
}

.align-left {
	float: left;
	margin: 20px;
}

.align-center {
	margin: 10px auto 10px;
}

.align-right {
	float: right;
	margin: 20px;
}

.align-qr {
	float: right;
	margin: 0;
}

#friends .part {
	padding: 0 20px 0 20px;
	text-align: center;
}
