/*
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 */
* {margin: 0; padding: 0;}

body { direction:rtl;
	background-color:#c3622d;
	color: #222;
	font: normal 62.5% sans-serif; font-family:Arial, Helvetica, sans-serif;
	padding: 2% 0;
}

a {color: #642; font-weight:bold; text-decoration:none;}
a:hover {color: #642; text-decoration:underline;}


img {border: none;}
p {padding:0;}

/* structure */
#wrapper {
	/*background-color: #332;*/background-color: #ffffff;
	margin: 0 auto;
	width: 780px;
}
#container {
	background: #EDE5D2;
	border-top: 6px solid #ffffff;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 770px;
}





/* header */
.title {
	background: #EDE5D2;
	border-top: 1px solid #996;
	padding: 10px;}
.title img {vertical-align:middle;}



/* footer */
.footer {
	background: #ffffff;
	color: #332;
	padding: 5px;
	text-align:center;
	font-size:85%;
}
.footer .left {width: 66%;}
.footer .right {
	width: 33%;
	text-align: right;
}
.footer a {
	color: #332;
	text-decoration: none;
}
.footer a:hover {
	color: #332;
	text-decoration: underline;
}



/* misc */
.clear {clear: both;height:10px;} 


.content {background: #EDE5D2;}
.left {float: left; margin-top:5px;}
.left p{margin-left:10px; text-align:left;}

.right {float: right;}
.right p{margin-right:5px;}


