body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Geneva, Tahoma, sans-serif;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
}

a {
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
}

/*---------footer---------*/
#footer-span {
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: 3px solid #e2e2e2;
}

#footer-container {
    height: 40px;
    width: 900px;
    margin: 0 auto;
    padding: 0;
}

#footer-container p {
    font-size: 11px;
    color: #969696;
}

/*---------navigation---------*/

#header-span {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 80px;
    border-bottom: 3px solid #e2e2e2;
}

#header-container {
    height: 80px;
    width: 900px;
    margin: 0 auto;
    padding: 0;
}

#header-container h1 {
    margin: 20px 0 0 0;
    padding: 0;
    float: left;
    display: block;
    text-indent: -9999px;
    width: 330px;
    height: 42px;
    background-image:url(../gui/logo.gif);
}

#header-container ul {
    margin: 54px 0 0 0;
    padding: 0;
    float: right;
    list-style: none;

}

#header-container ul li {
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin-left: 25px;
}

#header-container ul li a{
    text-decoration: none;
    color: #626262;
    padding-bottom: 2px;
}

/*---active---*/

#active-about {
    border-bottom: 3px solid #716FB3;
}

#active-portfolio {
    border-bottom: 3px solid #00BCE4;
}

#active-links {
    border-bottom: 3px solid #F8D4D1;
}

#active-surprises {
    border-bottom: 3px solid #FFEE00;
}

/*---hover---*/

#about:hover, #about:hover:visited {
    border-bottom: 3px solid #716FB3;
}

#portfolio:hover, #portfolio:hover:visited {
    border-bottom: 3px solid #00BCE4;
}

#links:hover, #links:hover:visited {
    border-bottom: 3px solid #F8D4D1;
}

#surprises:hover, #surprises:hover:visited {
    border-bottom: 3px solid #FFEE00;
}

/*---------all content---------*/
#content-container {
    width: 900px;
    margin: 0 auto;
}

.clear {
    clear: both !important;
}

/*------about------*/
#about-img {
    float: right;
    display: block;
    margin: 30px 0;
    width: 435px;
    height: 480px;
    background-color: #d3d3d3;
    background-image: url(../gui/ellen.jpg);
    background-repeat: no-repeat;
}

#about-content {
    width: 435px;
    float: left;
    text-align: justify;
    font-size: 11px;
    color: #626262;
    line-height: 1.5em;
    margin: 20px 0 0 0;
    padding: 0;
}

.big-letter {
    font-size: 18px;
    padding: 0 1px 0 0;
}

#about-content em {
    color: #000;
    font-style: normal;
}
#about-lists {
    margin: 0;
    padding: 0;
}
#list-right {
    width: 204px;
    float: right;
    text-align: left;
}

#list-left {
    width: 204px;
    float: left;
    text-align: left;
}

.list-header {
    height: 15px;
    border-bottom: 1px solid #e2e2e2;
}

.list-header h3{
    font-weight: normal;
    font-size: 11px;
    letter-spacing: .5em;
    color: #000;
}

#about-lists ul{
    list-style: none;
    list-style-image: url(../gui/list-image.gif);
    margin: 10px 0 10px 0;
    padding: 0 0 0 16px;
}

#about-lists ul li{
    margin-top: 3px;
}

#contact-content a{
    text-decoration: none;
    color: #00bce4;
    font-weight: bold;
}

#contact-content a:hover {
    text-decoration: underline;
}

#contact-info {
    float: left;
    margin: 0;
}

#resume{
    float: right;
    display: block;
    height: 48px;
    width: 116px;
    background-color:#f8f8f8;
    padding: 0 0 5px 0;
    background-image:url(../gui/pdf-icon.gif);
    background-repeat: no-repeat;
    background-position: 10px 12px;
}

#resume-txt {
    width: 65px;
    margin: 0 0 0 44px;
}

#about-txt{
    text-align: justify;
    margin-top: 30px;
    padding-right: 400px;
    font-size: 12px;
    
}

/*------portfolio------*/

#gallery-container {
    float: right;
    display: block;
    overflow: hidden;
    width: 715px;
    height: 570px;
    padding: 0;
    margin: 0;
}

#gallery-objects {
    position: absolute;
    z-index: 0;
    height: 570px !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    
}

.object-info {
    width: 660px;
    text-align: left;
}

.object-info img {
    margin: 0;
    padding: 30px 0 0 0;
}

.object-info h3 {
    font-size: 12px;
    font-weight: normal;
    color: #626262;
    margin: 0;
    padding-bottom: 30px;
    
}

.object-info h3 em {
    font-size: 11px;
}

.object-info a {
    font-size: 11px;
    text-decoration: none;
    color:#00BCE4;
}

.object-info a:hover {
    text-decoration: underline;
}

#arrow-container {
    float: right;
    height: 560px;
    width: 30px;
    margin: 0;
    padding: 220px 0 0 0;
    font-size: 11px;
    
}

#side-nav-container{
    width: 165px;
    float: left;
    height: inherit;
    text-align: left;
    margin: 0;
    padding: 30px 0 0 0;
}

#side-nav-container ul{
    list-style: none;
    padding: 0;
    margin: 0;
}


#side-nav li{
    font-size: 14px;
    font-weight: bold;
    line-height: 2em;
    letter-spacing:0;
}

#side-nav li a {
    text-decoration: none;
    color: #626262;
}



#nav li {
    font-size: 11px;
    font-weight: normal;
    text-indent: 5px;
    line-height: 1.5em;
}

#nav li a {
    text-decoration: none;
    color: #00ccff;
}

#side-nav li a:hover, #side-nav li a:hover:visited {
    color: #00ccff;
}

#nav li a:hover, #nav li a:hover:visited {
    color: #008aad;
}

#nav a.activeSlide {
    color: #008aad;
}

#prev {
    display: block;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    background-image: url(../gui/arrows.gif);
    background-repeat: no-repeat;
    background-position: 0 0;

}

#prev:hover {
    background-position: 0 -55px;
}

#next {
    display: block;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    margin-top:10px;
    background-image: url(../gui/arrows.gif);
    background-repeat: no-repeat;
    background-position: 0 -187px;
}

#next:hover {
    background-position: 0 -123px;
}



/*------links------*/

.link-column {
    float: left;
    width: 165px;
    text-align: left;
    margin: 20px 50px 25px 0;
}

.link-header-container {
    height: 15px;
    border-bottom: 1px solid #e2e2e2;
}

.link-header-container h3{
    font-weight: normal;
    font-size: 12px;
    letter-spacing: .5em;
    color: #000;
}

.link-list-container ul{
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 14px;
    line-height: 2em;
}

.link-list-container ul li a{
    text-decoration: none;
    color: #626262;
}

.link-one:hover{
    color: #00BCE4;
}

.link-two:hover{
    color: #716FB3;
}

.link-three:hover{
    color: #F8D4D1;
}

.link-four:hover{
    color: #FFEE00;
}

/*------surprises------*/

#box-widget-container {
    margin: 30px 0;
    padding: 0;
}