div#content {
	width: 570px;
	background: url(../images/full_content_bgd.gif) repeat-y top left !important;
}
div#content div#submenu {
	display: none;
}
div#content h2 {
	margin: 0 !important;
	padding: 0 10px;
	padding-bottom: 20px !important;
	background: url(../images/full_content_header_bgd.gif) no-repeat top left !important;
}
div#content div#foot {
	background: url(../images/full_foot_background.gif) no-repeat bottom left !important;
	clear: left;
}
div#content p.news-date {
	color: #a0a0a0;
	position: absolute;
	top: 22px;
	right: 0;
	border: 0;
	z-index: -1;
}
html>body div#content p.news-date {
	z-index: 0;
}
div#content p.news-category {
	color: #a0a0a0;
	position: absolute;
	top: 22px;
	left: 0;
	border: 0;
	font-size: 9px;
	background: none;
}
div#content p.news-category a, div#content p.news-date a {
	font-size: 9px;
	color: #AC294B;
	text-decoration: none;
}
div#content p.news-category a:hover, div#content p.news-date a:hover {
	color: #000;
	text-decoration: underline;
}
div#content p.news-author {
	/*position: absolute;
	right: 0;
	top: -13px !important;*/
	color: #ccc;
	font-size: 9px;
	font-weight: bold;
	/*text-align: right;*/
	position: relative;
}
div#content p.news-author span {
	display: none;
	text-align: right;
	position: absolute;
	width: 300px;
	left: 20;
	top: 10px;
	background: #F8F9FC;
	border: 1px solid #000;
	padding: 10px;
	font-weight: normal;
	color: #364986;
	z-index: 1000;
}

div#content p.news-author:hover span {
	display: block;
}
div#content p.news-author a {
	color: #AC294B !important;
}
div#content p.news-author a:hover {
	color: #AC294B;
	text-decoration: underline;
}
div#content p.news-short-description {
	font-weight: bold;
}
a.linkback {
	display: block;
	margin-top: 30px;
	color: #AC294B !important;
	text-decoration: none;
	clear: left;
}
a.linkback:hover {
	color: #000 !important;
	text-decoration: underline;
}
p.image-holder {
	float: left;
	width: 300px;
	text-align: center;
}
p.image-holder img {
	border: 2px solid #AC294B;
}
div#image-gallery p {
	float: left;
	width: 150px;
	margin: 10px 0;
	height: 150px;
}
div#content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#content ul li {
	margin: 10px;
	padding: 0;
	list-style-type: circle !important;
	list-style-position: inside;
}














