.clearing
{
	clearing	: both;
}

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	color: #333;
	text-align: center;
	background: #DBCFC9;
}

a img, img {
	border: none;
}

#page
{
	width: 770px;
	margin: 0px auto;
	text-align: left;
	background: url(../images/tile.gif) repeat-y;
}

#headerFire
{
	background : url(../images/fire.jpg) no-repeat;
	height : 130px;
}

#headerTitle
{
	background : url(../images/title.jpg) no-repeat;
	height : 70px;
}

#header
{
	text-align: center;
	background: #FFFFFF;
}

#headerField
{	background  : #DB9677;
	text-align  : left;
}

#headerText
{	font-family : Helvetica;
	font-style  : italic;
	font-size   : 16px;
	font-weight : bold;
	margin	: 8px 20px 10px 130px;
	width		: 540px;
}

.headerSpace
{
	height	: 5px;
}

#headerSign
{	
	text-align   : right;
}


#menu
{
	width		: 765px;
	padding	: 0px 0px 0px 0px;
	margin	: 3px 0px 20px;
	float		: left;
}

#menu ul
{
	list-style-type	: none;
	margin		: 0px;
	padding		: 0px 0px 0px 0px;
	margin		: 0px;
	width			: 100%;
}

#menu li
{
	float			: left;
	text-align		: center;
	display		: block;
	width			: 20%;
	text-align		: center;
}

#menu li a
{
	font-family		: Verdana, Arial;
	background-color	: white;
	display		: block;
	color			: #1A1A1A;
	font-size		: 17px;
	font-weight		: bold;
	text-decoration	: none;
	width			: 99%;
	height		: 23px;
}

#menu li a:hover
{
	background-color	: #FFBF80;
}


#menu li.active a, #menu li.active a:hover
{
	background-color	: #DD6F00;
}

#pageContent
{
	width		: 770px;
	height	: autox;
}



