/* page properties */
body { 
 margin: 0; 
 padding: 0; 
 font-family: "Verdana"; 
 font-size: 10px; 
 color: #333; 
 background: url(../images/base/bgstripes.gif) repeat; 
}

/* hyperlinks */
a { 
 color: #333;
 text-decoration: underline;
}
a:hover {
 color: #cc0000;
 text-decoration: none;
}

/* headings */
h1 {
 font-size: 13px;
 color: #333;
 display: block;
 width: 100%;
 margin: 0 0 3px 0;
 padding: 0 0 3px 0;
 border-bottom: 1px solid #333;
}
h2 {
 font-size: 12px;
 margin: 0 0 3px 0;
}

/* images */
img { border: 0; }

/* page layout */
#wrapper {
 width: 991px;
 margin: 0 auto;
 background: url(../images/base/wrapperbg.png) no-repeat;
 height: 891px;
 overflow: visible;
}
#container {
 width: 723px;
 float: right;
 margin: 100px 90px 0 0;
}
#top {
 background: url(../images/base/top.png) no-repeat;
 height: 20px;
 margin: 0;
}
#content {
 background: url(../images/base/contentbg.png) repeat-y;
 margin: 0;
 padding: 0 16px 0 14px;
}
#bottom {
 background: url(../images/base/bottom.png) no-repeat;
 height: 20px;
 margin: 0;
}
#marquee {
 border-width: 1px 0;
 border-style: solid;
 border-color: #333;
 height: 315px;
}
#marquee-left, #marquee-right {
 width: 115px;
 height: 315px;
 overflow: hidden;
 text-align: center;
}
#marquee-left { 
 border-right: 1px solid #333; 
 float: left;
}
#marquee-right { 
 border-left: 1px solid #333;
 float: right; 
}
#marquee-middle {
 width: 459px;
 float: left;
}
#body { padding: 5px; }
#footer-nav {
 border-top: 1px solid #333;
 border-bottom: 1px solid #333;
}
#footer { 
 padding: 10px 5px;
 font-size: 9px;
}
#footer-left {
 width: 50%;
 float: left;
}
#footer-right {
 width: 50%;
 float: right;
 text-align: right;
}

/* gallery */
.gallery {
 width: 135px;
 height: 200px;
 float: left;
 margin-bottom: 10px;
 text-align: center;
}
.image {height: 100px;
}
.gallery img {
 border: 1px solid #999;
}
.gallery img:hover {
 border: 1px solid #cc0000;
}

/* clients page */
.client {
 margin: 10px 0;
 border-bottom: 1px solid #333;
 padding-bottom: 10px;
}
.bio {
 height: 100px;
 margin-left: 15px;
}
.profile-pic {
 display: block;
 float: left;
 margin-right: 10px;
 width: 104px;
 height: 126px;
 background: url(../images/base/placeholder.jpg) no-repeat #fff;
 padding: 5px;
}
.links { text-align: right; }