﻿body
{
	margin: 0px;
	padding: 0px;
	font-family: Tw Cen MT, Arial;
	color:#ffffff;
	background-color: #151515;
	min-width: 1220px;
	background-position: 0px 202px;
	background-repeat: no-repeat;
	background-image: url('../imgs/main/bodyBackground.jpg');
}

a
{
	color:#ffffff;	
}

p
{
	margin: 0px;
	padding: 0px;
}

.top
{
	background-image: url('../imgs/main/top/topBack.png');
	background-repeat: repeat-x;
	height: 202px;
}

.middle
{
	min-height: 350px;
	text-align: center;
	clear: both;
	margin: 0px auto;
	width: 1181px;
}

.left
{
	float: left;
	background-image:url('../imgs/main/left/leftLeaf.png');
	background-repeat: no-repeat;
	width: 197px;
	min-height: 107px;
}

.center
{
	float: left;
	padding: 0px 0px 20px 0px;
	background-image: url('../imgs/main/center/middleBack.png');
	background-repeat: repeat-y;
	width: 782px;
	text-align: center;
}

.right
{
	float: left;
	background-image:url('../imgs/main/right/rightLeaf.png');
	background-repeat: no-repeat;
	background-position: -4px 0px;
	width: 201px;
	min-height: 107px;
}

.bottom
{
	clear: both;
	background-image: url('../imgs/main/bottom/bottom.png');
	background-repeat: repeat-x;
	height: 48px;
	font-size: 12px;
	text-align: center;
}

.title
{
	font-size: 22px;
	font-weight:normal;
	text-indent: 10px;
	border-bottom: solid 1px #717171;
	border-left: solid 1px #717171;	
	margin-top: 15px;
}

.floatLeft
{
	float: left;
}