body { 
    margin: 10px;
    padding: 0; 
    font-family: "Lucida Grande", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 80%;
    background: #eeeeee url(../images/layer_bg.png) repeat-x scroll left top;
}

a {
    color: #808080;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

a:focus {
    outline: none;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}


h3 {
    font-size: 2em;
    color: #000000;
    line-height: 1.1em;
    padding-top: 20px;
    margin: .2em 0;
}
h4 {
    font-size: 1.3em;
    color: #808080;
    line-height: 1em;
    padding-top: 0;
    padding-bottom: 50px;
}

#wrapper {
    width: 760px;
    margin: 0 auto;
}

#intro {
    padding-top: 40px;
    padding-left: 10px;
    height: 120px;
}

#name {
    width: 50%;
    float:left;
}

#contact {
    width: 200px;
    float:right;
    text-align: right;
    margin-top: 70px;
    color: #808080;
}

#slider {
    width: 820px;
    margin: 0 auto;
    position: relative;
    clear: both;
}

.scroll {
    height: 370px;
    width: 820px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
/*    background: #000000 url(../images/black_bg1.jpg) no-repeat scroll left top; */
    background: transparent url(../images/slide_bg3-trans.png) no-repeat scroll left top;;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 370px;
    width: 820px;
}

#shade {
    background: transparent url(../images/shade-trans.png) no-repeat 0 0;
    height: 50px;
}
#shade_top {
    background: transparent url(../images/shade-top-trans.png) no-repeat 0 0;
    height: 20px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #808080;
    text-decoration: none;
}

ul.navigation a:hover {
    text-decoration: underline;
}

ul.navigation a.selected {
    text-decoration: underline;

}

ul.navigation span {
    padding: 10px;
    color: #000000;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 200px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -40px;
}

.scrollButtons.right {
    right: -40px;
}

.hide {
    display: none;
}

.sample {
    float: left;
}
.sample_text {
    line-height: 1.6em;
    font-size: 1.2em;
    padding: 20px 0;
    height: 370px;
    width: 230px;
    float: left;
}
.note {
    color: #808080;
}
.small {
    font-size: 80%;
}
.index {
    background: #dedede url(../images/index_name.jpg) no-repeat top center;
}

.sample_text h3 {
    font-size: 1.8em;
/*    color: #ffffff; */
    color: #000000;
    line-height: 0.6em;
    padding-top: 2em;
}

.sample_text .link {
/*    color: #ffffff; */
    color: #000000;
    line-height: 1.4em;
    padding-top: 1em;
}

.foot {
    padding: 2em;
}







