body
{
	--min-width:1500px;
	background-color: #7cbad3;
	background-image: url( "../gfx/bg-clouds.png" );
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment:fixed;
	font-family: helvetica, tahoma, verdana, arial;
	font-size: 12px;
	color: #444;
}

h3
{
	font-weight: normal;
	font-size:30px;
	padding:0px;
	margin:0px;
	margin-left:5px;
	margin-top:20px;
}

h2
{
	margin-left:5px;
	margin-bottom:5px;
}

#header
{
	background-image: url( "../gfx/header.png" );
	background-repeat:no-repeat;
	width: 100%;
	height: 85px;
}

#main
{
	top:0px;
	margin-right: 0px;
	--margin-left: auto;
	width:600px;
	background-image: url( "../gfx/whitebg.png" );
}

#mainPadding
{
	position:absolute;
	right:0px;
	width:100%;
	max-width:1500px;
}

#sidebar-floating
{
	position:fixed;
	right:0px;
	bottom:100px;
	width:150px;
	padding-left: 10px;
	background-image:url( "../gfx/whitebg.png" );
}

.summary
{
	width: 600px;
	border-style: dashed;
	border-width: 0px;
	border-top-width: 1px;
	
}

.summary p
{
	margin-left:5px;
	margin-right:5px;
}

.right-footer
{
	text-align:right;
}

.title-note
{
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	text-align:left;
	position:relative;
	width:200px;
	top:-20px;
	left:610px;
	text-shadow: 0px 1px 6px black;
}

a
{
	font-weight: bold;
	color: #34f;
}

a.censor
{
	color: #444;
	background-color: #444;
}

a.censor:hover
{
	color: #555;
	background-color: #444;
}