
	/* 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 */

	#FCKSnippetsLogo
	{
	}

	#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;
	}


	/* snippets toolbar*/

	#snippetsToolbar
	{
		height: 26px;
		background: #ECEAE6 url(images/toolbar.background.gif) repeat-x left top;
		width: 300px;
		margin: auto;
		text-align: right;
	}

	#toolbarStart
	{
		background: url(images/toolbar.start.gif) no-repeat center left;
		height: 26px;
		width: 100%;
	}

	#toolbarEnd
	{
		background: url(images/toolbar.end.gif) no-repeat center right;
		height: 26px;
		width: 100%;
	}

	#toolbarPadding
	{
		padding: 2px 7px 2px 10px;
	}

	#toolbarTitle
	{
		vertical-align: top;
		margin-right: 10px;
		float: left;
	}

	#snippetsToolbarButtons
	{
		text-align: right;
	}

	#snippetsToolbar .button
	{
		padding: 1px;
		margin: 1px;
		height: 18px;
	}

	#snippetsToolbar .buttonOn, #snippetsToolbar .button:hover
	{
		padding: 1px;
		margin: 0px;
		border: #3a3a3a 1px solid;
		background-color: #c4c4c4;
	}



	/* 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;
	}


