/* @charset "UTF-8"; */
/* CSS Document */
html {
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 500px;
}

.header {
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url(../images/popups/popup_header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 500px;
	height: 67px;
}

.bar {
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url(../images/popups/popup_bar.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 500px;
	height: 18px;
	text-align: right;
	font-size: 11px;
	padding-top: 2px;
}

.bar a {
	color: #85b2c7;
	text-decoration: none;
	padding-right: 15px;
}

.bar a:link {
	color: #85b2c7;
	text-decoration: none;
}

.bar a:visited {
	color: #85b2c7;
	text-decoration: none;
}

.bar a:hover {
	color: #ffffff;
	text-decoration: none;
}

.frame {
	width: 500px;
	height: 100%;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
}

.title {
	color: #85b2c7;
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
}

.date {
	color: #999999;
	font-size: 10px;
	padding-bottom: 4px;
}

.bio {
	position: relative;
	top: 0px;
	color: #CCCCCC;
	font-size: 11px;
	width: 450px;
	z-index: 3;
}

.footer {
	position: relative;
	top: 0px;
	background-image: url(../images/popups/popup_bar.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 500px;
	height: 18px;
	z-index: 2;
}
