body
{
	margin: 0;
	background-color: #c60707;
	font-size: 13px;
	font-family: 'Lucida Sans Unicode';
}

a img
{
	border: 0;
}

.outer-frame
{
	background-color: #fff;
	margin: 0 auto;
	width: 964px;
}

.left-frame
{
	float: left;
	width: 27px;
	background: url('images/side-bg-left.gif');
	height: 300px;
}

.middle-frame
{
	width: 910px;
	background-color: #fff;
	height: 100%;
	float: left;
	margin-left:27px;
	*margin-left: 0;
	position:absolute;
}


.middle-frame-right2
{
	width: 100px;
	height: 100px;
	margin-left:260px;
	position:absolute;
	display: inline;
	padding: 25px;
}

.middle-frame-right
{
	width: 150px;
	height: 100px;
	margin-left:440px;
	position:absolute;
	display: inline;
	padding: 25px;
}

.right-frame
{
	float: right;
	width: 27px;
	background: url('images/side-bg-right.gif');
	height: 300px;
}

ul.menu
{
	padding: 0 44px;
	line-height: 28px;
	margin: 0;
	height: 28px;
	background-color: #373737;
	list-style-type: none;
}

ul.menu li 
{
	float: left;
	display: inline;
	padding: 0 4px;
}

ul.menu li img:hover
{
	padding-bottom: 3px;
	border-bottom: 4px solid #c60707;
}

.main-content-frame-outer
{
	padding: 31px 44px 56px 44px;
	background-color: #fff;
}

.main-content-frame
{
	background: #fff url('images/content-header.gif') no-repeat;
	border: 1px solid #c60707;
	width: 789px;
	padding: 14px;
}

.lower-frame-inner
{
	width: 1024px;
	margin: 0 auto;
}

/*.lower-frame
{
	margin: 0 auto;
	width: 100%;
	height: 60px;
	background-color: #373737;
	clear: both;
	position: absolute;
	float: left;
	bottom: 0;
}


.lower-frame-left
{
	float: left;
	width: 56px;
	height: 120px;
	border-right: 1px solid #1b1b1b;
}

.lower-frame-middle
{
	float: left;
	width: 908px;
	height: 120px;
	border-left: 1px solid #4b4b4b;
	border-right: 1px solid #4b4b4b;
}

.lower-frame-right
{
	float: left;
	width: 56px;
	height: 120px;
	border-left: 1px solid #1b1b1b;*/
}

.lower-frame-content
{
	color: #fff;
	padding: 5px;
}

.lower-frame-content a
{
	color: #fff;
	text-decoration: none;
}

. lower-frame-content a:visited
{
	color: #fff;
}

. lower-frame-content a:hover
{
	color: #373737;
}

. lower-frame-content a:active
{
	color: #c60707;
}