﻿body {
	font-family: verdana;
	font-size: small;
	background-image: url('bg1.png');
	background-repeat: repeat-x;
	background-color: #585457;
	margin-top: 0px;
	margin-left: 0px;
	color: #c0c0c0;
  scrollbar-face-color:#585457;
  scrollbar-highlight-color:#585457;
  scrollbar-shadow-color:#585457;
  scrollbar-3dlight-color:#585457;
  scrollbar-arrow-color:#ffcdd9;
  scrollbar-track-color:#585457;
  scrollbar-darkshadow-color:#585457;
}
h1 {
	color: #cbece5;
	font-size: 16px;
	font-family: verdana;
	font-style: italic;
	text-align: right;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #ffcdd9;
	line-height: 12px;
}
#container {
	width: 607px;
}
#navlist {
	width: 150px;
	float: left;
	padding-top: 13px;
}
#content {
	width: 434px;
	padding-top: 13px;
	float: right;
	padding-left: 20px;
	text-align: justify;
}
#navlist li {
	list-style-type: none;
	line-height: 22px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	list-style-position: inside;
	padding-top: 5px;
}
#navlist a:link, #navlist a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-family: arial, Helvetica, sans-serif;
}
#navlist a:hover {
	font-family: arial, Helvetica, sans-serif;
	color: #ffcdd9;
	text-decoration: none;
}
#updates {
	width: 375px;
	height: 425px;
	overflow: auto;
	border: thin dotted #cbece5;
	text-align: left;
}
#footer {
	font-size: x-small;
	font-style: italic;
	text-align: center;
	clear: right;
}
a:link, a:visited {
	text-decoration: none;
	color: #cbece5;
}
a:hover {
	color: #ffcdd9;
	text-decoration: none;
	font-family: arial, Helvetica, sans-serif;
}
a {
	cursor: crosshair;
}

