body	{
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	background-color: #A1A185;
}

#banner	{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 195px;
	position: relative;
	background-image: url("../images/blog/bg_banner.png");
	background-position: center top;
	z-index: 100;
	border-bottom: 5px solid #BD8401;
}

#logo	{
	padding: 0;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 195px;
	position: relative;
	z-index: 400;
	border-right: solid #424236 1px;
	border-left: solid #424236 1px;
}

#main_wrap	{
	padding: 0;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 100%;
	position: relative;
	background-image: url(../images/blog/bg_content.png);
	text-align: left;
}

#main_content_wrap	{
	padding: 0;
	margin: 0px;
	width: 735px;
	height: 100%;
	float: left;
}

.mc	{	
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 15px; 
	margin-right: 15px;
	font-family: verdana, arial, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	line-height: 19px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
}

#sidebar_wrap	{
	padding: 0;
	width:  212px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	height: 100%;
	float: right;
}

div.sc	{
	padding-right: 15px;
	padding-left: 8px;
	padding-top:2px;
	padding-bottom: 2px;
	margin-left: 0px;
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
}

#footer	{
	clear: both;
	width: 200px;
	margin-left: 600px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 2px;
	background-color: #989884; 
	border-top: solid #4E4E3E 1px;
	border-right: solid #4E4E3E 1px;
	border-left: solid #4E4E3E 1px;
	border-bottom: 0px;
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

.mc a	{
	color: #77C243;
	text-decoration: none;
	font-weight: bold;
}

.sc a	{
	color: #056AE7;
	text-decoration: none;
}

ul	{
	margin-left: -10px;
}

li	{
	margin-left: -10px;
}

h2	{
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: justify;
	text-decoration: none;
	line-height: 19px;
}

.widget{
padding-bottom:30px;
}
