* {
	margin: 0;
	padding: 0;
}

body {
	background: #ccc;
/*	background: url(images/16_col.gif) repeat-y top center; */
	color: #000;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 13px;
	line-height: 20px;
}

* html body {
	margin-bottom: 20px;
}

*+html body {
	margin-bottom: 20px;
}

#container {
	background: #fff;
/*	border: 1px solid #ccc; */
	margin: 20px auto;
	padding: 60px;
	width: 700px;
}

* html #container {
	padding-bottom: 40px;
}

#header {
	border-bottom: 1px solid #ccc;
	height: 119px;
	margin-bottom: 40px;
}

#header a {
	border: none;
}

#navigation {
	float: left;
	font-weight: bold;
	margin: 0 20px 39px 0; */
	width: 220px;
}

* html #navigation {
	margin: 0;
}

*+html #navigation {
	margin: 0;
}

#navigation ul {
	list-style: none;
}

* html #navigaiton ul {
	list-style-position: outside;
}

#navigation li.current_page_item a,
#navigation li.current-cat a {
	color: #000;
}

#content {
	float: right;
	margin-bottom: 39px;
	width: 460px;
}

* html #content {
	margin-bottom: -20px;
}

*+html #content {
	margin-bottom: 0;
}

.post+.post {
	margin-top: 20px;
}

* html .post {
	margin-bottom: 20px;
}

* html #reviews {
	margin: 0 0 20px 0;
	text-align: left;
	width: 100%;
}

* html #reviews h2 {
	margin-bottom: -20px;
}

* html #reviews p {
	margin: 0;
	text-align: right;
}

* html #reviews blockquote p {
	text-align: left;
}

#footer {
	border-top: 1px solid #ccc;
	clear: both;
	font-size: 11px;
	padding-top: 19px;
}

#footer ul {
	list-style: none;
}

h2 {
	font-size: 1em;
}

h2+blockquote {
	margin-top: 20px;
}

.post-date {
	color: #666;
	font-size: 11px;
	font-style: italic;
}

* html p {
	margin-bottom: 20px;
}

p+p {
	margin-top: 20px;
}

p+h2 {
	margin-top: 20px;
}

p+blockquote {
	margin-top: 40px;
}

p+ul {
	margin-top: 20px;
}

blockquote {
	font-style: italic;
	margin-left: 60px;
}

* html blockquote {
	margin-top: 40px;
	text-align: left;
}

blockquote+p {
	text-align: right;
}

ul {
	list-style-position: inside;
}

* html ul {
	margin-bottom: 20px;
}

* html #navigation ul {
	margin: 0;
}

ul+h2 {
	margin-top: 20px;
}

img {
	border: none;
}

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

a {
	border-bottom: 1px solid #ccc;
	color: #666;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #000;
}