body
{
	color:					#444444;
	background-color:		#FFFFFE;
}

*
{
	margin:					0;
	padding:				0;
}

a
{
	color:					#1991FF;
	text-decoration:		none;
}

a:hover
{
	color:					#FF9900;
	text-decoration:		underline;
}

div#contents
{
	margin-left:			10px;
	/*padding-left:			10px;*/
	width:					800px;
	height:					*;
	background:				url(img/bar.gif) repeat-y;
	background-color:		#FFFAE1;
}

h1
{
	color:					#F1FCCC;
	padding-top:			8px;
	/*background-color:		#FFD18A;*/
	height:					70px;
	text-align:				center;
	letter-spacing:			2px;
	background:				url(img/headbar.gif) repeat-x;
}

p#description
{
	/*color:					#FFFFFE;*/
	/*background-color:		#FFD18A;*/
	height:					30px;
	text-align:				center;
	background:				url(img/headbar2.gif) repeat-x;
}

p{
	font-size:				13px;
	letter-spacing:			1px;
	line-height:			18px;
}

div.section
{
	margin:					10px 0 10px 170px;
}

div.section h2
{
	font-size:				16px;
	padding:				6px 0 0 20px;
	border-top:				1px solid #FF9900;
	border-left:			20px solid #FF9900;
	height:					30px;
	background-color:		#EAEAEA;
}

div.section p
{
	padding:				6px;
	margin-left:			80px;
	border:					1px solid #FF9900;
	background-color:		#FFFFFF;
}

div#footer
{
	/*color:					#F1FCCC;*/
	padding-top:			8px;
	background-color:		#FFD18A;
	text-align:				center;
	letter-spacing:			2px;
}

div#footer p
{
	padding-top:			18px;
	font-family:			Georgia, "Times New Roman", Times, serif;
	background:				url(img/footbar.gif) repeat-x;
	height:					70px;
}

div#back
{
	padding:				8px 0;
	text-align:				right;
	font-size:				12px;
	background:				url(img/footbar2.gif) repeat-x;
}

div#back a
{
	/*color:					#FFFFFE;*/
}

