body
{
	margin: 0px 0px 0px 0px;
	background-image: url('images/t.png');
	background-repeat: no-repeat;
	background-position: center top;
	color: #2B60DE;
	font-family: sans-serif, comic sans;
}

#spacer
{
	position: center;
    top: 43px;
    bottom: 100px;
	left: 256px;
    right: 256px;
	border-collapse: collapse;

#main
{
	vertical-align: top;
	min-width: 400px;
	width: 600px;
	height: 700px;
	padding: 20px 20px 20px 20px;
    font-size: 16px;
}

#titlebar
{
	font-size: 22px;
	padding-left: 12px;
	padding-top: 12px;
	font-weight: bold;
}

#sidebar
{
	vertical-align: top;
	padding: 10px 10px 10px 10px;
	min-width: 125px;
	width: 175px;
}

.img 
{
    border: none;
}

a:link {color:white;}
a:visited {color:white;}
a:hover {color:gray;}
a:active {color:gray;}
