@media screen {
body {
   margin: 0px;
   font-family: Arial, Verdana, Sans-Serif;
   font-size: small;
   color: #000000;
   background: black url('../images/bg.jpg') top no-repeat;
}
#mainDiv {
   margin: 0px auto;
   max-width: 960px;
   width: 100%;
   display: block;
   font-family: "Times New Roman", Gothic, Serif;
   font-size: larger;
   height: 100%;
   max-height: 720px;
   min-height: 720px;
   padding: 2px;
   position: static;
}
#mainPageHeader {
   display: block;
   margin: 32px auto 0px auto;
   text-align: center;
   padding: 0px;
   font-size: 30px;
   font-weight: bold;
   text-indent: 0px;
   width:960px;
}
#mainPageWelcome {
   display:block;
   margin:272px auto 0px auto;
   text-align:center;
   padding:0px;
   width:960px;
   font-weight:bold;
   font-size:25px;
}
#mainPageWelcome b {
  font-size:142%;
}
#mainNav {
   color: #000000;
   display: block;
   margin: 0px auto;
   width: 870px;
   padding-bottom: 0px;
   padding-top:2px;
   height: 36px;
   font-weight:bold;
   font-size:18px;
   text-indent: 0px;
   padding-left: 0px;
   background: url('../images/TitleBarBG.gif') repeat-x;
}
#mainNav LI {
   list-style-type: none;
   display: block;
   max-width: 130px;
   float: left;
   position: relative;
   clear: none;
}
#mainNav A {
   color: #000000;
   text-decoration: none;
   font-size: 18px;
   margin:0px 9px;
   line-height:33px;
}
a.navHover:hover {
   background-color:#B17D0D;
   border-top:1px black solid;
   border-bottom:1px black solid;
   padding-top:2px;
   line-height:33px;
}
#mainNav b {
   font-size:24px;
   line-height:32px;
}
#mainPageSubLinks {
   height:50px;
   list-style-type:none; 
   display:block; 
   margin:2px 0px 0px 45px; 
   padding:0px 0px 0px 90px;
   width:800px;
}
#mainPageSubLinks LI {
   display:block;
   float:left;
   clear:none;
   padding:0px;
}
.mainPageLinks {
   color:#000; 
   font-weight:bold;
   text-decoration:none; 
   font-size:13px;
}

.mainPageLinks b {
   font-size:145%;
}
#socialNetLinks {
   display: block;
   width: 885px;
   margin: 15px auto 0px 75px;
   padding:0px;
   position: relative;
}
#socialNetLinks LI {
   list-style-type: none;
   float: left;
   clear: none;
   margin: 0px 46px;
   display:inline;
}
#socialNetLinks A {
   text-decoration: none;
   color: #000000;
   font-size: 17px;
   font-weight: bold;
   letter-spacing: -1px;
   display: block;
   width:100%;
   border-left: solid 1px #A78A6A;
   border-top: solid 1px #C03520;
   padding: 1px;
   line-height: 20px;
   height: 20px;
   margin-top: 6px;
   padding-top: 0px;
   margin-top: 6px;
  }
#mysp {
   background: url('../images/myspace-logo.png') left no-repeat;
   padding-top: 0px;
   vertical-align: top;
   padding-left: 31px;
   height: 33px;
   line-height: 33px;
   vertical-align: middle;
}
#facebk {
   background: url('../images/facebook_32.png') left no-repeat;
   padding-top: 0px;
   vertical-align: top;
   padding-left: 31px;
   height: 33px;
   line-height: 33px;
   vertical-align: middle;
}
#twit {
   background: url('../images/twitter.png') left no-repeat;
   padding-top: 0px;
   vertical-align: top;
   padding-left: 31px;
   height: 33px;
   line-height: 33px;
   vertical-align: middle;
}
#signedBook {
   display:block; 
   float:left; 
   background: url('../images/BookBox.gif') no-repeat; 
   width:164px; 
   height:75px; 
   text-align:center; 
   margin:60px 0px 0px 140px; 
   padding:7px 0px 0px 0px; 
   color:black;
   font-size:17px;
   font-weight:bold;
}
#signedBook b {
   font-size:130%;
}
#pastClients {
   display:block; 
   float:left; 
   background: url('../images/PastClientsBox.gif') no-repeat; 
   width:262px; 
   height:95px; 
   text-align:center; 
   margin:60px 0px 0px 365px; 
   padding:3px 0px 0px 0px;
   font-size:16px;
   font-weight:bold;
}
#pastClients b {
   font-size:130%;
}
#bookImage {
   border:0px; 
   width:170px; 
   height:175px; 
   display:block; 
   float:left; 
   margin:-135px 0px -25px 0px;
}
#copyright {
   display: block;
   margin:0px auto 0px auto;
   padding:0px;
   clear:both;
   text-align: center;
   color: #ffffff;
   font-family: Arial, Verdana, Sans-Serif;
   font-size: smaller;
 }
}