/* Site Author: John Fawcett */
/* Land Painting */

body, html {
   margin: 0px;
   background-image: url('images/bodybg.jpg');
   background-repeat: repeat-x;
   font-family: Arial; font-size: 9pt;
}

a {
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

strong {
   color: #515151;
}

h1 {
   font-size: 28pt; color: #919191;
}

#container {
   display: block;
   margin-left: auto; margin-right: auto;
   width: 972px;
   background-image: url('images/contentbg.jpg');
   background-repeat: repeat-y;
   background-position: 48px;
}

#header {
   display: block;
   width: 972px; height: 240px;
   background-image: url('images/header.jpg');
}

#contentLeft {
   display: block;
   background-image: url('images/paintbg.jpg');
   background-repeat: repeat-y;
   background-position: 808px;
   margin-left: 55px; margin-right: 55px;
}

#contentLeft .wrap p {
   width: 440px;
   margin-left: 15px;
}

#contentRight {
   display: block;
   float: right;
   width: 259px;
   margin-right: 80px;
}

#contentRight p {
   width: 240px;
   margin-left: 10px;
}

#footerLinks {
   display: block;
   height: 70px;
   border-top: solid #cfcfcf 2px;
   padding-top: 5px;
   margin-right: 50px;
}

#footerLinks a img {
   float: left;
   border: 0px;
   margin-left: 15px;
}

#footer {
   display: block;
   width: 972px; height: 25px;
   background-image: url('images/footer.jpg');
}

#menu {
   display: block;
   height: 26px;
   background-image: url('images/menubg.jpg');
   margin-left: 51px; margin-right: 50px;
   border-bottom: solid #5e7b81 2px;
   padding-top: 5px;
   padding-bottom: 5px;
}

#menu a {
   font-size: 16pt; color: #5e7b81;
   padding-left: 15px; padding-right: 15px;
   text-decoration: none;
   border-right: solid #5e7b81 2px;
}

#menu a:hover {
   text-decoration: underline;
}

#globeHeader {
   display: block;
   width: 259px; height: 100px;
   background-image: url('images/globeheader.jpg');
}

#sideContent {
   display: block;
   background-color: #e0e8f2;
   border-left: solid #9eb0b3 2px; border-right: solid #9eb0b3 2px;
   margin-left: 19px;
   padding: 5px; padding-left: 0px;
}

#sideBottom {
   display: block;
   width: 259px; height: 20px;
   background-image: url('images/sidebottom.jpg');
}

#ghostbar {
   margin-left: -50px; margin-top: 50px;
}

#gaylord {
   margin-left: -50px; margin-top: 20px;
}

.projectRow {
   display: block;
   width: 845px; height: 140px;
   border-bottom: dashed #cfcfcf 1px;
   margin-bottom: 20px;
}

.project {
   display: block;
   float: left;
   width: 200px; height: 130px;
   padding: 5px;
}

.project h3 {
   font-size: 10pt; color: #4d4d4d;
   margin-top: 0px; margin-bottom: 0px;
}

.project h4 {
   font-size: 8pt; color: #4d4d4d;
   margin-top: 0px; margin-bottom: 0px;
}

.project p {
   margin: 0px; margin-bottom: 5px;
   color: #919191;
}

.project img {
   margin-left: 15px;
   border: solid #4d4d4d 1px;
}