/* Front Page CSS */

div.Content{
	border: thin solid #555;
	background-color: #111;
	margin-bottom: 5px;
}
div.Content.bannerxng {
	padding: 5px;
	text-align: center;
	width: 475px;
	margin: auto;
}
div.Content.bannerxng iframe {
	border: #330000 solid 2px;
	background-color: #000;
}

.Contenttitle
{
	border-bottom: thin solid #322;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 10px;
	background: #000 url(/images/content_back.gif) repeat-x center -42px;
}

.Contentfooter
{
	border-top: thin solid #322;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
	padding-right: 20px;
	text-align: right;
        height: 20px;
	background: #000 url(/images/content_back.gif) repeat-x center -42px;
}

.Contentfooter > .timestamp
{
	padding-left: 18px;
	padding-right: 2px;
	display: inline-block;
        background: transparent url(/images/time.png) no-repeat left center;
}
.Contentfooter > .author
{
	padding-left: 18px;
	padding-right: 2px;
	display: inline-block;
        background: transparent url(/images/user.png) no-repeat left center;
}
.Contentfooter > .author > a
{
	color: #FFFFFF;
}
.Contentfooter > .author a:hover
{
	color: #00DD00;
}

h1.Contenttitle
{
	height: 26px;
	line-height: 24px;
	font-size: 20px;
}
h2.Contenttitle
{
	height: 20px;
	line-height: 18px;
	font-size: 16px;	
}
div.Content.Left
{
	float: left;
	width: 49%;
	min-height: 175px;
	
}
div.Content.Right
{
	float: right;
	width: 49%;
	min-height: 175px;
}
div.Content.Wide
{
	clear: both;
}

