{
	margin: 0;
	padding: 0;
}

body {
background-color: #fff;
/* background: url(https://wallpaperscraft.com/image/london_england_buildings_river_96581_1920x1080.jpg) no-repeat center center fixed; */
background: url(https://images.wallpaperscraft.com/image/big_ben_london_palace_of_westminster_bridge_river_thames_boats_hdr_102637_4928x3264.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #333;
      
}

a {
text-decoration: none;
color: #004990;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0 auto;
width: 780px;
background: #fff;
}

#header {
height: 150px;
background-image: url(images/skyline.jpg);
background-position: center;
background-repeat: no-repeat;
}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 23px 0 0 20px;
color: #fff;
}
#header h1 a { 
color: #aaa;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #fff;
}
#header h2 {
font-size: 19px;
color: #111;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#menu {
height: 30px;
line-height: 30px;
border-top: 1px dotted #555;
border-bottom: 1px dotted #555;
}
#menu ul {
list-style-type: none;
padding-left: 20px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 14px;
color: #004990;
}
#menu ul li a:hover {
color: #004990;
text-decoration: none;
font-weight: 600;
}

#menu ul li a:active {
color: red;
text-decoration: none;
font-weight: 600;
}

#content {
padding: 0 20px 20px 20px;
}

.right {
float: right;
width: 520px;
text-align: justify;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
color: #004990;
}
.right h2 a:hover {
color: #111;
}

.left {
float: left;
width: 200px;
margin-top: 10px;
background: #CCCCCC;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 28px;
line-height: 28px;
font-size: 16px;
background: #CCCCCC;
}
.left ul {
padding: 10px 0 15px 20px;
list-style-type: square;
color: #CCC;
}
.left ul li a {
text-decoration: none;
font-size: 14px;
font-weight: 100;
}
.left ul li a:hover {
font-weight: 600;
}

#footer {
height: 30px;
line-height: 30px;
background: #657983;
text-align: center;
font-size: 12px;
color: #fff;
}
#footer a { color: #fff; }

/* Scrollbutton */
.scrollicon{
text-align: center;
text-decoration:none;

width:50px;
height:50px;
border-radius:50%;

background:#ccc;
opacity:0.75;

position:fixed;
bottom:20px;
right:40px;
display:none;
border:1px solid #333;

}
.scrollicon div{
font-weight:bold;
font-size:28px;
color:#333;
padding-top:12px;
}

