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

PIKKLES | pikkles.com

copyright 2009

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

#header .text {
	position: absolute;
	width: 478px;
	height: 60px;
	top: 20px;
	left: 350px;
}

#header .text p {
	padding: 7px 10px;
	font-size: 22px;
	color: #4d4d4d;
	background-color: #e4d0a8;
	border-bottom: 2px solid #996633;
}

#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 .content h2 {
	margin-top: 15px;
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #999966;
	background: url(../images/h2-bg.gif) scroll top left repeat-x;
}

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

#main .content p em {
	font-style: italic;
}

#main .content p strong {
	color: #ffff00;
}

#main .content p strong {
	color: #ff0000;
}

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

#main .content img.left {
	display: inline;
	float: left;
	margin-right: 15px;
}

#main .content ol {
	list-style-type: decimal;
}

#main .content ol li {
	margin: 15px 0 0 25px;
	font-size: 12px;
	line-height: 18px;
}

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