@charset "UTF-8";
/* CSS Document */

/* site-wide font */
body {
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height:130%;
	letter-spacing: 0.6pt;
	color: #000;
	margin-top:0px;
}

/* links */
a {
	text-decoration: none;
	color: #FFF;
}
/* hovering over links */
a:hover {
	color: #000;
	text-decoration:underline;
}

.side {
	position:fixed;
	z-index:2;
	left:20px;
	top:10px;
}
.framed {
	position:absolute;
	z-index:1;
	left: 200px;
	top:10px;
}
.images {
	position:absolute;
	z-index:1;
	left:200px;
	top:10px;
	width:80%;
	color: #FFF;
}
.text {
	position:absolute;
	z-index:1;
	left:200px;
	top:10px;
	width:50%;
}
