* {
padding: 0;
margin: 0;
}

html {
    background: #73ADD7 url(images/gradient.gif) repeat-x;
}

body {
    font-family: 'verdana','arial','tahoma','helvetica';
    background: url(images/sky.jpg) no-repeat center top;
    color: #666;
    width: 100%;
    display: table;
}

p {
    padding-bottom: 10px;
}

h1 {
    text-align: center;
    margin: 0;
    padding: 50px;
    font-size: 48px;
    letter-spacing: 2px;
}

h2 {

}

table {
    font-size: 12px;
    background: #f9f9f9;
    color: #777;
    width: 75%;
    border-collapse: collapse;
}

tr {
    border-style: none;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #ddd;
}

td {
    padding: 1px;
}

#content {
    width: 852px;
    margin: 180px auto 100px;
    background: #eee;
    padding: 20px;
}

#slider {
    width: 620px;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

#adBox {
    float: right;
    width: 210px;
    height: 300px;
    background: #eee;
    margin: 27px auto 0;
    padding: 0;
}

#adContent {
    /* width: 210px; */
    background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
    border: solid 1px #ececec;
    height: 244px;
    margin: 0;
    padding: 0;
    font-family: 'verdana','arial','tahoma';
    font-size: 12px;
    font-weight: 400;
    color: #666;
    text-align: center;
        line-height: 40px;
}

#adShade {
    background: #eee url(images/shade200_56.jpg) no-repeat 0 0;
    width: 200px;
    height: 56px;
}

.ImageRightBottom {
    position: absolute; 
    right: 10px; 
    bottom: 10px;
}

/* start form */
label {
    float: left;
    width: 120px;
    font-weight: bold;
}

input {
    padding: 2px;
    width: 200px;
    margin-bottom: 5px;
}

textarea {
    padding: 2px;
    margin-bottom: 5px;
    width: 300px;
    height: 95px;
}

.boxes{
    width: 1em;
}

#submitbutton{
    margin-left: 120px;
    margin-top: 5px;
    width: 90px;
}

br {
    clear: left;
}
/* end form */






.scroll {
    background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
    border: 0;
    height: 242px;
    width: 620px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {

    /* border: solid 1px #f1f1f1; */
    padding: 20px;
    height: 200px;
    width: 578px;
}

ul.navigation {
    font-family: 'helvetica','verdana','arial','tahoma';
    font-weight: 400;
    color: #666;
    letter-spacing: 2px;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

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

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

ul.navigation a:hover {
    background-color: #f9f9f9;
}

ul.navigation a.selected {
    background-color: #fff;
}

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

/*
.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

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

.scrollButtons.right {
    right: -20px;
}
*/

.hide {
    display: none;
}
