#leftcol {
	width: 25%;
	float: left;
	font-size: 12px;
	color:	black;
	margin: 4px;
}


#rightcol {
	width: 70%;
	float: left;
	font-size: 12px;
	color:	black;
	margin: 4px;
}

#bottompart {
	clear: left;
}


#left_box {

	width: 100%;
	background-color: white;
	font-family: arial;
	font-size: 0.8em;
	border-width: 2px;
	border-style: solid;
	border-color: red;
	margin-top: 2px;
	margin-bottom: 2px;

}

#centerbox {
	width: 100%;
	background-color: white;
	border-width: 2px;
	border-style: solid;
	border-color: red;
	margin-top: 4px;
	margin-bottom: 2px;
}

#centerbox ul {

	list-style-type: none;
	padding: 0;
	margin: 10px;
	}

#centerbox ul li {
	font-family: arial;
	font-size: 0.8em;
	margin-top: 2px;
}

#centerbox ul li a {
	text-decoration: none;
}

#centerbox ul li a:hover
{
	color: #fff;
	background-color: #000;
}

#boxtitle {
	width: 100%;
	background-color: red;
	color: white;
	font-family: ariel;
	font-size: small;
	font-weight: bold;
	padding-bottom: 2px;
}

#titleshop {
	width: 100%;
	background-color: red;
	text-align: center;
	color: white;
	font-family: ariel;
	font-size: 2.2em;
	font-weight: bold;
	padding-bottom: 2px;
}
