body	{
	margin: 0px;
	font-family: 'courier new', 'courier', monospace;
	font-size: 11pt;
	color: #E4DFA2;
	background: url('http://www.snowy-day.net/images/page_bg.gif');
	background-repeat: repeat-y;
	background-color: #425386;
	}

img	{
	border: 0px;
	}

a	{
  	color: #BDAC79;
  	text-decoration: none;
	}

a:hover	{
  	color: #C8B596;
  	text-decoration: line-through;
  	cursor: crosshair;
	}

.new	{
	float:  left;
	}
.right	{
	text-align: right;
	float:  right;
	}

ol	{
	position: relative;
	left: 30px;
	}

#topbar	{
	height: 20px;
	padding: 0px 0px 0px 5px;
	background: #425386;
	}

#topnav	{
	width: 99%;
	height: 33px;
	background: #1B205D;
	background-image: url("http://www.snowy-day.net/images/roundedbground.png");
	background-position: 100% 0%;
	background-repeat: no-repeat;
	}

#leftnav{
	width: 204px;
	height: 100%;
	background: #1B205D;
	float: left;
	text-align:center;
	}

#content{
	margin: 15px 40px 0px 213px;
	height: 100%;
	text-align: justify;
	background-color: #425386;
	}
#edges	{
	position: absolute;
	left: 204px;
	top: 53px;
	width: 20px;
	height: 20px;
	background: url("http://www.snowy-day.net/images/roundedcorners.png");
	background-repeat: no-repeat;
	overflow: visible;
	}
#news 	{
	margin: 15px 40px 0px 213px;
	text-align:justify;
	background: #5A6CA0;
	border: 1px solid #18215A;
	color: #FFF8AF;
	padding: 5px 50px 0px 50px;
	}
.white {
	background-color: white;
	}
.newsdate{
	font-size: 11px;
	font-weight: bold;
	}

.navbox	{
  	width: 185px;
  	margin: 0px 0px 0px 5px;
  	padding: 4px;
  	font-size: 8pt;
  	line-height: 18px;
	}