


div#ffImp {
	background: #DA0B13;
	clear: both;
	width: 800px;
	height: 22px;
	margin: 0 auto;
}

div#ffTable {
	clear: both;
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

td#leftBottom {
	background: #A4A4A4;
	background-image: url(../images/layout/leftBgBottom.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

td#contentBottom {
	background: #CDCDCD;
	background-image: url(../images/layout/contentBgBottom.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}


td#left {
	background: #A4A4A4;
	background-image: url(../images/layout/leftBgTop.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 200px;
}

td#content {
	background: #CDCDCD;
	background-image: url(../images/layout/contentBgTop.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 600px;
	height: 350px;
}

div#ffInfo{
	background-image: url(../images/layout/bgInfo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 37px;
	clear: both;
	width: 800px;
	margin: 0 auto;
}

div#ffContentContainer {
	background-image: url(../images/layout/bgContent.png);
	background-repeat: repeat-y;
	background-position: left top;
}
div#ffBottomContainer {
	background-image: url(../images/layout/bgBottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
	clear: both;
}

div#ffBottom {
	background: #D71920;
	width: 800px;
	height: 15px;
	margin: 0 auto;
}

div#ffMain {
	width: 818px;
	margin: 0 auto;
}

td {
	vertical-align: top;
}

table {
	border: 0;
	border-collapse: collapse;
}

body {
	background: #575757 url(../images/layout/bg.jpg) left top repeat-x;
	font-family: verdana, arial, sans-serif;
	text-align: center;
}

* {
	margin: 0;
	padding: 0;
}