/* CSS Document */


#BrownBoxLeftCol {
	background: #996600;
	width: 135px;
	border: 1px solid #000000;
	margin-left: 5px;
	margin-top: 5px; 
	float: left;
}

#CreamBoxLeftCol {
	background: #ffffcc;
	width: 135px;
	border: 1px solid #000000;
	margin-left: 5px;
	margin-top: 5px; 
	float: left;
}

#BrownBoxRtCol {
	background: #996600;
	width: 135px;
	border: 1px solid #000000;
	margin-right: 0px;
	margin-top: 5px; 
	float: right;
}

#CreamBoxRtCol {
	background: #ffffcc;
	width: 135px;
	border: 1px solid #000000;
	margin-right: 0px;
	margin-top: 5px; 
	float: right;
}

#MALIKSHOPNAMEBANNERsidepanela {
	background: #ffffcc;
	width: 168px;
	margin-left: 0px;
	margin-top: 25px; 
	float: left;
}

#MALIKSHOPNAMEBANNERsidepanelb {
	background: #ffffcc;
	width: 130px;
	border: 1px solid #000000;
	margin-right: 1px;
	margin-top: 25px; 
	float: right;
}

#MALIKSHOPNAMEBANNER {
	background: #ffffcc;
	width: 600px;
	margin-left: 138px;
	margin-top: 25px; 
	float: left;
}

#Banner {
	padding: 0px;
	position: fixed;
	height: auto;
	width: auto;
	left: 50px;
	top: 400px;
}

 
/* Special text layout*/

BLOCKQUOTE { 
  margin: 1em 0em 1em 0em;
  font-style: italic;
  background: #EDB;
}

/* Float css */

.rightimage {
margin-left: 15px;
margin-bottom: 5px;
float: right;
}

.leftimage {
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
}

/* An absolutely-positioned div lives up to its name. It is positioned to a fixed point within its container, and it cannot move from this position. When you draw a div with the Dreamweaver Draw Layer tool, this is the type of div you are adding to your page. The top and left declarations specify where an absolutely-positioned div appears on a page. */

#clearframe {
width: 120px;
height: 120px;
position: absolute;
top: 324px;
left: 622px;
} 
