﻿#Main_Body_Table
{
	width: 100%;
}
.table_column
{
	padding: 10px;
}
div.blog_item, div.blog_item:link,div.blog_item:visited
{
	padding: 5px;
	margin: 4px;
	font-family: impact;
	text-align: center;
	font-size: 20px;
	position: relative;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #d7d7b9;
	max-width:275px;
	color:#463E41;
	cursor: pointer;
}
div.blog_item:hover
{
	background-color: #463E41;
	color:#d7d7b9;
}
#layout
{
	width: 100%;
}
#left_column
{
	float: left;
	width: 23%;
	margin: 1%;
	
}
#right_column
{
	float: right;
	width: 71%;
	margin: 2%;
	margin-top: 1%;
}
#inlineContent
{
		border-style: solid; 
		border-color: #333; 
      border-width: 2px;    
      background: #FFF;
	  scrolling: none;
}  
	