body {
	background-color:ivory;
	background-image:url("images/1k1vra-bg.gif");
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:bottom right;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:10pt;
}

/*-- IMAGE POSITIONING --*/

span.imgleft {
	margin:4px 10px 0px 2px;
	height:auto;
	width:auto;
	float:left;
}	

span.imgright {
	margin:2px 2px 2px 10px;
	height:auto;
	width:auto;
}

/*-- IMAGE SHADOWS --*/

.shadowleft {
	float: left;
	background-color: #888; /*set shadow color*/
}
.shadowleft img {
	margin: -4px 4px 4px -4px;
	display: block;
	position: relative;
	padding: 4px 4px 4px 4px;
	background-color: #fff; /* set frame color*/
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
}
.shadowright {
	float:right;
	background-color: #888; /*set shadow color*/
}
.shadowright img {
	margin: -4px 4px 4px -4px; /* Shadow position */
	display: block;
	position: relative;
	padding: 4px; /* image border width */
	background-color: #fff; /* image border color*/
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
}

/*-- LOAD IMAGES - NO DISPLAY --*/

.loadPic {
	display:none;
}

/* Controls how links look. */
a img {
	border:none;
}

.full {
	text-color:black;
	clear:both;
}

.content {
	width:750px;
	margin: 0 auto;
}

.future {
	font-size:1.4em;
	font-weight:900;
	color:blue;
	text-align:center;
}

.oldbrowser {
	display: none;
}

@media print {
	div.nop {
	display:none;
	/*border:none;
	border-style:none;*/
}}
