BODY
{ 
	background: #ff9a00; 
	color: #8c5639;
	margin: 0px;
	padding: 0px;
}

P, OL, UL, DL, LI, DD, DT, FORM, TD, TH, BODY, TEXTAREA
{
	font-family: "Comic Sans MS";
	font-size: 10pt;
}


A, A:link, A:active
{
	color: #b66233;
}

A:visited
{
	color: #964213;
}

A:hover
{
	text-decoration: none;
}

TABLE
{
	border: 0px;
	border-collapse: collapse;
}
TABLE TR, TABLE TR TD ,TABLE TR TH
{
	vertical-align: top;
}
TABLE TR TD ,TABLE TR TH
{
	padding: 0px;
}
IMG
{
	border: 0px;
}
FORM
{
	margin: 0px;
}

H1, H2, H3, H5
{
	font-weight: normal;
}
H2, H4
{
	color: #9f7846;
}
H3
{
	color: #592000;
}

/* MAIN CLASSES */

.mainTable
{
	width: 100%;
}

.centerCell
{
	width: 767px;
	padding-top: 40px;
}
.menuCell
{
	padding-top: 14px;
}
.spirals
{
	padding-bottom: 12px;
	background: transparent url(/img/bg_spirals.gif) no-repeat bottom right;
}
.phoneContainer
{
	width: 767px;
	text-align: right;
	font-weight: bold;
	position: absolute;
	margin-top: -45px;
/*	clear: both;*/
}
.phoneContainer P
{
	margin: 0px;
	font-family: tahoma;
	font-size: 11pt;
	color: #aa7019;
	background: transparent url(/img/bg_phone.gif) no-repeat 520px 0px;
}
.copyright
{
	font-size: 8pt;
	color: #fff;
	font-family: tahoma;
	margin: 1cm 0px 30px 0px;
	text-align: center;
}
.contentTable
{
	width: 780px;
	background: #ffebcc url(/img/bg_content.gif) repeat-y;
}
.contentCell
{
	width: 100%;
	padding: 0px 25px 80px 35px;
}

.rightFloat
{
	float: right;
	margin: 0px 0px 5px 5px;
}
.leftFloat
{
	float: left;
	margin: 0px 5px 5px 0px;
}

.floatImageBlock
{

}
.topBG
{
	background: transparent url(/img/bg_topbg.gif) repeat-x bottom center;
}
.topCorner
{
	background: transparent url(/img/bg_topcorner.gif) no-repeat bottom right;
}
.topCurve
{
	background: transparent url(/img/bg_topcurve.gif) no-repeat;
	height: 21px;
}
.botBG
{
	background: transparent url(/img/bg_botbg.gif) repeat-x bottom center;
}
.botCorner1
{
	background: transparent url(/img/bg_botcorner1.gif) no-repeat top right;
}
.botCorner2
{
	background: transparent url(/img/bg_botcorner2.gif) no-repeat top left;
	height: 6px;
	overflow: hidden;
}
.centerBG1
{
	background: #ff9a00 url(/img/bg_centerbg1.gif) repeat-y;
	padding-left: 5px;
}
.centerBG2
{
	background: transparent url(/img/bg_centerbg2.gif) repeat-y right top;
	padding-right: 5px;
}
.spiralList LI
{
	list-style-image: url(/img/bg_spiral.gif);
	vertical-align: top;
	padding-left: 5px;
	margin-top: 5px;
	font-weight: bold;
}
.spiralList LI A
{
	text-decoration: none;
}
.spiralList LI A:hover
{
	text-decoration: underline;
}