/* Lobby Page Styling */

*
  /*  ---deleted--- { margin:0; padding:0; }     */
/* zero out padding and margins for all elements */

       /* ---deleted---  h1, h2, h3, h4, h5, h6, p { margin:.5em 0; } */
/* applies margin back to heading and paragraph elements */

img { border:none;}

.clear {clear:both;}
body {
	/*font: 12px Verdana, Arial, Helvetica, sans-serif;*/
	background: #fff;
	margin: 0px 0 0 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.body #container {
        position:relative;
left:auto;
right:auto;
	width: 760px; 
height:0px; 
/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#fff; /* this is where you can specify background image, color, etc... */
	margin: 0 auto;
	padding:10px 10px;
	border: none; /* this is where you can adjust main border */
	text-align: left;
	}

/* Header Styling */
h1 {
	font-size:26px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#006633;
	margin:1em 0;
}
h3 {
	font-size:18px;
	font-family: Arial, Helvetica, Geneva, Swiss, "SunSans Regular"; "sans serif";	color: #003300;
}

/* Link Styling */
a {
	color:#006633;
	font-size:11px;
	text-decoration:none;
}
a:hover {
	color:#FF00FF;
}

/* Banner Styling */
.banner { 
position:relative; 
left:auto;
right:auto;
top:35px;
width: 760px; 
height:200px;
padding: 0px 0px 0px 0px;
z-index:3000; }

/* Category Styling */
.body #topNavigation {
text-align:center;
}

tr#categoryText {
line-height:18px;
vertical-align:text-top;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 14px; color: #193933; face: comic; width: bold;
}

table { 
position:absolute;
left:auto;
right:auto;
top:90px;
width: 760px; 
z-index:2000; 
}

 /* ---deleted---
.body #mainContent {
position: absolute;
left: 0%;
width: 655px;
height:20px;
padding: 0 20px; 
}
*/
.basement
{
position:relative;
left:auto;
right:auto;
top:260px;
width: 760px; 
}
#street{
position: relative;
width:20%
padding: 0 10x 0 0;
vertical-align: bottom;
}
#military{
position: relative;
width:20%
padding: 0px 0px 0px 0px;
vertical-align: bottom;
}
#chucks{
position: relative;
width:20%
padding: 0px 0px;
vertical-align: bottom;
}
#docs{
position:relative ;
width:20%
padding: 0px 0px;
vertical-align: bottom;
}
#fatigues{
position: relative;
width:20%
padding: 0px 0px;
vertical-align: bottom;
}


/* Footer Styling */

#footer-box { 
position:absolute;  
left:auto; 
right:auto; 
top:600px; 
width:760px; 
height:25px;   
padding:0px 0px; 
background:#eeeeee; 
display:inline; 
clear:none; 
text-align:center;


font-family: Arial, Helvetica, Geneva, Swiss, "SunSans Regular"; "sans serif";	color: # #1D7A67; font-weight:600; font-size: 1.2em;
}

#p-1 {  
position:absolute; left:0%; width:20%; float:left;  padding-left: 0px;
 }
#p-2 {  
position:absolute; left:20%; width:20%; float:;  padding: 0px;
 }
#p-3 {  
position:absolute; left:40%; width:20%; float:center;  padding: 0px;
 }
#p-4 {  
position:absolute; left:60%; width:20%; float:;  padding: 0px;
 }
#p-5 {  
position:absolute; left:80%; width:20%; float:right; padding-right: 0px;
 }
