body {
	/* Specify a min-width for the body as wide as the 'wrapper'
     element itself. This prevents negative (i.e. inaccessible)
     left-margins in narrow browser windows when using 
     Navigator 6+/Mozilla on Win32: */
  min-width: 800px;
	width:800;
	background-color: #738F9C;
	text-align:center;
}

      html,body{margin:0;padding:0}
	  
      p {margin:0 ;padding:0}
 
      h1{margin:0;padding:0}
  
      form {margin:0;padding:0}


/******************************/
/*Block Wrapper to Center Layout*/

#wrapper {
	/* Reset alignment to compensate for 'text-align:center': */
  width: 833px;
	/* Set left and right margins to auto, thus centering the 
     element in the containing (body) tag: */
	 height:642px;
  margin-left: auto;
	margin-right: auto;
	margin-top:25px;
	background-image:url(images/mediumwrapper.jpg);
	background-repeat:no-repeat;
	
}
#largewrapper {
	/* Reset alignment to compensate for 'text-align:center': */
  width: 1000px;
	/* Set left and right margins to auto, thus centering the 
     element in the containing (body) tag: */
  height:683px;
  margin-left: auto;
	margin-right: auto;
	margin-top:-10px;
	background-image:url(images/largewrapper.jpg);
	background-repeat:no-repeat;
	
}
#mediumwrapper {
	/* Reset alignment to compensate for 'text-align:center': */
  width: 831px;
	height: 631px;
	/* Set left and right margins to auto, thus centering the 
     element in the containing (body) tag: */
  margin-left: auto;
	margin-right: auto;
	background-image:url(images/mediumwrapper.jpg)
	
}
#header{
	width:800px;
	height:150px;
}
#footer{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	
}
.headingtext {
	font-family: Helvetica, Arial, "Sans serif";
	font-size: 14px;
	color: #000;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.025em;
}
.footertext {
	font-family: Helvetica, Arial, "Sans serif";
	font-size: 12px;
	color: #FFF;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.footertextsmall {
	font-family: Helvetica, Arial, "Sans serif";
	font-size: 10px;
	color: #FFF;
	text-align: center;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #FF0;
	text-decoration: none;
}
.subcategorytext {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	font-size: 12px;
}

/****Curved corner sections for Right and Left Sides*****/
.wrap {
	width:482px;
	text-align:left;
	}

.top, .bottom {
	float:left;
	width:482px;
	height:15px;
	/*url to the bottom rounded corner*/
	background:transparent url(images/bottom.gif) no-repeat; 
	}

.top {
	/*url to the top rounded corner*/
	background:transparent url(images/top.gif) no-repeat;
	height:12px; 
	}

.box {
	float:left;
	padding: 0 20px 20px 20px;
	/*Your width is 200px minus 20px for your left and right padding totally to 180px*/
	width:442px;
	min-height:95px;
	/*the url to your text background*/
	background:transparent url(images/bg.gif) repeat-y;
	}
