* {
	margin: 0;
	padding: 0; }

body {
	background: #fff;
	color: black;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin-top: 12px; }
	
a { background: #fff;
	color: #9F0002; }
	
a:hover {
	background: #eee;
	color: #D20100; }
	
strong {
	background: #fff;
	color: #9F0002;
	font-weight: bold; }
	
ul, ol { margin-left: 25px; }
	
ul { list-style-type: square; }

h1, h2, h3, h4, h5 {
	background: #fff;
	color: #9F0002;
	font-family: Georgia, serif;
	font-weight: normal; }
	
h1 {
	font-size: 18px;
	padding: 3px 0 3px 0; }
	
h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 2px 0 2px 0; }
	
h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0 1px 0; }
	
h4 {
	font-size: 13px;
	padding: 1px 0 1px 0; }
	
h5 {
	font-size: 11px;
	padding: 1px 0 1px 0; }

#site, #header, #footer {
	width: 760px; }

#site {
	margin: 0 auto; }
	
#header {
	border-bottom: 1px solid #9F0002;
	background-image: url('images/header.gif');
	background-position: top right;
	background-repeat: no-repeat;
	height: 86px;
	padding-bottom: 25px; }
	
	#header h1 {
		display: none; }
	
#content {
	background: #fff;
	border-right: 1px solid #7B9A05;
	color: #000;
	float: left;
	margin: 25px 0 10px 0;
	padding: 0 10px;
	width: 544px; }
	
#content p {
	padding: 4px 0px; }
		
	code.html, code.css { 
		border: 1px solid #ddd;
		display: block;
		margin: 5px 0;
		padding: 5px;
		white-space: pre;
		overflow: auto; }
		
		code.html:before { 
			content: 'HTML-Code:';
			display: block;
			font-weight: bold; }
		
		code.css:before { 
			content: 'CSS-Code:';
			display: block;
			font-weight: bold; }
	
#side-content {
	background: #fff;
	color: #7B9A05;
	float: right;
	margin: 25px 0;
	padding: 15px 5px 25px 10px;
	text-align: center;
	width: 180px; }
	
#side-content p {
	padding: 0 0 5px 0;
	text-align: left; }
	
#side-content h2 {
	background: #fff;
	border-bottom: 1px solid #eee;
	color: #D20100;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 7px 0 5px 0;
	text-align: left; }
	
	img#portrait {
		background: #eee;
		border: 1px solid #7B9A05;
		color: #7B9A05;
		margin: 5px 0;
		padding: 5px; }
	
ul#nav { margin: 0 0 0 5px; }
	
#buttons {
	clear: both;
	text-align: left; }
	
.rssfeed-img, .delicious-img, .print-img {
	clear: none;
	display: block;
	float: left;
	height: 24px;
	margin: 5px 5px 5px 5px;
	width: 24px; }

	/* RSS Feed */
	
	.rssfeed-img {
		background-image: url('images/rss.gif');
		margin-left: 20px; }
	
	.rssfeed-img:hover { background-image: url('images/rss_hover.gif'); }
		
	/* Delicious */
	
	.delicious-img { background-image: url('images/delicious.gif'); }
	
	.delicious-img:hover { background-image: url('images/delicious_hover.gif'); }
		
	/* Print */
	
	.print-img { background-image: url('images/print.gif'); }
	
	.print-img:hover { background-image: url('images/print_hover.gif'); }

#footer {
	border-top: 1px solid #9F0002;
	clear: both;
	font-style: normal;
	margin-bottom: 10px;
	padding: 10px 0 0 0;
	text-align: center; }
	
#footer p { padding: 0 0 5px 0; }
