body
{
    background-color:rgb(38,38,38);
    margin:0px;
    padding:0px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}

#divMain
{
    background-color:white;
    width:1000px;
    margin-left: auto;
    margin-right: auto;
}

#divHeader
{
    height:84px;
}
#divLogoOuter
{
    background-color:rgb(245,245,245);
    width:300px;
    margin-left:25px;
    border-bottom:2px solid orange;
  
}
#divLogo
{
    padding-left:16px;
    padding-bottom:12px;
    height:80px;
    font-size:44px;
    letter-spacing:0.15em;
    
    display: table-cell;
    vertical-align: bottom;
}

#divTag
{
    color:black;
    float:right;
    margin-top:30px;
    margin-right:250px;
    font-size:26px;
}

a
{
    color:darkgray;
}

#divImage
{
    height:150px;
    overflow: hidden;
    background-image:url("../image/image.jpg");
    background-size: cover;
    background-position: center;
}

#divNav
{
    border-top:2px solid orange;
    width:300px;
    margin-left:25px;
    background-color:rgb(245,245,245);
}

#divInnerNav
{
    display: table-cell;
    vertical-align: bottom;
    width:300px;
    height:102px;
}

#ulNav
{
    padding-left:20px;
    margin-top:0px;
    vertical-align: bottom;
    
    list-style-type: none;
}

.aNavLink
{
    font-size:14px;
	text-decoration: none;
    color:rgb(38,38,38);
    display:block;
}

.aNavLink:hover 
{
    color:orange;
}

#divFooter
{
    color:white;
    font-size:10;
}

#divBody
{
    background-color:white;
}

#divBlurb
{
    margin:40px;
    font-size:13px;
    background-color:white;
    height:384px;
}

table
{
    border-spacing:20px 10px;
}

th
{
    color:orange;
    font-size:15px;
    text-align:left;
}

td
{
    font-size:14px;
}

h2
{
    color:orange;
    font-size:18px;
}
.divThumb
{
    background-color:rgb(64,64,64);
    height:120px;
    float:left;
    width:328px;
    cursor: hand; 
	cursor: pointer;
}
.divThumb:hover 
{
    background-color:rgb(50,50,70);
}

.imgThumb
{
    margin:17px;
    border: 3px solid gray;

}

.spanThumbTitle
{
    color:white;
    font-size:14px;
}

.spanThumbDesc
{
    color:rgb(180,180,180);
    font-size:12px;
}