body
{
	margin: 0px;
	background: #000000;
	text-align: center;
}

#MainWrapper
{
	width: 100%;
	margin: auto;
	margin-bottom: 15px;
}

#HeaderImage
{
	text-align: left;
	border: none;
}

#MenuNav
{
	text-align: center;
	color: #ffffff;
}

#MenuNav ul
{
	list-style: none;
}

#MenuNav li
{
	display: inline;
	background: #000000;
	border: dotted 1px #ffffff;
	padding: 2px;
	margin: 4px;
}

#MenuNav li:hover
{
	background: #ff0000;
}

	
#MenuNav a
{
	font-family: Tahoma;
	font-size: 12pt;
	color: #ffffff;
	text-decoration: none;
}

#MenuNav a:hover
{
	text-decoration: underline;
}

#LeftSect
{
	border: solid 1px #ffffff;
	width: 20%;
	margin-left: 2.5%;
}

#Content
{
	color: #ffffff;
	font-family: Tahoma;
	font-size: 12pt;
	margin: auto;
	width: 75%;
	min-height: 320px;
	height: 320px;
	border: solid 1px #ffffff;
	text-align: center;
	padding: 4px;
}

.SpanHead
{
	font-size: 14pt;
	vertical-align: top;
}

.NewsTitle
{
	font-size: 12pt;
	color: #ff0000;
	float: left;
}

.NewsContent
{
	font-size: 10pt;
	float: left;
	text-align: left;
}

.NewsImage
{
	float: right;
}

.ProductTitle
{
	font-size: 12pt;
	color: #ffffff;
	float: left;
	text-decoration: none;
}

.ProductTitle:hover
{
	color: #ff0000;
	text-decoration: underline;
}
