 body {
   text-align: center;
   position:relative;
   margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px;
   background-color:#000000;
   font: 15px arial, gill-sans, helvetica, sans-serif;
   color: #664929;
   }
   img {border:0px;}
   a:link, a:visited {color:#D17100; text-decoration:none;}
   a:hover, a:active {color:#5C998F; text-decoration:none;} 
   a.warning:link {color:#FFFFFF;} 

   h2 {font-size:20px; 
       margin-top:4px;
       text-align:center;}
   h1 {font-size:10px; text-align:center;}
   p.center {text-align:center;}

   .bold {font-weight:bold;}
   .smallText {font-size:13px;}
   .largeText {font-size:18px;}
   .largeBlackText {font-size:18px; color:#000000;}
   .smallBlackText {font-size:13px; color:#000000;}
   .titleText {font-size:20px; font-weight:bold; color:#804400;}
   .subTitleText {font-size:16px; font-weight:bold; color:#804400;}
   
   /* shared styles */
   
   #footerBox {
   	position:relative;
    margin-left:auto;
    margin-right:auto;
   	width:990px;
   	background-color:#ffffff;
   	border-style:solid;
   	border-width:1px;
   	border-color:#E6DBCF;
   	padding:4px;
   }
   
   #footerCopyright {margin-right:40px;}
   a.footerLink {
   text-decoration:underline;
   margin-right:10px;
   }
   	
   .textBox {
   	border-style:solid;
   	border-width:1px;
   	border-color:#E6DBCF;
   	padding:8px;
   	text-align:left;
   	background-color:#ffffff;
   }
   #headerlink {
   text-align:center;
   height:20px;
   font-size:13px;
   color:#FFFFFF;
   padding-top:3px;
   }
   .main {
   position:relative;
   margin-left:auto;
   margin-right:auto;
   width:1000px;
   background-color: #FFFFFF;
   overflow:hidden;
   min-height:670px;
   height:670px;

   }	

div .main {
	height:auto;
}
      
/*      
* html .main {
   height:670px;
}   
*/
   #bgimage {
   left: 0px;
   position:absolute;
   }
   #navBackground {
   position:absolute;
   left:5px;
   top:2px;
   }
   #navLogo {
   position:absolute;
   left:75px;
   top:22px;
   }
   .navLinks {
   	position:absolute; 
   	top:78px;
   	left:26px;
   	font-weight:bold;
    text-decoration:none;
   	}
   #navLink1 {left:26px;}
   #navLink2 {left:81px;}
   #navLink3 {left:177px;}
   
   #userLoginBoxBG {
   	position:absolute; 
   	top:0px;
   	right:4px;
   }
   #userLoginFrame {
   	position:absolute; 
   	top:2px;
   	right:175px;
   }
   #userLoginText {
   	position:absolute; 
   	top:22px;
   	right:26px;
   	width:140px;
   }
   #userLoginLink {
   	position:absolute; 
   	top:63px;
   	right:38px;
   }
   
   /* comments */
   .commentBox {
   	display:block;
   	position:relative;
   }
   .commentUserPic {
   	position:absolute;
   	margin-top:6px;
   	margin-left:6px;
   }
   .commentUserFrame {
   	position:absolute;
   	top:0px;
   	left:0px;
   }
   .commentContent {
    position:relative;
   	margin-left:58px;
   	margin-bottom:20px;
   	min-height:40px;
   	font-size:13px;
   }
   .commentUserName {
   	float:left;
   }
   .commentDate {
   	float:right;
   }	
   
     #topSpacer {
   height:184px;
   }
   
   #mainTitle {
   position:relative;
   margin-left:auto;
   margin-right:auto;
   text-align:left;
   width:150px;
   overflow:show;
  }
   
