
	/* site */

	BODY
	{
		margin-top: 40px;
		margin-bottom: 40px;
		font-family: arial, verdana, tahoma;
		font-size: 11px;
		color: #93887F;
		text-align: center;
		overflow: -moz-scrollbars-vertical;
		overflow: overflow-y;
	}

	#site
	{
		text-align: left;
		width: 643px;
		margin: auto;
		position: relative;
	}


	/* Header */

	#headerSpiralLeft
	{
		background-image: url(images/headerSpiralLeft.jpg);
		width: 363px;
		height: 370px;
		border: 1px solid #A89F96;
		position: absolute;
		z-index: 1;
	}

	#headerSpiralLeft a
	{
		display: block;
		width: 100%;
		height: 100%;
	}

	#headerSpiralLeft span
	{
		display: none;
	}

	#headerRight
	{
		width: 265px;
		height: 267px;
		border: 1px solid #A89F96;
		background-color: #F9F2DE;
		position: relative;
		left: 376px;
		top: 0px;
	}

	#menu
	{
		line-height: 12px;
		font-size: 12px;
		width: 265px;
		height: 12px;
		position: relative;
		left: 376px;
		margin-top: 11px;
		cursor: default;
	}

	.menuItem
	{
		cursor: pointer;
		cursor: hand;
	}

	.separator
	{
		margin: 0px 2px;
	}


	/* FCKPlugins */

	#FCKPluginsLogo
	{
		margin-top: 30px;
	}

	#headerSpiralLeftCovererTopBorder
	{
		background-color: #A89F96;
		width: 363px;
		height: 1px;
		position: relative;
		z-index: 2;
		border: 1px solid #A89F96;
		position: relative;
		left: 0px;
		margin-top: -1px;
	}

	#headerSpiralLeftCoverer
	{
		background-position: 304px 0px;
		background-color: #FFFFFF;
		width: 365px;
		height: 35px;
		position: relative;
		z-index: 3;
		left: 0px;
	}


	/* overall */

	.contentBorder
	{
		border: 1px solid #A89F96;
		position: relative;
		left: 376px;
		margin-top: 11px;
		width: 265px;
	}

	.content
	{
		padding: 11px;
	}

	a
	{
		color: #93887F;
		text-decoration: none;
	}

	table
	{
		font-size: 11px;
		font-family: arial, verdana, tahoma;
	}

	.link
	{
		border-bottom: 1px solid #DFDDDB;
		cursor: pointer;
		cursor: hand;
	}

	.hasOverlib
	{
		border-bottom: 1px dotted #DFDDDB;
	}

	.anchor
	{
		position: absolute;
	}


