/*
      Created by TGM.
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 900px;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 height: 178px;
 background: url(../styleImages/storeheader.jpg) no-repeat;
}
#navigation {
float: left;
 width: 900px;
 height: 35px;
 color: #333;
 margin: 0px 0px 0px 0px;
 background: url(../styleImages/topdiv.jpg) no-repeat;
}
#leftcolumn { 
 color: #333;
 height: auto;
 width: 185px;
 float: left;
 padding-right: 5px;
}
#content { 
 float: left;
 color: #333;
 height: auto;
 width: 497px;
 margin-top: 5px;
 border-right: 1px solid #ccc;
 border-left: 1px solid #ccc;
 display: inline;
 padding: 0 10px 20px 10px;
}
#rightcolumn { 
 color: #333;
 height: auto;
 width: 185px;
 float: right;
 padding-left: 5px;
}
#footer { 
 width: 900px;
 height: 75px;
 clear: both;
 color: #333;
 border: 1px solid #ccc;
 background: url(../styleImages/footer.jpg) no-repeat;
}