/* CSS Document */body {    background: transparent url(images/web_bck_grnd_01.jpg) repeat-x;	background-repeat: no-repeat;	background-color: black;	background-position: 50% 0;	background-attachment: fixed;	color: #ffffff;	font: normal 18px lucidia, sans-serif;	text-align: left;	scrollbar-base-color:#000000;	scrollbar-3dlight-color:#000000;     scrollbar-arrow-color:#ffffff;    scrollbar-darkshadow-color:#000000;	scrollbar-face-color:#333399;	scrollbar-highlight-color:#ffffff;	scrollbar-shadow-color:#ffffff;	scrollbar-track-color:#000000;}    a:link {    color: #ffffff;    text-decoration: none;}a:visited {    color: #ffffff;    text-decoration: none;}a:hover {    color: #6666ff;    text-decoration: none;	background-color: white;	}a:active {    color: #ffffff;    text-decoration: none;}	.form {	width: 200px;	font-size: 14px;	margin: 3px 0 3px 10px;}p.tiny {	font-size: 10px;	margin: 2px 0px 2px 0;	padding: 2px 0 2px 0;	color: #fff;	width: 200px;}div#container {	top: 130px;	margin: 0;	padding: 0;	width: 2100px;	height: 230px;	position: absolute;	display: block;	background-color: black;	text-align: center;}div.text_box {	height: 222px;	width: 350px;	line-height: 17px;	margin: 4px;	padding:4px;    text-align: right;	color: white;	display: block;	float: left;}div.text_box iframe {	height: 190px;	width: 342px;	float: left;	color: white;	margin: 2px;	padding: 2px;}div.text_box iframe.text {	height: 190px;	width: 342px;	float: left;	color: white;	margin: 2px;	padding: 2px;	border: none;	background-color: black;	color: white;}div.text_box a {	margin: 0 4px;	padding: 0;}div#link_1 {	font: 16px arial, sans-serif;	width: 350px;	height: 24px;	padding-left: 75px;	float: left;	text-align: center;}div#link_1 a.portfolio {	width: 114px;	height: 24px;	float: left;	margin: 0;	padding: 0;	display: block;    background: url(images/portfolio_rllovr.png) 0 0 no-repeat;}div#link_1 a.portfolio:hover {	background-position: 0 -36px;}div#link_1 a.portfolio:active {	background-position: 0 -72px;}div#link_1 a.intro {	width: 114px;	height: 24px;	float: left;	margin: 0;	padding: 0;	display: block;    background: url(images/intro_rllovr.png) 0 0 no-repeat;}div#link_1 a.intro:hover {	background-position: 0 -36px;}div#link_1 a.intro:active {	background-position: 0 -72px;}div#link_1 a.contact {	width: 114px;	height: 24px;	float: left;	margin: 0;	padding: 0;	display: block;    background: url(images/contact_rllovr.png) 0 0 no-repeat;}div#link_1 a.contact:hover {	background-position: 0 -36px;}div#link_1 a.contact:active {	background-position: 0 -72px;}div.link_2 {	font: 10px arial, sans-serif;	width: 350px;	float: left;	text-align: center;}
