@charset "utf-8";
/* CSS Document */

#left {
	float: left;
	width: 620px;
	padding-top: 10px;
	/*border: 1px solid red;*/
}

#right {
	margin-left: 640px;
	/*border: 1px solid red;*/
}

.teaser {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.about {
	background-image: url(../images/line_grey_horz.gif);
	background-repeat: repeat-x;
	background-position: top left;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 8px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
}

.body {
	background-image: url(../images/line_grey_horz.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 15px;
	padding-bottom: 10px;
}

.body .left {
	width: 460px;
	float: left;
}

.body .left .copy {
	margin-top: 20px;
	margin-bottom: 20px;
}

.body .left .comments {
	background-image: url(../images/line_grey_horz.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
}

.body .left .post_comment {
	padding-bottom: 10px;
}

.body .right {
	margin-left: 478px;
}

div.article_left
{
	padding-right: 10px;
	float: left;
}

img.spacer
{

	padding-top:15px;
	padding-bottom: 15px;
}

h2
{
	padding:0;
	margin: 0;
}