body {
    margin:0 0 30px 0;
    background:#002b39 url(img/back.jpg) top center no-repeat;
    color:white;
    font-family:Georgia,Arial,sans-serif;
    font-size:12pt;
    line-height:140%;
}
img {
    border:0px;
}
a {
    color:white;
}
a:hover {
    text-decoration:none;
}
h2 {
    font-family:"Trebuchet MS";
    font-size:150%;
    color:#d1fdff;
}
#wrapper {
    width:960px;
    margin:auto;
}
#header {
    height:199px;
}
#logo {
    float:left;
    width:244px;
}
#menu {
    margin-left:230px;
    padding-top:39px;
}
#menu ul {
    list-style-type:none;
    margin:0px;
}
#menu li {

    display:inline;
    float:left;
}
#menu li a {
    height: 83px;
    width: 137px;
    text-decoration:none;
    display:block;
}
#menu li a:hover{
    background-position:-137px;
}
li#menu-home a {
    background: url('menu/home.png') 0 0 no-repeat;
}
li#menu-about a {
    background: url('menu/about.png') 0 0 no-repeat;
}
li#menu-iphone a {
    background: url('menu/iphone.png') 0 0 no-repeat;
}
li#menu-gallery a {
    width:138px;
    background: url('menu/gallery.png') 0 0 no-repeat;
}
li#menu-gallery a:hover{
    background-position:-138px;
}
li#menu-contact a {
    background: url('menu/contact.png') 0 0 no-repeat;
}
#body {
    margin-top:138px;
    overflow:hidden;

}
#contact {
    float:left;
    padding-top:135px;
    margin-left:20px;
    height:300px;
    color:black;
    width:190px;
    
}
input[type=text] {
    border:1px solid #bfbfbf;
    width:190px;
    color:#bfbfbf;
    padding:2px;
    margin-bottom:7px;
    font-size:90%;
    font-weight:bold;
    font-family:Arial,sans-serif;
}
textarea {
    border:1px solid #bfbfbf;
    width:190px;
    height:120px;
    color:#bfbfbf;
    padding:2px;

    font-size:90%;
    font-weight:bold;
    font-family:Arial,sans-serif;
}
.errorMessage {
    font-size:65%;
    color:red;
    margin-top:-10px;
    margin-bottom:-7px;
}
#submit {
    float:right;
}
#content {
    margin-left:265px;
    padding-right:30px;
}
#footer {
    margin-top:30px;
    text-align:center;
    color:#387aac;
    font-family:Geneva,Arial,sans-serif;
    font-size:70%;
}
#footer a {
    color:#387aac;
    text-decoration:none;
}
#footer a:hover {
    text-decoration:underline;
}
#footer ul {
    margin:0;
    padding:0;
}
#footer p {
    margin:0;
}
#footer li {
    display:inline;
}
.gallery-image {
    padding:9px 30px 55px 27px;
    background:url(img/gallery-pic_03.png) top center no-repeat;
}
.gallery-row {
    margin-bottom:30px;
}
.about-image {
    margin-top:-45px;
    float:right;
    padding:12px 30px 100px 25px;
    background:url(img/about-pic_03.png) top center no-repeat;
}
.apps-image {
    margin-top:-45px;
    float:right;
    padding:10px 30px 100px 27px;
    background:url(img/apps-pic-bg_03.png) top center no-repeat;
}