@charset "utf-8";
/*Left Menu CSS */

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 7px;
}

	


#leftboxes{
float: left;
padding-top: 5px;

}
#leftboxes p + h4{
margin:0px;
padding: 0 0 0 0;
text-transform:uppercase;
font-family:'Arial Narrow',Arial, Helvetica, sans-serif;
color:#000;
font-size:15pt;
margin-top:0;
padding-right:0.3em;
font-size:9pt;
margin-bottom:12px;
}

#leftboxes a {font-size:9pt;font-weight:bold;color:#292929;}
#leftboxes a:hover {text-decoration:none;}



#box1 {
	width: 250px;
background-color: #ff9999;
float:left;

}
#box2 {
	width: 250px;
background-color: #ffcc99;
float:left;
}
#box3 {
	width: 250px;
background-color: #99ccff;
float:left;
}

#leftcontent{
padding-top: 10px;
float:left;
width: 250px;
}

#leftcontent a {
	text-decoration: none;
}

#estore {
float: right;
}