/* paragraph tags, the one being used */

html, body, div {
    margin: 0px;
    padding: 0px;
}

body > div {
    margin: 5px;
}

p, body, div {
    color: #333333;
    font-size: 10px;
    font-family: Arial,Helvetica,sans-serif;
}

h1 {
    color: #666;
    font-size: 20px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin: 20px 5px 30px 10px;    
}

/* links (an example, not intended for use) */
a {
    text-decoration: none;
    color: #999999;
}

a:hover {
    text-decoration: underline;
    font-weight: bold;
    color: #60C;
}

a:active {
    text-decoration: none;
    font-weight: bold;
}

.colored {
    color:#60C;
}

#main-shell {
    margin: 10px 0 0 0;
    width: 1020px;
}

#main-shell hr.header {
    height: 2px;
    color: #660099;
    background-color:#60C;
    margin: 0px;
    border: 0px;
}

#left-col {
    float:left; 
    width: 180px; 
    margin: 40px 35px 0 0;
    padding: 0px;
}

#right-col {
    float:left; 
    height:750px;
    width: 790px;
    padding:10px 10px 10px 0px;
}

div.header {
    margin: 5px 0 5px 220px;
    font-size: 14px;
}

.left-menu {
    margin: 0;
    padding: 0;
    list-style: none inside none;
    text-transform: uppercase;
    text-align: right;
    font-size: 14px;
}

.left-menu li {
    height: 20px;
}

div.slideshow {
    margin-left: 150px;
}

div.thumbnail {
    float:left; 
    width:180px; 
    height:180px;
    margin: 0 15px 15px 0;
    text-align: center;
}

.thumbnail a {
    font-size: 10px;
    color: #333;
}

.thumbnail a:hover {
    font-size: 10px;
    font-weight: normal;
    color: black;
    text-decoration: none;
}

.navlinks {
    font-size: 12px;
}

.currentpage a {
    color: #60c;
}

#sendform {
    padding-left: 20px;
    width: 450px;
}

#sendform p {
    font-size : 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
}

div.row {
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 450px;
}

div.row span.label {
    float: left;
    width: 40px;
    font-size: 12px;
}

div.row input {
    float: left;
    width: 150px;
    margin-right: 10px;
}

#sendform textarea {
    width: 400px;
    height: 50px;
    resize: vertical;
}

div.about-content {
    padding: 20px 20px 20px 0px;
}
div.about-content p {
    font-size: 14px;
}
div.about-content ul {
    margin: 0;
    padding: 0;
    font-size: 14px;
    list-style-type: none;   
}
div.about-content li {
    padding-bottom: 4px;
}
br {
    clear: both;
}
