@charset "utf-8";

body	{
	background-color:#333;
	background-image: url(../bgimg.png);
}
.vidSpot {
	margin-left: 25px;
}

#cent_cont {
	background:rgba(230,230,230,0.85);
	width:65%;
	border:outset medium red;
	border-radius:8.5px;
	position:absolute;
	top:75px;
	left:50%;
	margin-left:-32.5%;
	box-shadow: 0px 0px 10px 10px #000;
	min-width: 380px;
}

#main_text	{
	width:100%;
	margin-top:65px;
}

#main_text h1	{
	padding-left:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#main_text p	{
	margin-left:15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 1.75;
	margin-right:15px
}
.warning {
	color: #F00;
	background-color: #000;
	font-weight: bolder;
	padding: 15px;
}
#side_field p {
	line-height: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: italic;
}



#side_field	{
	float:right;
	width:37.5%;
	border-left:solid thin black;
	min-width: 380px;
	border-bottom: solid thin black;
}
.img_float_right {
	float: right;
}
.center_quote {
	line-height: 3;
	color: #0000FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-style: italic;
	font-size:18pt;
	padding: 15px;

}

#side_field h2,h3	{
	margin-left:15px;
	margin-right:15px;
}

#headMast	{
	margin-left:-200px;
	position:relative;
	left:50%;
}
#linkBank {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	width: 100%;
	background-color:#FFF;
}

#linkBank a	{
	color:#000;
	font-weight:bold;
	font-size:10pt;
	text-align:center;
}
