body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x left bottom;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #652500;
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #652500;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	font-size: 13px;
}

a:link {
	color: #BD520E;
}

a:hover, a:active {
	text-decoration: none;
	color: #BD520E;
}

a:visited {
	color: #BD520E;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Menu */

#menu {
	position:absolute;
	top:0;
	right:100px;
	float: right;
}

#menu ul {
	margin: 0;
	padding: 55px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 5px;
	padding: 7px 20px 7px 15px;
	background: url(images/img04.gif) no-repeat left 55%;
	text-decoration: none;
	font-size: 16px;
	font-weight:bold;
	color: #BD520E;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
}

/* Page */

#page {
	padding-top:130px;
	width: 850px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 600px;
}
#content p {
	text-indent:15px;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 195px;
}

#sidebar p{
	margin: 10px 0 10px 0;
}
#sidebar h2 {
	margin-bottom: 10px;
	padding-left: 15px;
	background: url(images/img02.gif) repeat-x left bottom;
	font-size: 16px;
}

/* Search */

/* Boxes */

/* Footer */

#footer {
	min-height: 74px;
	padding: 10px 0 0 0;
	background: url(images/img02.gif) repeat-x left top;
}

html>body #footer {
	height: auto;
}

#legal {
	clear: both;
	padding-top: 10px;
	text-align: center;
	color: #943505;
}

#legal a {
	color: #943505;
}
