/*=== LEFT === */

#Inner {
	margin-top: 5px;
}

#Left {
	float: left;
	width: 616px;
}

#Left div.images {
	float: left;
}

#Left div.images p.action {
	margin-top: 5px;
}

#Left div.images p.action a {
	font-style: italic;
	color: #94bd42;
	font-size: 15px;
}

#Left div.content {
	margin-top: 4px;
	margin-left: 200px;
	font-size: 12px;
	padding-right: 10px;
}

#Left div.content h2 {
	font-size: 28px;
	color: #94bd42;
	font-weight: normal;
	margin-bottom: 20px;
}

#Left div.content div.date {
	font-weight: bold;
}

#Left div.content h3 {
	color: #94bd42;
	font-size: 18px;
	margin-top: 4px;
	margin-bottom: 6px;
}

#Left div.content h4 {
	color: #94bd42;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 5px;	
}

#Left div.content div.body {
	margin-top: 20px;
}

#Left div.content div.body a {
	color: #94bd42;
	font-style: italic;
}

#Left div.content div.body p.note {
	margin: 15px 0 15px 0;
	color: #515658;
	font-weight: bold;
}

#Left div.content div.body p.action {
	color: #94bd42;
}

#Left div.content div.body p.action a { 
	margin: 0 5px 0 5px;
}

#Left div.content div.body p.action a.first {
	margin-left: 0px;
}


/*=== SIDEBAR === */

#SideBar {
	float: left;
	width: 160px;
}

#SideBar div.longAdvertising {
	text-align: left;
}

/*=== FOOTER ===*/

  hr {
      background-color: #DEDEDE;
      height: 1px;
      border: none;
    }
