@charset "utf-8";
a:link {
	color: #3CF;
}
a:hover {
	color: #F93;
}
a:visited {
	color: #3CF;
}


body {
	background-color: #000;
	text-align: justify;
	color: #CCC;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-attachment: scroll;
	background-image: url(../images/tile.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
p {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}



/* CSS Document */

.container_01 {
	padding: 0px;
	height: 768px;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
.header {
	margin: 0px;
	padding: 0px;
	height: 138px;
	width: 1024px;
	position: relative;
}
.main {
	margin: 0px;
	padding: 0px;
	height: 472px;
	width: 1024px;
	background-image: url(../images/Main_default.jpg);
	overflow: hidden;
	position: relative;
}


.footer {
	margin: 0px;
	padding: 0px;
	height: 158px;
	width: 1024px;
	position: relative;
}

.popup1 {
	margin: 0px;
	padding: 10px;
	height: 320px;
	width: 500px;
	z-index: 10;
	position: absolute;
	float: none;
	visibility: visible;
	left: 70px;
	top: 115px;
	bottom: 0px;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #000;
	border: 2px solid #CCC;
}
.Bio_name {
}
.bio_positiondiv {

}
