/*
Name: Natural Essence
Date: 2007-02-20
Description: Soft and natural single/two-column template.
Author: Viktor Persson
URL: http://templates.arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/


/* default elements */




body {
	text-align: center;
	font: 12px "arial";
}





/* structure */
.container {
	/*background: url(img/bgcontainer.gif) repeat-y;*/
	margin: 0 auto;
	padding-bottom: 6px;
	width: 950px !important;
	text-align: left;
}
.header {
}

/* main */
.main {
	clear: both;
	padding: 0px 0px;
}


/* content */
#content_wrapper {
	float: right;
	width: 725px;
	clear: both;
}
.pageContent {
	padding: 20px;
}
.content .item {
	padding: 6px 12px;
	/*border: 1px solid #EEE;*/
	background: #FFF;
	margin-bottom: 8px;
}
.content .descr {
	color: #333;
	margin-bottom: 6px;
}
.content li {
	/*list-style: url(img/li.gif);*/
	margin-left: 18px;
}

h1 {
	padding: 20px 0 0 20px;
}

/* footer */
.footer {
	margin: 15px auto 0;
	text-align: center;
	border-top: 1px solid #00387D;
}
.footer a {
	color: #36C;
	text-decoration: none;
}
.footer a:hover {
	color: #06F;
	text-decoration: underline;
}
.footer .left, .footer .right {padding: 6px 12px;}