body{
	height: 100%;
	}

	
	#bodyWrapper{
		width: 1000px;
		height: 100%;
		margin: 0px auto;
	}
	
		#header{
			height:	109px;
		}
		
		#nav{
			height:	73px;
		}
		
			#navWrapper{
				padding-top: 27px;
				padding-left: 100px;
			}

				#navWrapper a{
				margin-right: 17px;
				}
					
		#content{}
		
			#contentLeftDecoration{
				height:	553px;
				width: 95px;
				float: left;
			}
			
			#generalStoreWrapper
			{
				width: 808px;
				float: left;
			}
			
				#subNav{
					height: 103px;					
				}
							
					#subNav #subNavSection{
						padding-top: 40px;
						padding-left: 120px;
						float: left;
					}
					
						/* defines width for 'sectional' headers */
						#subNav #subNavSection h1{
							height: 40px;
							width: 202px;
						}
					
					/* pad from right since float right */
					#subNav #subNavMenu{
					padding-top: 40px;
					padding-right: 70px;
					float: right;
					width: 200px;
					}
					
						/* resize nav table (so can be floated) *//
						#subNavMenu table{width: 200px;}
						
						/* defines spaces between subNav elements */
						#subNavMenu a{
						margin-right: 8px;
						}		
				
				#generalStoreContent{
					min-height: 450px;
					height: 100%;
					padding: 0px 50px 0px 50px;
					text-align: justify;
				}
				
				/* for Internet Explorer */
				/*\*/
				* html #generalStoreContent {
				height: 450px;
				}
				/**/
			
			#contentRightDecoration{
				height:	553px;
				width: 95px;
				float: left;
			}
			
			#footer{
				height: 106px;
				width: 808px;
				margin-left: 95px;
			}
			
				#footerWrapper{
				height: 106px;
				}
			
				#footerContent{
					padding-top: 25px;				
				}
				
					#footer .loggedIn{
					padding-left: 235px;		
					}

					#footer .loggedOut{
					padding-left: 295px;		
					}

				
					/* used for footer navagation rollovers (image menu module) */
					#footerContent table{width: 200px;}
					
					#footerContent a{
					xmargin-right: 19px;
					}			
			
.spacer{
clear: both;
}
