	body
	{
		background-color:#442C14;
		background-image: url('media/lotus.png');
		background-attachment: fixed;
	}
	div
	{
		margin: 1px;
	}
	div#title
	{
		border-style: ridge;
		border-width: 7px;
		border-color: rgb(190, 180, 150);
		text-align: center;
		margin-left:170px;
		font-size: 35px;
		font-style: italic;
		background-image: url('media/backgrounds/bg_CC_body.png');
		width: 580px;
		height: 100px;
		text-align: left;
		position
	}
	div#main
	{
		margin-left:auto;
		margin-right:auto;
		text-align: center;
		width: 780px;
		position:relative;
	}
	div#toc
	{
		border-style: ridge;
		border-width: 7px;
		border-color: rgb(136, 136, 136);
		text-align:left;
		background-image: url('media/backgrounds/bg_CC_toc.png');
		margin-top:20px;
		margin-left:40px;
		margin-right:20px;
		padding-left:5px;
		width: 150px;
		float:left;
/*
		-moz-box-shadow: 0px 0px 50px 20px #888888;
*/
		z-index: 20;
	}
	a, a:active
	{
		color: #000;
	}
	div#body
	{
		border-style: ridge;
		border-width: 7px;
		border-color: rgb(190, 180, 150);
		background-image: url('media/backgrounds/bg_CC_body.png');
		margin-top:20px;
		margin-bottom:40px;
		width: 520px;
		float: left;
/*
		-moz-box-shadow: 0px 0px 50px 20px #BEB496;
*/
	}
	div#copyright
	{
		clear: both;
		font-size: 10px;
		color: #FFFFFF;
		text-align: center;
	}
	div#god
	{
		position: absolute;
		left:0px;
		top:0px;
		z-index: -20;
	}
	div#symbol
	{
		position: absolute;
		left:-20px;
		top:400px;
		z-index: -20;
	}

	.bg_ul
	{
		background: url(media/backgrounds/bg_UL_body.png) no-repeat; width: 20px; height: 20px; float: left; margin:0;
	}
	.bg_ur
	{
		background: url(media/backgrounds/bg_UR_body.png) no-repeat; width: 20px; height: 20px; float: right; margin:0;
	}
	.bg_ll
	{
		background: url(media/backgrounds/bg_LL_body.png) no-repeat; width: 20px; height: 20px; float: left; margin:0;
	}
	.bg_lr
	{
		background: url(media/backgrounds/bg_LR_body.png) no-repeat; width: 20px; height: 20px; float: right; margin:0;
	}

	.bg_uc
	{
		background: url(media/backgrounds/bg_UC_body.png) repeat-x; width: 100%; height: 20px; float: left; margin:0;
	}
	.bg_lc
	{
		background: url(media/backgrounds/bg_LC_body.png) repeat-x; width: 100%; height: 20px; float: left; margin:0;
	}
	.bg_cl
	{
		background: url(media/backgrounds/bg_CL_body.png) repeat-y; width: 20px; height: 20px; float: left; margin:0;
	}
	.bg_cr
	{
		background: url(media/backgrounds/bg_CR_body.png) repeat-y; width: 20px; height: 20px; float: right; margin:0;
	}

	.bg_cc
	{
		background: url(media/backgrounds/bg_CC_body.png); width: 100%; height: 20px; float: left; margin: 0;
	}
