* {
	margin: 0px; padding: 0px;
}
html {
	_height: 100%; _overflow: hidden;
}
body {
	_height: 100%; _overflow: hidden;
}
body {
	background: rgb(255, 255, 255); color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 14px; _overflow: auto;
}
#header {
	background: rgb(0, 0, 0); left: 0px; width: 100%; height: 35px; text-align: right; line-height: 35px; clear: both; font-size: 14px; font-style: italic; margin-bottom: 30px; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 7px; border-bottom-style: solid; display: block; position: fixed; _position: absolute;
}
#header a {
	padding: 0px 20px; color: rgb(170, 170, 170); text-shadow: 1px 1px 1px #000;
}
#header a:hover {
	color: rgb(255, 255, 255);
}
#header a.back {
	color: rgb(27, 128, 181); font-weight: bold; float: right; display: block;
}
#header a.back:hover {
	color: rgb(255, 255, 255);
}
.left {
	float: left;
}
.right {
	float: right;
}
h1 {
	letter-spacing: -1px; font-family: "Cantarell"; font-size: 42px; font-weight: 100;
}
h2 {
	padding: 5px 0px 20px; color: rgb(161, 161, 161); text-indent: 4px; font-size: 20px; font-style: italic; font-weight: normal;
}
h2 span {
	color: rgb(68, 68, 68);
}
a {
	color: rgb(51, 51, 51); text-decoration: none;
}
a:hover {
	color: rgb(34, 34, 34);
}
p {
	padding: 5px 0px;
}
.content {
	margin: 0px auto; width: 100%;
}
.item {
	background: rgb(255, 255, 255); padding: 10px; border-radius: 3px; color: rgb(51, 51, 51); white-space: pre-wrap; -ms-word-break: break-all; -ms-word-wrap: break-word; box-shadow: 5px 5px 15px 5px #ccc;
}
.item img {
	width: 100%; height: auto;
}
.item p {
	text-align: center; margin-top: 5px;
}
