body {
	background: #fff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333;
}

/* --- */

#container {
	width: 500px;
	height: auto;
	margin: 0px auto;
}

/* --- */

#header {
	width: 500px;
	height: auto;
	margin: 50px 0px 0px 0px;
}
#header h1 {
	font-family: Sancreek, Georgia, "Times New Roman", Times, cursive;
	font-size: 50px;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
	color: #000;
}
#header h1 a, #header h1 a:hover {
	text-decoration: none;
	color: #000;
}

/* --- */

#menu {
	width: 500px;
	border-bottom: 1px solid #ddd;
	padding: 0px 0px 25px 0px;
	margin: 0px 0px 25px 0px;
}
#menu-list {
	text-align: center;
	list-style: none;
}
#menu-list ul {
	margin: 0px;
	padding: 0px;
}
#menu-list li {
	display: inline;
	margin: 0px 10px 0px 10px;
}
#menu-list li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}

/* --- */

#contents {
	text-align: left;
	width: 500px;
	height: auto;
}
#contents p a {
	border-bottom: 1px dotted #000;
	text-decoration: none;
	color: #000;
}
#contents p a:hover {
	border: none;
	color:#555;
}
#contents img a, #contents img a:hover {
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#contents img {
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#contents b, #contents strong {
	font-weight: lighter;
	color: #000;
}
#contents p {
	line-height: 190%;
}
#contents h2.title {
	font-weight: lighter;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px;
	color: #000;
}
#contents h2.title a {
	font-weight: lighter;
	font-size: 18px;
	border: none;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	margin: 0px;
	color: #000;
}
#contents h3.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #aaa;
	margin: 0px 0px 15px 0px;
}
#contents div.main {
	border-bottom: 1px dotted #ddd;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 25px 0px;
}
#contents p.quote {
	font-size: 20px;
	font-style: italic;
	line-height: 150%;
}
#contents div.notes ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#contents div.notes li {
	list-style: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;;
}
#contents div.notes li a, #contents div.notes li a:hover {
	text-decoration: none;
	color: #000;
}

/* --- */

#footer {
	width: 500px;
	height: auto;
	padding: 50px 0px 10px 0px;
}
#footer div.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	letter-spacing: 1px;
	line-height: 190%;
}
#footer a, #footer a:hover {
	text-decoration: none;
	color: #000;
}