body {
    background-color: #F5F5F5;
}

h1 {
    font-family: Garamond, serif;
    font-size:15px;
    margin-left: 30px;
    margin-top: 50px;
    float: top;
}

table {
    margin-left: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
    display: inline-block;
    float: left;
}

body {
    font-family: Garamond, serif;
    font-size: 15px;
    margin: auto;
    padding-top: -25px;
}

#content {
    border: 2px solid white;
    background-color: white;
    width: 800px;
    height: 500px;
    margin: auto;
}

#contentscrol {
    border: 2px solid white;
    background-color: white;
    width: 800px;
    height: 800px;
    margin: auto;
}

.boundary {
    border: 1px solid gray;
    width: 750px;
    height: 0.5px;
    margin: auto;
    margin-top: 30px;
    clear: top;
}

#welcome {
    margin-top: 17px;
    margin-left: 50px;
    font-size: 13px;
    display: inline-block;
    float: center;
    clear: both;
}

#address {
    margin-top: 20px;
    margin-left: 30px;
    font-size: 13px;
    width: 150px;
    display: inline-block;
    float: center;
    clear: both;
}

a:link {
    color: black; text-decoration: none;
}

a:hover { 
    font-weight: bold; text-decoration: none;
    visibility: visible;
    opacity: 1;
}

a:visited {
    color: black; font-weight: regular; text-decoration: none;
}

#feature {
    display: inline-block;
    float: right;
    margin-right: 160px;
}

#projectsq {
    width: 130px;
    height: 130px;
    margin: auto;
}

img {
    opacity:1.0;
    filter:alpha(opacity=40);
}

img:hover {
    opacity:0.4;
    filter:alpha(opacity=40);
}

.thumbnails {
    position: relative;
    float: right;
    margin-top: 35px;
    right: 35px;
}

.emptyframe {
    width: 130px;
    height: 130px;
    background-color: white;
    border: 1px, solid, gray;
    position: relative;
    padding-right: 5px;
    float: right;
    margin-top: 35px;
    right: 35px;
}

#limg {
    opacity: 1;
    filter:alpha(opacity=40);
}

#projectrec {
    float: right;
    display: inline-block;
    margin-right: 150px;
    padding-top:8px;
    font-size: 13px;
    width: 400px;
}

#news {
    width: 25px;
    height: 25px;
    margin: auto;
}

#facebook {
    width: 25px;
    height: 25px;
    margin: auto;
}

#linkedin {
    width: 25px;
    height: 25px;
    margin: auto;
}

#twitter {
    width: 25px;
    height: 25px;
    margin: auto;
}

#wordpress {
    width: 25px;
    height: 25px;
    margin: auto;
}

#google {
    display: inline-block;
    float: right;
    margin: 30px 40px 0px 100px;
}

#clientlist {
    font-size: 13px;
    margin-left:50px;
    margin-top:35px;
}

#projectlist {
    font-size: 13px;
    margin-left:50px;
    margin-top:35px;
    width: 500px;
}

#awards {
    font-size: 13px;
    width: 550px;
}

#services {
    font-size: 13px;
    width: 550px;
    margin-left: 30px;
    display: inline-block;
}