@charset "utf-8";
/* CSS Document */

#topnavigation{
	position:fixed; 
	z-index:6; 
	width:100%; 
	border-bottom:solid 3px orange; 
	top:0px;
	background-color:black;
	height:27px;
}
#liveperson{
	position:fixed;
	z-index:-2;
	left:790px; 
	top:380px; 
	width:270px;
}
#footer{
	position:fixed; 
	z-index:1; 
	top:44px; 
	left:860px; 
	width:130px; 
	color:orange; 
	visibility:hidden;
}
h1
{
    font-size:50px;
    font-weight:bold;
    text-align:center;
    line-height:20px;
    margin-bottom:10px;
    margin-top:45px;
    letter-spacing:1px;
}
h3
{
    font-size:18px;
    line-height:24px;
    letter-spacing:1px;
}
h2
{
    font-size:28px;
    line-height:24px;
    letter-spacing:1px;
}
