/*
content pages of Inner Wisdom
76A329 (green)
AFF03D (light green)
752D1E (red)
FCD538 (orange)
99cc66 (green2)
a4432b (rust)
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: black;
	font: normal 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .03em;
	color: #333333;
}

h1, h2, h3 {
	font: bold Georgia, serif;
}

h1 {
	margin-bottom: .5em;
	font: 24px Georgia, serif;
	font-weight: bold;
	color: #752D1E;
}

h2 {
	margin-bottom: .5em;
	font: 20px Georgia, serif;
	font-weight:bold;
	color: black;
}

h3 {
	margin-bottom: .5em;
	font: 16px Georgia, serif;
	font-weight: bold;
	color: #752D1E;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
	font-size: 107%;
}

blockquote {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
}

ul.i {
	list-style: circle;
}

ul.i li {
	margin-left: 2em;
	/*background: url(images/img07.gif) no-repeat left center;*/
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #752D1E;
}

#search{
	position: absolute;
	float: right;
	width: 211px;
	height: 34px;
	right: 20px;
	top: 20px;
	background-image:url(../images/searchbg.gif);
	background-repeat: no-repeat;
}
#csd-search-box {
	padding-top: 5px;
	padding-left: 20px;
}
#csd-search-box input {
	border: 0;
	width: 130px;
	padding: 3px;
}
#search .image{
	vertical-align: top;
	width: 18px;
}
/* Logo */

#logo {
	width: 880px;
	height: 140px;
	margin: 0 auto;
	border-left: 20px solid #752D1E;
	background: url(../images/topbanner.jpg);
	position: relative;

}

#logo h1 {
	margin: 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 189%;
}

#logo h2 {
	margin: 0;
	padding: 0 20px 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 880px;
	height: 45px;
	font: normal 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 auto;
	padding-bottom: 5px;
	background: #000000;
	border-left: 20px solid #AFF03D;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
	color: white;
	font-weight: bold;
}

#menu a {
	display: block;
	padding: 10px 10px 15px 10px;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: #FCD538;
	text-decoration: none;
	color: #752D1E;
}

#menu a:visited	{
		font-weight:bold;
		text-decoration: none;
		/*color: #76A329;*/
		color: #FFFFFF;
}

#menu b {
	text-decoration: none;
}

/* Page */

#page {
	width: 880px;
	margin: 0 auto;
	background: white;
	border-left: 20px solid #FCD538;
}

/* Content */

#content {
	float: left;
	width: 580px;
	padding: 20px 20px 20px 20px;
}

#welcome {
	margin-bottom: 5px;
	width: 570px;
	padding: 10px;
}

.floating-box {
	float: left;
	width: 260px;
	padding: 10px;
}

.floating-box p, .floating-box blockquote {
	line-height: 144%;
}

.floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 110%;
}

.floating-box img {
	border: 3px solid black;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

#sidebar h2 {
	background: #AFF03D;
	color: black;
	font: 26px Georgia, serif;
	font-weight: bold;
	padding: 20px 20px;
}

#sidebar h3 {
	background: #FCD538;
	color: #7B2800;
	font: 20px Georgia, serif;
	font-weight: bold;
	padding: 10px 10px;
}

#sidebar a{
	margin-left: 5px;
}

#sidebar a {
	font-size: 95%;
	font-weight: bold;
}

#sidebar a:hover {
	text-decoration: none;
	color: #752D1E;
}

#sidebar a:visited	 {
		font-weight:bold;
		text-decoration:none;
}

#sidebar blockquote {
	margin-left: 0;
	padding-left: 1em;
	border-left: 5px solid #752D1E;
}

#sidebar blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
	font-size: 80%;
	color: #404040;
}

#links {
	font: normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: black;
}

#links ul {
	background: none;
}

#links li {
	padding: 5px 0;
	background: none;
}

#links a {
	padding-left: 1em;
	background: url(../images/img08.gif) no-repeat left center;
	color:black;

}

/* Footer */

#footer {
	height: 50px;
}
	#footer a{
		padding-left:10px;
	}
	#footer .wrapper {
		width: 900px;
		margin: 0 auto;
	}
	#footer .links {
		float: left;
		width: 590px;
		height: 34px;
		padding: 16px 30px 0 20px;
		background: #AFF03D;
		border-left: 20px solid #752D1E;
		font-size: 90%;
		color: #000000;
	}
	#footer img{
		border: 0;
		padding-right: 4px;
		vertical-align: middle;
	}
	#footer .legal {
		float: right;
		width: 220px;
		height: 34px;
		margin: 0 auto;
		padding: 16px 20px 0 0;
		background: #752D1E;
		text-align: right;
		font-size: 85%;
		color: #FFFFFF;
	}