﻿body {
 background:        #000000 url('../../resources/images/background.png') repeat-y top center;
}
#main {
 position:          relative;
 margin:            auto;
 width:             780px;
 height:            1266px;
 background:        url('../../resources/images/border.png') no-repeat;
}
.linkDiv {
 position:          absolute;
 width:             288px;
 left:              0;
 cursor:            pointer;
}
.linkFallBack {
 height:            100%;
 width:             100%;
}
#homeLinkOn {
 height:            128px;
 top:               514px;
}
#homeLinkOff {
 height:            128px;
 top:               514px;
}
#workLinkOn {
 height:            124px;
 top:               640px;
}
#workLinkOff {
 height:            124px;
 top:               640px;
}
#moreLinkOn {
 height:            125px;
 top:               764px;
}
#moreLinkOff {
 height:            125px;
 top:               764px;
}
#badgeArea4 {
 position:          absolute;
 top:               1085px;
 left:              90px;
 height:            110px;
 width:             100px;
 background:        url('../../resources/images/badgeBack4.png') no-repeat;
 padding:           10px 10px 0 10px;
}
#badgeArea5 {
 position:          absolute;
 top:               1085px;
 left:              90px;
 height:            135px;
 width:             100px;
 background:        url('../../resources/images/badgeBack5.png') no-repeat;
 padding:           10px 10px 0 10px;
}
#badgeArea4 a, #badgeArea5 a {
 margin:            0px;
 padding:           0px;
}
#badgeArea4 a img, #badgeArea5 a img {
 margin:            0 0 8px 0;
 padding:           0px;
}
#content {
 position:          absolute;
 font-family:       'Trebuchet MS','Lucida Grande',Verdana;
 color:             #FFFFFF;
 left:              284px;
 top:               525px;
 width:             484px;
 /* gives us thumbnails of 121px by 91px and allows for 4 on a row... */
}
#content p {
 margin:            0 0 12px 0;
 text-align:        justify;
}
#content p a {
 color:             #FFFFFF;
 text-decoration:   underline;
}
#content h1 {
 color:             #CCCCCC;
 margin:            0 0 12px 0;
 font-size:         2em;
 font-weight:       bold;
 text-align:        center;
}
#content h2 {
 color:             #CCCCCC;
 margin:            0 0 12px 0;
 font-size:         1.5em;
 font-weight:       bold;
 text-decoration:   underline;
}
#content img {
 margin:            0 0 12px 0;
}
#content .gallery a img {
 margin:            0 0 0 0;
}
