body
	{
		font-family: Arial;
		font-size: 12px;
		color: #313131;
		padding-top:0px;
		margin:auto;
		width: 749px;
	}
#main
	{
		border: solid 1px;
	}
#header_top
	{
		background:url(images/header.jpg) no-repeat;
		height: 179px;
	}
#header_bottom
	{
		background: url(images/header_bottom.jpg) no-repeat;
		height: 80px;
	}
#nav
	{
		padding: 10px;
		background: #d42601;
	}
#content
	{
		padding:5px;
	}
#content_text
	{
		padding: 5px;
		padding-left: 15px;
		padding-right: 30px;
		margin-right: 208px;
		background:url(images/content_bg.jpg) repeat-y;
	}
#content_top
	{
		background:url(images/content_top.jpg) no-repeat left;
		height: 16px;
	}
#content_bottom
	{
		background:url(images/content_bot.jpg) no-repeat left;
		height: 16px;
	}
#right_col
	{
		float:right;
		width:207px;
		margin-right: 5px;
		margin-top: 5px;		
	}
*html #right_col { height: 1% ; }
#right_col_top
	{
		background: url(images/right_col_top.jpg) no-repeat top #f1f1f1;
	}
#right_col_bottom
	{
		background: url(images/right_col_bottom.jpg) no-repeat bottom;
	}
#right_col_text
	{
		padding:10px;
	}
.par_heading, .par_heading a, .par_heading a:visited, h2, h2 a, h2 a:visited
	{
		font-size: 16px;
		color: #ff5f14;
		font-weight:bold;
		text-decoration: none;
	}
#footer
	{
		background-color: #000000;
		padding: 10px;
		color: #ffffff;
		font-weight:bold;
		text-align:center;
		clear:both;
	}
#sidebar
	{	
	
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 0px;
	}
#sidebar ul
	{
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
#sidebar li li
	{
		margin: 0px;
		padding: 0px;
		margin-left: 0px;
	}
#sidebar li
	{
		margin-top: 5px;
		margin-bottom: 5px;
	}
h2
	{
		margin: 0px;
	}
a, a:visited
	{
		
		color:#E46F03;
		font-weight:bold;
	}
a:hover
	{
		color:#000066;
	}
#sidebar a
	{
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
		color: #545454;
		margin: 0px;
		padding: 5px;
	}
#sidebar a:hover
	{
		color:#BE662C;
	}
.commentlist
	{
		list-style: url(images/list_arrow.gif);
	}
.commentlist a
	{
		font-weight: bold;
	}
.commentlist li
	{
		background: #efefef;
		padding: 5px;
		margin-top: 5px;
	}
.alignleft
	{
		float: left;
	}
.alignright
	{
		float: right;
	}
.postmetadata
	{
		background: #EFEFEF;
		padding: 5px;
	}
