@charset "utf-8";
html {
	height: 100%;

}

html, 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: #443A26;
	width: 800px;
	height:100%;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	background-color: #000;
	
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.main #top {
	text-align: center;
	float: left;
}
.main #menu {
	background-color: #443A26;
	color: #d6b577;
	width: 800px;
	position: relative;
	float: left;
}

.main  #background {
	background-color: #d6b577;
	width: 800px;
	float: left;
	position: relative;
}
.main #content_border {
	background-repeat: no-repeat;
	float: left;
	width: 560px;
	background-color: #d6b577;
	padding-left: 8px;
}
.main #content_top {
	background-image: url('images/b_up.gif');
	background-repeat: no-repeat;
	width: auto;
	height: 16px;
	color: #FFFFFF;
	font-weight: bold;
}


.main #content {
	width: auto;
	border-left: solid 8px #000;
	border-right: solid 8px #000;
	height: inherit;
	text-align: left;
	padding: 8px;
}
.main #side_border {
	background-color: #d6b577;
	vertical-align: text-top;
	float: right;
	width: 208px;
	margin-right: 8px;
}
.main #side_top {
	background-repeat: no-repeat;
	width: auto;
	background-image: url('images/bs_up.gif');
	height: 16px;
	color: #FFFFFF;
	font-weight: bold;
}


.main #side {
	width: auto;
	border-left: solid 8px #000;
	border-right: solid 8px #000;
	vertical-align: text-top;
	text-align: left;
	padding: 8px;
}
p {
	margin: 0;
	padding: 4px;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
td {
	vertical-align: text-top;
}



a:visited   {
	text-decoration: none;	
	color: #443A26;
}

a:link  {
	text-decoration: none;	
	color: #443A26;
}
a:active  {
	text-decoration: none;
	color: #443A26;
}
a:hover   {
	text-decoration: none;
	color: #fff;
}

.main #menu a:link {
	text-decoration: none;
	color: #d6b577;
	}
.main #menu a:visited {
	text-decoration: none;
	color: #d6b577;
	}
.main #menu a:active {
	text-decoration: none;
	color: #d6b577;
	}
.main #menu a:hover {
	text-decoration: none;
	color: #fff;
	}


body #mat {
	background-color:#000;
	filter: alpha(opacity=60);
	-moz-opacity: .60;
	overflow:hidden;
	width:100%;
	height: 100%;
	z-index:3;
	position:fixed;
	opacity: 0.60;
	top: 0px;
	left: 0px;
}
body #dlpopup {
	overflow:hidden;
	width:100%;
	z-index:4;
	position:absolute;
	top: 0px;
	left: 0px;
}
body #realpopup {
	overflow:auto;
	width:728px;
	z-index:5;
	margin-left: 28px;
	
	border: solid 8px #000;
	background-image:url('images/download.jpg');
	background-repeat: repeat-x;
	background-color: #d6b577;

}
