/* ...naturally.at.rest... */
/* Global CSS - natSite.css */
/* Designed by Marc Bertrand, MOTAS Inc. :: motas.ca */
/* Created: Nov 2, 2005 */

/* Basic Elements */

body {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 10pt;
	color: #000;
	background: #384A0E;
	margin: 0;
	padding: 0;
	text-align: center;
}
td, p {
	font-size: 10pt;
	color: #000;
}
a:link, a:visited {
	color: #0E184A;
	text-decoration: none;
}
a:hover, a:active {
	color: #4F1A09;
	text-decoration: underline;
}
#Table0 {
	margin: 0;
	padding: 0;
	border: 0;
}

#Container {
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}
#Description {
	background: #AAA470;
	margin: 20px;
	padding: 10px;
	border: 1px solid #000;
}
#Site {
	margin: 0;
	padding: 0;
	clear: left;
}
#SiteIcon {
	margin: 0 20px 0 20px;
	padding: 0;
	float: left;
}
#SiteTextBox {
	margin: 0;
	padding: 0;
	float: left;
	background: url(../images/bg/bgTextBox.gif) top left repeat-y;
	width: 445px;
}
#SiteTextBoxTop {
	margin: 0px;
	padding: 3px 0px 0px 0px;
	text-align: right;
	background: url(../images/bg/bgTextBoxTop.gif) top left no-repeat;
}
#SiteTextBoxContent {
	margin: 0;
	padding: 10px 15px;
	text-align: justify;
	text-indent: 15px;
}
#SiteTextBoxBottom {
	margin: 0;
	padding: 0 15px 0 0;
	background: url(../images/bg/bgTextBoxBottom.gif) bottom left no-repeat;
	height: 21px;
	text-align: right;
}


#PageTitle {
	background: url(../images/bg_title.gif) top left repeat-x;
	margin: 0;
	padding: 0;
	height: 70px;
	text-align: right;
}
#SectionTitle {
	margin: 0;
	padding: 0;
	text-align: center;
}
#Content {
	background: #AAA470 url(../images/bg_Content.jpg) bottom left no-repeat;
	margin: 0 25px 5px 25px;
	padding: 10px;
	border: 1px solid #000;
	clear: both;
	text-align: justify;
}
#Footer {
	margin: 0 25px;
	padding: 10px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	clear: left;
}
