﻿<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Untitled 1</title>
</head>

<body>

</body>

</html>
#Container {
	width: 850px;
	padding: 0px;
	margin: 0px auto 0px auto;
	background-color: #C0C0C0;
}
#Container {
	background-color: #000000;
	border: 6px double #FFFFFF;
	width: 850px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
#Header {
	border: 3px ridge #FFFFFF;
	background-color: #6E6E6E;
	height: 125px;
	color: #FFFFFF;
}
#top_nav {
	height: 40px;
	background-color: #000000;
}
#Left_col {
	border-right: 6px ridge #808080;
	border-top: 6px ridge #808080;
	border-bottom: 6px ridge #808080;
	width: 200px;
	margin: 0px;
	float: left;
	background-color: #99CCFF;
	background-image: url('vladstudio_punched_metal_800x600.jpg');
	border-left-color: #808080;
	border-left-width: 6px;
}
#right_col {
	border-width: 6px;
	border-color: #666666;
	margin: 0px 0px 0px 200px;
	background-color: #55616F;
	padding: 10px;
	border-top-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	font-family: "Book Antiqua";
	font-size: medium;
	background-image: url('Black_Diamond_Plate_by_rebstile.jpg');
	color: #808080;
}
#Footer {
	border-width: 6px;
	border-color: #808080;
	background-color: #000000;
	clear: both;
	height: 40px;
	border-top-style: ridge;
	color: #FFFFFF;
}
Body {
	background-color: #000000;
}
#Left_col ul {
	padding: 0px;
	list-style-type: none;
	margin: 40px 0px 40px 0px;
}
#Left_col li {
	background-color: #333333;
	border: 3px outset #999999;
	text-align: center;
	height: 30px;
	color: #8799B4;
	font-size: small;
	text-decoration: underline;
}
#Left_col a, a:link, a:visited {
	color: #0099FF;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	height: 29px;
	font-size: small;
}
#Left_col a:hover {
	color: #333333;
	background-color: #0099FF;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-size: small;
}
#Left_col a:active {
	border: 3px inset #999999;
	background-color: #0099FF;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	font-size: small;
}
