body	{
	background: black url(./background.jpg) no-repeat top left;
	margin: 0;
	padding: 0;
}

img#header	{
	display: block;
	margin: 0 auto 0 auto;
	padding: 15px;
}

div	{
	font-family: "Lucida Grande", "Calibri", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	text-align: center;
}

div#topinfo>ul>li	{
	display: inline;
	list-style: none;
	font-size: x-large;
	padding: 10px;
}

div.left	{
	float: left;
	width: 30%;
}

div.left>h2	{
	font-size: large;
	margin-left: 20%;
}

div.right	{
	float: right;
	width: 70%;
}

div.right>ul>li	{
	display: inline;
	list-style: none;
	font-size: medium;
	padding: 8px;
}

hr	{
	width: 50em;
	height: 1px;
	border: 0;
	color: #555555;
	background-color: #555555;	
	clear: both;
}

div#bottom	{
	font-size:xx-small;
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #111;
}

a.bottom:link, a.bottom:visited, a.bottom:hover, a.bottom:active	{ color: #111; }

/* link styles */
a:link	{
	text-decoration: none;
	color: #777;
}

a:visited	{
	text-decoration: none;
	color: #444;
}

a:hover	{
	text-decoration: underline;
	color: #999;
}

a:active	{
	text-decoration: underline;
	color: #999;
}

/* Mostly from http://www.schillmania.com/content/projects/even-more-rounded-corners/ */
.dialog {
 position: relative;
 margin: 5em auto;
 width:60em;
 color:#aaa;
 z-index:1;
 margin-bottom:0.5em;
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background: transparent url(square.png) no-repeat top right;
 _background-image:url(square.gif);
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding: 0 0 0 0;
}

.dialog .t {
 position:absolute;
 left:0px;
 top:0px;
 width:12px;
 margin-left:-12px;
 height:100%;
 _height:1280px;
 background-position:top left;
}

.dialog .b {
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px;
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px;
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 position:static;
 max-height:1000px;
 overflow:auto;
}

.dialog h1,
.dialog p {
 margin:0px;
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}
/* end rounded corners */

