/* body definiton for font, background image and restriction to 80% of browser window size */
body
{
	border: 1px solid black;
	min-height: 400px;
	font-family: sans-serif;
	font-size: 0.875em;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background: url("ultimum-background.jpg") no-repeat center fixed;
}

/* Fonts shouldn't be underlined */
a
{
	font-weight: bold;
	color: rgb(10%, 0%, 65%);
	text-decoration: none;
}

/* Make links light up when the mouse goes over them */
a:hover
{
	color: rgb(10%, 0%, 100%);
	text-decoration: none;
}

h1
{
	text-align: center;
	font-variant: small-caps;
	font-size: 250%;
}


img
{
	border: none;
}

div.box
{
	border: 1px solid black;
	background-color: white;
	margin-bottom: 20px;
}

div.box-content
{
	padding: 0px 10px 10px 10px;
	//padding-right: 5px;
}

div.box p
{
	padding-left: 5px;
	padding-right: 5px;
}

p.title
{
	text-align: center;
	color: white;
	margin-top: 0%;
	background-color: black;
}

div#content
{
	margin-left: 20%;
	margin-right: 5%;
	margin-right: 10%;
}

div#sidebar
{
	border-top: 1px solid black;
	margin-left: 10px;
	width: 10em;
	float: left;
}

div#sidebar a
{
	display: block;
	padding-top: 10px;
}
