
body {

	margin: 0 auto;

	text-align: center;

	font-family: "Trebuchet MS";

	font-size: 11px;

	color: #333333;

	background-image: url(images/bodybg.jpg);

	background-position: center;

	background-repeat: repeat;

	overflow-x: hidden;

	-moz-scrollbars-horizontal: hidden;

}

img {

	border: none;

}

a {

	text-decoration: none;

}

p {

	padding: 0;

	margin: 0;

}

div.main {

	clear: both;

	margin: 0px auto; 

	width: 740px;

	text-align: left;

	position: absolute;

	left: 50%;

	top: 0;

	margin-left: -370px;

	z-index: 20;

	border: none;

	line-height: 16px;

}

div.row {

	clear: both;

}

div.cell {

	display: table-cell;

	float: left;

}

div.left {

	background-image: url(images/left.jpg);

	background-repeat: no-repeat;

	left: 50%;

	position: absolute;

	z-index: 10;

	margin-left: -505px;

	width: 135px;

	height: 664px;

}

div.right {

	background-image: url(images/right.jpg);

	background-repeat: no-repeat;

	left: 50%;

	position: absolute;

	z-index: 10;

	margin-left: 370px;

	height: 664px;

	width: 149px;

}

div.nav {

	clear: both;

	display: table;

	width: 745px;

}

div.nav a {

	float: left;

	display: table-cell;

}

div.subnavbg {

	clear: both;

	background-image: url(images/subnav-bg.gif);

	background-repeat: repeat-y;

	display: table;

	width: 221px;

}

div.subnavbg2 {

	clear: both;

	background-image: url(images/subnav-bg2.jpg);

	background-repeat: repeat-x;

	width: 216px;

	margin-left: 4px;

	display: table;

	color: #c90404;

	font-size: 12px;

	line-height: 17px;

}

div.subnavbg2 strong {

	margin-left: 26px;

	clear: both;

	display: block;

}

div.subnavbg2 a,

div.subnavbg2 a.on,

div.subnavbg2 a:hover {

	display: block;

	width: 182px;

	*width: 204px;

	height: 17px;	

	padding-left: 22px;

	margin-left: 4px;

	color: #c90404;

}

div.subnavbg2 a.on,

div.subnavbg2 a:hover {

	background-image: url(images/subnav-on.gif);

	background-repeat: no-repeat;

}

div.txtbg {

	clear: both;

	background-image: url(images/txt-bg.jpg);

	background-repeat: no-repeat;

	width: 493px;

	text-align: justify;

}

div.footer {

	clear: both;

	background-image: url(images/footer-bg.jpg);

	background-repeat: no-repeat;

	width: 740px;

	height: 80px;

	line-height: 100px;

	text-align: center;

}

div.footer a {

	color: #333333;

	margin: 0 7px;

}

div.footer a:hover {

	text-decoration: underline;

}