body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(../img/om.jpg) 0 0 no-repeat fixed;
	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;
	padding: 10px 10px 10px 10px;
}

#sidebar1 {
	width: 580px;
	float: left;
}
#sidebar2 {
	width: 300px;
	float: right;
}
#sidebar1,
#sidebar2 {
	background: url(../img/grad.jpg) 0 0 repeat-x;
}
.contentWrap {
	padding: 20px;
	font: 13px Geneva, Arial, Helvetica, sans-serif;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #FFF;
	min-height: 1400px;	
}
.contentWrap h1 {
	font-size: 22px;
	padding-bottom: 15px;
	width: 415px;
	height: 76px;
	margin: 0 auto;
	text-indent: -120000em;
}
.contentWrap h1 a {
	display: block;
	width: 100%;
	height: 76px;
	background: url(../img/gayatri-mantra.png) 0 0 no-repeat;
}



.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;
}
.contentWrap ol.alpha {
	margin: 0 0 0 25px;
	list-style-type: lower-alpha
}
.contentWrap ul.explain {
	list-style-type: circle;
	margin: 0 0 0 25px;
}
.contentWrap li {
	text-align: left;	
}
.contentWrap ul.explain li {
	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 #splashWrap ul {
	padding-left: 5px;
	text-align: left;
}
.box #player h5 {
	font-size: 13px;
	font-weight: bolder;
	color: #666666;
	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: 0 0 10px 0;
	font-size: 13px;
	font-weight: bolder;
	color: #666666;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 8px;
}
.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 #FEBF01;

	height: 15px;
	width: 880px;
	
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
#footer p {
	color: #000;
	margin-bottom: 3px;
}
#footer p a {
	text-decoration: none;
	color: #000;
	font-weight: 600;
}
#footer p a:hover {
	color: #F00;
}

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