body {
	PADDING: 0px;
	margin: 0px;
	background-color : #761c0d;	
}

div.shadow {
	float : left;
	background-color : #bbb;
	padding : 0;
	margin: 0.7em 1em;
}

div.shadow img {
	display : block;
	border : 1px;
	position : relative;
	top : -3px;
	left : -3px;
}
	

img {
	border: 0;
}

img.banner {
	width: 80%;
	height: 20%;
	PADDING: 0px;
	margin-left: 10%;
	margin-top: 10px;
}

div.menu {

	height: 80%;
	width : 12%;
	position : absolute;
	top : 22%;
	left : 10%;
}

div.ad {
	height: 80%;
	width : 12%;
	position: absolute;
	top : 22%;
	left: 80%;
	}


div.main {   	  	
    	position: absolute;
    	left: 15%;
    	width: 55%;
	top: 22%;	
}

div.category {
	color : black;
	background-color : #f29218;
	border : 3px solid #f29218;
	width : 90%;
	left : 20%;
	margin-left : 20%;
}

img.item {
	left : 10px;
	position : relative;	
}

div.item {
	color : black;
	background-color : #c56212;
	border : 1px solid #d57222;
	padding : 12px;
}
div.center {
	text-align : center;
	color : black;
}

a.menu{
	color : black;
	text-decoration : none;
}

em	{font-size:20px;color:#ff0000;font-style:normal}
h1	{font-size:24px;color:#0000ff}
h2	{font-size:24px;color:#0000ff;font-stretch:expanded;text-decoration:underline}
h3	{font-size:20px;color:#ff0000;text-decoration:underline}
p	{color:#000000}