body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(../img/diag_stripe.gif) 0 0 repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 900px;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 10px 10px 40px 10px;
}
#header {
	padding-bottom: 20px;
	background-color: #f4f7f4;
}
#header h1 {
	background: url(../img/header.jpg) 0 0 no-repeat;
	height: 334px;
	width: 900px;
	text-indent: -120000em;
}
#sidebar1 {
	width: 600px;
	float: left;
}
#sidebar2 {
	width: 300px;
	float: right;
}
#sidebar1,
#sidebar2 {
	background: url(../img/grad.jpg) 0 0 repeat-x;
}

.contentWrap {
	padding: 0 10px;
	font: 13px Geneva, Arial, Helvetica, sans-serif;
}
.contentWrap p {
	color: #232323;
}
.contentWrap a {
	color: #663300;
	text-decoration: none;
}
.contentWrap a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.contentWrap h2 {
	text-align: left;
	font-size: 20px;
	font-weight: bolder;
	margin: 30px 0 5px 0;
	border-bottom: 1px dotted #8c611f;
	padding-bottom: 3px;
	color: #4b240f;
}
.contentWrap h3 {
	text-align: left;
	font-size: 16px;
	font-weight: bolder;
	margin: 20px 0 3px 0;
	color: #593109;
}
.contentWrap h4 {
	text-align: left;
	font-size: 13px;
	font-weight: bolder;
	margin: 20px 0 3px 0;
	
	border-top: 1px dotted  #CCCCCC;
	padding-top: 20px;
}

.contentWrap p {
	text-align: justify;
	margin-bottom: 10px;
}
.contentWrap p.meaning {
	text-align: justify;
	margin-bottom: 10px;
}

.box {
	margin: 0 auto 20px auto;
	background: #FFF url(../img/settings_tab.gif) repeat-x;
	width: 280px;
	border: 1px solid #EEE;
	padding: 10px 5px 20px;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.box #player h5 {
	text-indent: -120000em;
	background:url(../img/om-mani-padme-hum-mantra.png) 0 0 no-repeat;
	width: 200px;
	height: 75px;
	margin: 0 auto 10px auto;
}

.box #share {
	padding: 0 0 20px 0;
}
.box #share h5 {
	font-size: 13px;
	font-weight: bolder;
	color: #666666;
	margin-bottom: 10px;
}
.box #share ul li.first {
	margin-left: 8px;
}
.box #share li {
	float: left;
}
.box #share li a {
	display: block;
	width: 24px;
	height: 24px;
}

.box #links h5 {
	margin: 5px 0 10px 0;
	font-weight: bold;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 3px;
}
.box #links li {
	text-align: left;
	padding-left: 40px;
	margin-bottom: 5px;
	background: url(/img/pfeil2.gif) 20px 6px no-repeat;
}
.box #links li a {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}
.box #links li a:hover {
	color: #FF3300;
	text-decoration: underline;
}

#footer {
	border-top: 1px solid #999999;
	background-color: #CCCCCC;
	height: 30px;
	width: 900px;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
#footer p {
	float: right;
	padding: 10px 10px; 0 0;
	color: #666;
}
#footer p a {
	text-decoration: none;
	color: #666;
}
#footer p a:hover {
	color: #333;
}

.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}