body {
	background-color: Black;
	color: White;
	margin: 0px;
	padding: 0px;
	min-width: 968px;
}

a {
	padding: 0px;
	margin: 0px;
	display: inline;
	text-decoration: none;
	color: Maroon;
}

.topfree {
	height: 20px;
	background-color: Black;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10px;
	color: Gray;
	text-align: left;
	padding: 2px;	
}

.title {
	color: White;
	border: solid Gray;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	background-color: Black;
	height: 122;
}

.leftbar {
	background-color: Black;
	background-image: url(images/left_bar.png);
	color: Silver;
	border: solid Gray;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	height: 720;
	width: 121;	
	float: left;
	clear: both;
	background-position: left;
	background-repeat: no-repeat;
}

.leftbar_long {
	background-color: Black;
	background-image: url(images/left_bar.png);
	color: Silver;
	border: solid Gray;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	height: 1024;
	width: 121;	
	float: left;
	clear: both;
	background-position: left;
	background-repeat: no-repeat;
}

.rightbar {
	background-color: Black;
	background-image: url(images/right_bar.png);
	color: Silver;
	border: solid Gray;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	height: 720;
	width: 121;	
	float: right;	
	background-position: left;
	background-repeat: no-repeat;	
}

.maintext {
	background-color: Black;
	color: Silver;
	float: left;	
	font: normal normal 15px Georgia, serif;
}

.footer {
	clear: left;
	height: 20px;
	background-color: Black;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10px;
	color: Gray;
	text-align: right;
	vertical-align: bottom;
	border: solid Gray;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	margin: 0px;
	padding: 2px;
}

.navbar {	
	float: right;
	padding-top: 120px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	font: normal bold 16px Georgia, serif;	
}

.navbutton1 {
	display: block;
	height: 36px;
	width: 100px;
	background-color: transparent;
	color: Silver;
	border: solid Gray;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 0px;	
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	line-height: 200%;
}

.navbutton {
	display: block;
	background-color: transparent;
	color: Silver;
	border: solid Gray;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	height: 36px;
	width: 100px;
	text-align: center;
	text-decoration: none;
	clear: none;
	vertical-align: middle;
	line-height: 200%;
}

.header1 {
	border: solid Gray;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	height: 20px;
	width: 481px;
	margin: 20px 0px 0px 0px;
	clear: left;
}

.heading1 {
	font-size: medium;
	font-weight: bold;
	padding: 12px;
	color: White;
}



.text1 {
	background-color: Black;
	color: Silver;
	width: 640px;
	padding: 6px;
	clear: left;
}

.text2 {
	background-color: Black;
	color: Silver;
	width: 640px;
	padding: 6px;
	clear: left;
	text-align: center;
}

.IP {
	color: Red;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.navbutton1:Hover {
	background-color: Silver;
	color: Black;	
}

.navbutton:Hover {
	background-color: Silver;
	color: Black;	
}

.screenshot {	
	text-align: center;
}