* {
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
}

html { 
  background: url(images/clouds.jpeg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
    margin: 0;
    padding: 0;
	font-family: 'Oxygen', sans-serif;
}

.content {
    max-width: 960px;
	width: 781px;
	padding-left: 20px;
	margin-left: 9px;
}

h1 {
    margin: 60px 0;
    padding: 0;
    font-size: 50px;
    text-align: center;
}

p {
    margin: 0 0 30px 0;
    font-size: 30px;
    line-height: 1.5;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

body {
background: url(images/bg.png) repeat-x;
font-family: 'Oxygen', sans-serif;
font-size: 12px;
line-height: 17px;
color: #222;
}

a {
text-decoration: none;
color: #7391ae;
}
a:hover {
text-decoration: underline;
color: #111;
}

.wrap {
margin: 0 auto;
width: 800px;
}

.header {
height: 190px;
background: url(images/header.png) no-repeat;
text-align: right;
font-family: 'Oleo Script', cursive;
}
.header h1 { 
font-size: 25px;
letter-spacing: -1px;
padding: 135px 28px 0px 580px;
color: #3d6390;
font-weight: 10;
margin-bottom: 0px !important;
}
.header h1 a { 
color: #3d6390;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
.header h1 a:hover {
color: #3d6390;
}
.header h2 {
font-size: 18px;
color: #3d6390;
padding: 0px 25px 28px 580px;
letter-spacing: -1px;
font-weight: 100;
}

.content {
background: white repeat-y;
padding: 0 20px;
    margin-left: 9px;
    width: 782px;
    padding-left: 10px;
    padding-right: 10px;
}

.clear {
	clear: both;
}

.planeimg {
	width: 100%;
}

.right {
float: right;
width: 440px;
text-align: justify;
margin-right: 10px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 26px;
line-height: 26px;
}
.right h2 a {
text-decoration: none;

}
.right h2 a:hover {

}

.left {
float: left;
width: 150px;

}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 26px;
line-height: 26px;
color: #000;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 20px;
;
list-style-type: none;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

.menu {
float: right;
width: 150px;

}
.menu h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 26px;
line-height: 26px;
color: #000;
font-size: 13px;
}
.menu ul {
padding: 10px 0 15px 20px;
;
list-style-type: none;
}
.menu ul li a {
text-decoration: none;
font-weight: 600;
}
.menu ul li a:hover {

}
.articles { padding: 10px; }

.bottom {
background: url(images/bottom.png) no-repeat;
padding: 10px 0;
}

.footer {
text-align: center;
font-size: 11px;
color: gray;
padding-bottom: 10px;
}
.footer a { color: gray; }
.footer a:hover { color: #FFF; }