@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 12pt;
	background-color: #4D4F3E;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
body  a {
	font-family: "Courier New", Courier, monospace;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom:1px dotted;
}
body a:hover {
	color: #FBC000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
body a:visited {
	color: #F8AE00;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

#content {
	vertical-align: top;
}
#container {
	left:10px;
	top:14px;
	width:100%;
	height:600px;
	z-index:1;
	margin-top: 0px;
	background-image: url(Background_B.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main {
	background-image: url(Background_A.gif);
	background-repeat: no-repeat;
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 420px;
}

