@charset "utf-8";
/* CSS Document */
body {background-color:#FFF; color:#330000; background-image:url(graphics/bckgrnd3.jpg);}

a:link, a:visited {color:#CC9933; text-decoration:underline;}
a:hover {color:#330000; text-decoration:none;}

#mediabox {
	display:none;
	padding:0px;
	margin:0px 0px 0px -282px;
	width:564px;
	height:390px;
	z-index:2000;
	position: absolute;
	top: 100px;
	left: 50%;
	border-color: #330000;
	border-width: 2px;
	border-style: solid;
	background-color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
#righttext {
	float:right;
	width:200px;
	display:inline;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px 0px 5px 15px;
	padding: 6px;
	border-color: #330000;
	border-width: 2px;
	border-style: solid;
	color:#330000;
	font-weight: bold;
}
