/* General */
div { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, h7 { margin: 0; padding: 0; }
h1 { font-size: 1.3em; }
h2, h3, h4, h5, h6, h7 { font-size: 1.0em; }
body
{
	font-size: 0.9em;
	font-family: sans-serif;
}

/* Structure */
div#body
{
	width: 487px;
	margin: 100px auto 0 auto;
}

div.framebar { height: 9px; width: 100%; }
div.framebar.top { background: url('images/front/replasma_top.png') no-repeat center top; margin-top: -9px; }
div.framebar.bottom { background: url('images/front/replasma_bottom.png') no-repeat center top; margin-bottom: -9px; }

div#contentbox-outer
{
	background: url('images/front/starywings.jpg') repeat-y center top;
}

div#contentbox
{
	background: url('images/front/wingystars.jpg') no-repeat center top;
	padding: 0 16px;
}

/* Element styling */
.note { float: right; }

p { text-indent: 3em; }

a
{
	color: #a394ff;
	line-height: 16px;
	text-decoration: none;
	border: none;
}

a:hover
{
	color: #7759bb;
}

img
{
	float: right;
}

ul.links
{
	display: block;
	margin: 0 0 16px 0;
	background: white;
}

.links li
{
	display: inline-block;
	margin-right: 8px;
}

a#back
{
	display: block;
	text-align: center;
	color: black;
}
