@charset "utf-8";



#right p a {
	font-family: "Calibri Light", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}

#left
{
	font-family: "Calibri Light", Arial, Helvetica, sans-serif;
	padding-top:5%;
	background: rgb(0,0,0); /* Fall-back for browsers that don't
                                    support rgba */
	background: rgba(0, 0, 0, .5);
	height: 100%;
	position:fixed;
	left:	3%;
	top: 0px;
	width: 20%;
}
#right
{
	background: rgb(0, 0, 0); /* Fall-back for browsers that don't
                                    support rgba */
	background: rgba(0, 0, 0, .5);
	height: 100%;
	position:fixed;
	left:	80%;
	top: 0px;
	width: 15%;
}
body
{
	font-family: "Calibri Light";
	color: #FFF;
	font-weight: normal;
	font-size: 85%;
	line-height:140%;
	
}
p
{
	border-top-style: dotted;
	border-top-width: thin;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	margin-left: 10px;
	text-decoration: none;
	line-height: 140%;
}
#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
	
}
#right ul li a {
	color: #FFF;
	text-decoration: none;
}
