body {
/*background: #A0A0A0;*/
margin: 0;
padding: 0;
}

h1, h2 {
position: relative;
text-align: right;
right: 5%;
}

h1 {
font-family: Helvetica, Arial, sans-serif;
font-size: xx-large;
font-weight: bold;
margin-bottom: 0;
}

h2 {
font-family: Georgia, serif;
font-size: small;
font-style: italic;
font-weight: lighter;
margin-top: 0;
}

.banner {
top: 0;
width: 100%;
}

.navigation, .content, .rightside {
font-family: Helvetica, Arial, sans-serif;
}

.navigation {
float: left;
width: 15%;
font-weight: bold;
font-size: small;
margin-top: 10px;
margin-left: 20px;
}

.navigation ul {
list-style-type: none;
padding: 0;
}

.navigation li {
margin: 15px 10px;
}

.navigation a {
color: #005500;
text-decoration: underline;
}

.navigation a:hover {
text-decoration: underline;
}

.content {
float: left;
width: 50%;
margin-left: 2%;
font-size: small;
}

.rightside {
float: right;
width: 20%;
margin-right: 5%;
font-weight: bold;
}

.noborders a img {
border:none;
}

#main {
background: #ffffff;
color: #000000;
}

#iphone {
background: #ffffff;
color: #000000;
}

#android {
background: #222222;
color: #cccccc;
}

#android a {
color: #005500;
}

#nightowl {
background: #000000;
color: #ffffff;
}

#nightowl a {
color: #005500;
}

.rightimage {
  text-align: right;
  margin-left: 20px;
  float: right;
}
