/*
----------------------------------

PIKKLES | pikkles.com

copyright 2009

----------------------------------
*/

#main {
	background: url(../images/content-sidebar-left-bg.gif) scroll top left repeat-y;
	zoom: 1;
}

#main .content-wrapper {
	float: left;
	width: 595px;
}

#main .content {
	margin-right: 1px;
	padding: 15px;
	background: url(../images/content-bg.gif) scroll top left repeat-x;
}

#main .content h1 {
	font-size: 18px;
	font-weight: bold;
	color: #4d4d4d;
}

#main .item {
	margin-top: 15px;
}

#main .item h2 {
	margin-top: 5px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#main .item h2 a, #main .item h2 a:visited {
	color: #252525;
	text-decoration: underline;
}

#main .item p {
	margin-top: 5px;
	font-size: 12px;
	line-height: 18px;
}

#main .sidebar {
	float: left;
	width: 255px;
}