body{
background-image: url(images/bkg1.png);
background-repeat: repeat-x;
background-color: #4584d0;
margin: 0;
padding: 0;
}
#decoration {
width: 1508px;
height: 100%;
background-image: url(images/bkg2.png);
background-repeat: no-repeat;
background-color: transparent;
position: fixed;
top: 0;
overflow: auto;
}
#content {
width: 1000px;
height: 100%;
background-color: #000000;
padding: 0;
margin: 0 auto;
}
#content2 {
  float: right ;
  width: 75% ;
  height: 100%;
  background-image: url(images/moon.jpg);
  background-repeat: no-repeat;
  background-color: #222121;
}
#navbar {
  width: 260px;
  height: 340px;
  background-color: #00ae9c;
  padding-top: 10px;
}
.main-content {
width: 750px;
height: 100%;
background-image: url(images/moon.jpg);
background-repeat: no-repeat;
position: relative;
top: 0;
left: 25%;
}
#innercontent {
  padding-left: 10px ;
  padding-right: 10px ;
}
#innernav {
  padding-left: 10px ;
  padding-right: 10px ;
}
h1 {
font-family: 'Open Sans', sans-serif;
font-size: 60px; 
font-weight: 600;
color: #00ae9c;
text-align: center;
margin: 0;
}
h2 {
font-family: 'Open Sans', sans-serif;
font-size: 30px; 
font-weight: 600;
color: #ffffff;
text-align: left;
}
h3 {
font-family: 'Roboto', sans-serif;
font-size: 24px; 
font-weight: 400;
color: #00ae9c;
text-align: left;
}
h4 {
font-family: 'Open Sans', sans-serif;
font-size: 20px; 
font-weight: 600;
color: #ffffff;
text-align: left;
}
p {
font-family: 'Roboto', sans-serif;
font-size: 16px; 
font-weight: 400;
color: #ffffff;
text-align: left;
}
.contact {
font-family: 'Roboto', sans-serif;
font-size: 14px; 
font-weight: 400;
color: #ffffff;
text-align: left;
}
a:link  { 
font-size: 16px;
color: #00ae9c;
border: none;
font-family: 'Roboto', sans-serif;
font-weight: normal;
font-variant: none;
text-transform: none;
text-decoration: none;
}
a:visited  { 
font-size: 16px;
color: #00ae9c;
border: none;
font-family: 'Roboto', sans-serif;
font-weight: normal;
font-variant: none;
text-transform: none;
text-decoration: none;
}
a:hover  { 
font-size: 16px;
color: #ffffff;
border: none;
font-family: 'Roboto', sans-serif;
font-weight: normal;
font-variant: none;
text-transform: none;
text-decoration: underline;
}
a.nav:link  { 
font-size: 24px;
color: #ffffff;
border: none;
font-family: 'Roboto', sans-serif;
font-weight: normal;
font-variant: none;
text-transform: none;
text-decoration: none;
line-height: 34px;
}
a.nav:visited  { 
font-size: 24px;
color: #ffffff;
border: none;
font-family: 'Roboto', sans-serif;
font-weight: normal;
font-variant: none;
text-transform: none;
text-decoration: none;
}
a.nav:hover  { 
font-size: 24px;
color: #00ae9c;
border: none;
background: white;
font-family: 'Roboto', sans-serif;
font-weight: normal;
font-variant: none;
text-transform: none;
text-decoration: none;
}
.footer_text {
	font-family: 'Roboto', sans-serif;
	font-size: 14px; 
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
}