A:link { color: #3388ee; }
A:visited { color: #3388ee; }
A:hover { color: #ffffff; text-decoration: underline; }
A:active { color: red; }
A {text-decoration: none;}
html,body	{
	margin : 0;
	padding: 0;
	height:  100%;
	width :  100%;
	background-color:black;
	line-height: 1.5;
	font-size:12px;
	border:none;
}
header	{
	text-align: center;
	padding-top:10px;
	border-top :solid 1px;
	border-bottom :solid 1px;
}
nav	{
	width:150px;
	height:100%;
	color:#999999;
}
article	{
	clear: top;
	height: 100%;
	width: 100%
}
iframe	{
	height: 100%;
	width: 100%;
	border-style: none;
	margin:0;
	padding:0;
	display:block;
}
footer	{
	text-align: center;
	width: 150px;
	position: absolute;
	bottom: 10px;
}
ul	{
	list-style-type: none;
}
div#wrapper	{
	width: 100%;
	height:100%;
}
div#main	{
	width: 100%;
	height:100%;
	float: right;
}
div#mainContent	{
	height:100%;
	margin-left: 150px;
}
div#sub	{
	width: 150px;
	height:100%;
	margin-right: -150px;
	float: left;
	background-color:#111111;
	background-image: url("img/bgl.jpg");
}
span.l1 {
  font-size:14px;
}
span.l2 {
  font-size:16px;
}
span.l3 {
  font-size:20px;
}
