@charset "iso-8859-2";
/* CSS Document */

html, body{
	background:url(img/bg.gif) top left repeat #ddd;
	color:#666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-shadow: 1px 1px 1px #fff;
}

section{
	position:relative;
	width:280px;
	float:left;
	margin:40px;
	_margin:20px;
	background:url(img/itemMid.gif) left top repeat-y;
}
	
section:before{
		content:'';
		position:absolute;
		top:0;
		display:block;
		width:280px;
		height:4px;
		background:url(img/itemTop.gif) center top no-repeat;
}

section:after{
		content:'';
		position:absolute;
		bottom:0;
		display:block;
		width:280px;
		height:4px;
		background:url(img/itemBot.gif) center bottom no-repeat;
}

section div{
	margin:4px;
	margin-top:0;
	padding:8px;
	background-color:#eee;
	border:solid 1px #fff;
	border-top:none;
}

section h2{
	background-color:#666;
	line-height:24px;
	color:#ddd;
	padding-left:10px;
	margin:4px;
	margin-bottom:0;
	text-shadow: 1px 1px 1px #333;
}
section img{
	width:242px;
	height:148px;
	border:dashed 1px #ccc;
	padding:5px;
	margin: 0 auto;
}
section p{
	margin-top:10px;
}
