html, body
{
	font-family:arial;
	margin:5px;
	background-color: gray;
	padding:0;
	text-align:center;
}

a, a:hover, a:visited
{
	text-decoration:none;
	color:orange;
}

h1
{
	font-size:large;
}

h2
{
	font-size:medium;
	font-weight:bold;
	margin-bottom:0px;
}

#main
{
	background-color:black;
	color:#d0d0d0;
	margin:auto;
	text-align:left;
}

#tr-img
{
	background: url(tr.gif) no-repeat top right;
}

#br-img
{
	background: url(br.gif) no-repeat top right;
}

#tl-img
{
	background: url(tl.gif) no-repeat top left;
}

#bl-img
{
	background: url(bl.gif) no-repeat top left;
}

#tl-img, #br-img, #tr-img, #bl-img
{
	height: 15px;
}


#top
{
	padding-top:10px;
	color:#a0a0a0;
}

#top img
{
	margin:10px;
	margin-top:3px;
	height:60px;
	float:left;
	border:0px none;
	padding:5px;
}

span.bigger-top
{
	font-size:30px;
}

div.content
{
	margin-top:10px;
	padding:5px 15px 5px 15px;
	margin-left:150px;
}

div.sidebar
{
	font-size:smal;
	padding:10px;
	float:left;
	width:140px;
}

div.sidebar h1
{
	font-size:medium;
	margin-bottom:0px;
}

div.sidebar p
{
	margin-top:2px;
}

#footer
{
	clear:both;
	text-align:center;
}

#menu
{
	height:15px;
}