body {
	font-size: 12px;
	font-family: arial, helvetica, non-serif;
	margin: 0px;
	padding: 0;
	line-height: 1.3 em;
	background-color: #DBDBDB;
	background: #DBDBDB;
background:  -moz-linear-gradient(top, #eee, #bbb);
background:  -webkit-gradient(linear, left top, left bottom, from(#eee), to(#bbb));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(start Colorstr= #eee, endColorstr= #bbb)";
filter: "progid:DXImageTransform.Microsoft.gradient(start Colorstr= #eee, endColorstr= #bbb)";
}

#frame {
	width: 100%;
	position: relative;
	top: 40px;
	margin:0;
	padding:0;
}

#logo {
	position: absolute;
	float: left;
	top: 9px;
	left: 30px;
	z-index: 40;
}

#navigation {
	position: relative;
	right: 60px;
	top: 33px;
	text-align: right;
}


#navigation a {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    font-family: arial, helvetica, non-serif;
    font-size: 12.5px;
    color: #2a408a;
    text-decoration: none;
}

#navigation a:hover {
	color: #6484C2;
}

#navigation .active {
	color: #E2001A;
	font-weight: bold;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-left: 4px;
}

div#wn	{ 
	position:relative;
    overflow:hidden; 
	width:100%; height:565px;
	margin:0px;
	top: 42px;
	}
	
#copyright {
	position: relative;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	font-family: arial, helvetica, non-serif;
	font-size: 12.5px;
	color: #958C81;
	right: 60px;
	top: 65px;
	text-align: right;
}
	
#copyright a {
	color: #2a408a;
    text-decoration: none;
}

#copyright a:hover {
	color: #6484C2;
}

#copyright .active {
	color: #e2001a;
	font-weight: bold;
}