html, body{
    height: 100%;
    margin: 0;
    font-family: Helvetica, Arial, Verdana;
    color: #FFF;
    font-size: 0.9em; 
}

a{
    color: #FFF;
    text-decoration: none;
}

a:hover{
    color: #FF7E00;
}


#widthWrap{
    height: 1200px;
    width: 100%;
    background: url(bg.jpg) top left;
}

#contentWrap{
    margin-left: 48px;
    height: 100%;
    width: 1210px;
}

h1{
    font-size: 1.5em;
    display: inline;
}

h2{
    color: #FB6C17;
    display: inline;
    font-size: 1.5em;
}


.gallery{
    width: 540px;
    display: block;
    margin-top: 48px;
}

#nav ul, .gallery ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-top: 130px;
    height: 24px;
}

.gallery ul{
    margin-top: 0;
}

#nav li{
    display: block;
    float: left;
    margin-right: 75px;  
}

#nav a{
	font-size: 1.35em;
}

.clearer{
    clear: both;
}


.gallery ul li{
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 12px;
}

.gallery li img{
    border: 0;
    width: 98px;
    height: 56px;
}

h3{
    font-size: 1.2em;
    font-weight: normal;
    color: #FF7E00;
}

.subText{
	  text-align: justify;
	  font-size: 0.9em;
	  line-height: 1.2em;
}