body {
	font-family: arial;
	font-size: 11px;
	color: #333;
}

* a {
	font-weight: normal;
	color: #333;
	text-decoration: none;
	margin: 0 10px 0 0;
}

a:hover {
	color: #666;
}

a.link {
	font-weight: bold;
	min-height: 10px;
}

h1 {
	font-weight: bold;
	font-size: 14px;
	max-width: 500px;
}

h2 {
	font-size: 11.5px;
	margin: 20px 0 3px 0;
}

p.url {
	font-size: 10px;
	color: #eea634;
	font-weight: bold;
	margin: 0;
}

p.copy {
	float: right;
}

p {
	margin: 10px 0 10px 0px;
}

hr {
	border: none;
	border-bottom: 1px dotted #d9d9d9;
	text-align: center;
	margin: 0;
}

#wrapper {
	width: 650px;
	margin: auto;
}

#header {
	height: 80px;
	border-bottom: 1px solid #b8b8b8;
}

#menu {
	float: right;
	margin: 62px 0 0 0;
}

#footer {
	border-top: 1px solid #b8b8b8;
}

.entry {
	margin: 20px 0 0 0;
}

.thumb {
	float: left;
	margin: 0 15px 8px 0;
	background: url('../images/shadow.jpg') no-repeat bottom right;
	height: 134px;
	width: 165px;
}

.thumb img {
	border: 1px solid #ededed;
}

.clear {
	clear: both;
}