﻿.sectionContent
{
	width: 711px;
	padding: 0px;
	margin: 30px 20px 0px 35px;
	text-align: left;
}

.sectionContentTop
{
	background-image:url('../imgs/controls/section/sectionTopBack.png');
	height:38px;
	width:711px;
}

.sectionContentBox
{
}

.sectionContentBody
{
	background-image:url('../imgs/controls/section/sectionBack.png');
	background-repeat: repeat-y;
	background-color: #1f1f1f;
	padding: 10px  20px 0px 20px;
	width: 671px;
	min-height: 350px;
}

.sectionContentBody a
{
	color: #ffffff;
	text-decoration: none;	
}

.sectionContentBottom
{
	margin: 0px auto;
	background-image:url('../imgs/controls/section/sectionBottom.png');
	background-repeat: no-repeat;
	width: 711px;
	height: 6px;
}

.sectionContentTop h1
{
	padding: 10px;
	text-align: center;
	font-size: 16px;
	color: #4676c6;
	text-transform: uppercase;
	font-weight: bold;
}

