body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	min-height: 100%;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: auto;
	width: 760px;
	background-color: #ffffff;
}

#main {
	position: absolute;
	text-align: center;
	width: 760px;
	min-height: 100%;
	color: #666666;
	background-color: #ffffff;
}

#header {
	color: #666666;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

#article {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
	font-size: 16px;
	text-align: justify;
	color: #666666;
}

#article .header {
	font-weight: bold;
	font-size: 24px;
	color: #666666;
}

#article .header_small {
	font-weight: bold;
	font-size: 20px;
	color: #666666;
}

#article .functions {
	position: absolute;
	right: 50px;
}

#article .title {
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	color: #666666;
}

#photo {
	margin-top: 40px;
	text-align: center;
}

#quote {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	font-size: 16px;
	text-align: justify;
	font-weight: normal;
}

#subscribe {
	width: 600px;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #cccccc;
	font-weight: normal;
	text-align: left;
}

.quote-box {
	width: 55%;
	margin: auto;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #666666;
	color: #333333;
	text-align: left;
}

.quote-box .quote {
	font-weight: bold;
}

.more {
	font-weight: bold;
}

form {
	padding: 0px;
	margin-bottom: 14px;
}

input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

a:active, a:link, a:visited {
	text-decoration: underline;
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #0000ff;
}

.list a:active, .list a:link, .list a:visited {
	text-decoration: none;
	color: #0000ff;
	font-weight: bold;
}

.list a:hover {
	color: #000000;
	text-decoration: underline;
}

.photo-left {
	float: left;
	margin-right: 20px;
}

.photo-right {
	float: right;
	margin-left: 20px;
}

.photo-text {
	font-size: 16px;
	font-style: italic;
	color: #333333;
}

#article hr {
	height: 1px;
	color: #cccccc;
	background-color: #cccccc;
	margin-top: 0px;
	margin-bottom: 5px;
}