DIV#leftBlogFrame {
	float: left;
	margin-right: 5px;
	width: 405px;
}
DIV#rightBlogFrame {
	float: left;
	width: 189px;
	border: 1px solid #6E6E6E;
	padding: 2px;
}
DIV#rightBlogFrame h2 {
	border: 1px solid #6E6E6E;
	background-color: #A9A9A9;
	padding: 2px 1px 3px 1px;
	margin: 0px 0px 5px 0px;
	font-size: 100%;
	color: white;
	font-weight: bold;
	text-align: center;
}
DIV#rightBlogFrame UL {
	list-style-type: square;
	margin: 0px 0px 0px 18px;
	padding: 0px;
	color: #6E6E6E;
}
DIV#rightBlogFrame LI {
	padding: 5px 0px 5px 0px;
	font-size: 90%;
}
DIV#rightBlogFrame LI A {
	text-decoration: none;
	font-weight: normal;
}
DIV.blogListing {
	margin-right: 5px;
}
DIV.blogArticle, DIV.blogComment {
	border: 2px solid #DCDCDC;
	margin-bottom: 5px;
	padding: 5px;
}
DIV.blogArticle H2 A, DIV.blogArticle H3 A {
	font-size: 120%;
	text-decoration: none;
}
SPAN.blogDate {
	display: block;
	float: right;
	width: 120px;
	color: white;
	text-align: center;
	border: 1px solid #6E6E6E;
	background-color: #A9A9A9;
	padding: 2px 1px 3px 1px;
}
SPAN.blogDate A:link, SPAN.blogDate A:active, SPAN.blogDate A:visited, SPAN.blogDate A:hover {
	color: white;
}
A.blogAddComments:active, A.blogAddComments:visited, A.blogAddComments:hover, A.blogAddComments:link {
	display: block;
	text-decoration: none;
	color: white;
	margin: 0px auto 5px auto;
	width: 150px;
	text-align: center;
	border: 1px solid #6E6E6E;
	background-color: #A9A9A9;
	padding: 2px 1px 3px 1px;
}


INPUT.smallTextField {
	font-size: 90%;
	width: 250px;
	border: 1px solid silver;
}


