/* Elements */

body {
	background: #96BEFC url(images/global/img1.jpg) repeat-x;
	text-align: justify;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
	color: #333333;
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	//color: #1B4978;
}

a:hover {
	text-decoration: none;
	//font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.wheel {
	background: url(images/global/wheel.gif) no-repeat;
	padding-top: 20px;
	height: 42px;
	width: 44px;
	margin-left: 275px;
	text-decoration: none;
	//color: #3390DE;*/
}
img.border {
	border: 2px solid #EB8C0C;
}
img.center {
  	display: block;
 	margin-left: auto;
  	margin-right: auto;
  	border: 2px solid #EB8C0C;
}
img.cdrum {
  	display: block;
 	margin-left: auto;
  	margin-right: auto;
  	margin-top: 130px;
  	border: 2px solid #EB8C0C;
  	
}
p.border {
	border: 4px solid #EB8C0C;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}
#caption {
	font-size: 12px;
	text-align:center;
	font-style: italic;
}
#credit {
	font-size: 8px;
	text-align:center;
}
/* Header */

#header {
	background: url(images/global/logo.jpg) no-repeat;
	//float: left;
	height: 244px;
	margin: 0px;
	width: 660px;
	padding: 28px 0px 0px 0px;
	text-decoration: none;
	color: #3390DE;
}

#header h1 {
	margin: 0px auto;
	padding: 0px 0px 0px 130px;
	font-size: 22px;	
}

#header h2 {
	margin: 0px auto;
	padding: 0px 0px 30px 130px;
	font-size: 20px;
	font-style: italic;
}

/* Menu */

#menu {
	width: 660px;
	height: 40px;
	margin: 4px 0px 0px 0px;
	background: url(images/global/navBk.gif) repeat-x;
}

.browserIE6 #menu {
	width: 660px;
	height: 40px;
	//only difference between IE css- margin: 170px 0px 0px 0px;
	margin: -4px 0px 0px 0px;
	background: url(images/global/navBk.gif) repeat-x;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 110px;
	padding: 12px 0px;
	text-align: center;
	text-decoration: none;
	color: #EB8C0C;
	font-weight: bold;
	
}

#menu a:hover {
	background: url(images/global/navHv.gif) repeat-x;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
/* container */

#container {
	background: #FFFFFF;
	width: 660px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
	border: 5px solid #F2D4A2;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#content {
	background: url(images/global/contentbg.jpg) repeat-x;
	overflow:hidden;
}

.colOne {
	float: right;
	width: 360px;
	margin-top: 20px;
	padding-right: 50px;
	padding-bottom: 0px;
}

.colTwo {
	float: left;
	width: 190px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	text-align:center;
}

#colTwoAbout {
	width: 195px;
	margin-top: 30px;
	text-align:justify;
}

#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}
.noCol {
	width: 590px;
	margin-top: 20px;
	padding-left: 30px;

}
#content h1 {
	padding: 5px 0px 5px 5px;
	color: #3390DE;
	//color: #2F73B8;
	font-size: 20px;
	text-align:center;
}
#content h2 {
	color: #2F73B8;
	font-size: 18px;
}
#content h3 {
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 14px;
	//color: #173E68;
	//color: #2F73B8;
	color: #3390DE;
}

/* Books 
#books p {
	padding: 0px 30px 20px 0px;
}*/
#books p.meditation {
	padding: 50px 30px 110px 0px;
}
#books p.deity {
	padding: 0px 30px 20px 0px;
}
#books p.natural {
	padding: 0px 30px 50px 0px;
}
#books p.spacious {
	padding: 0px 30px 90px 0px;
}
#books h2 {
	color: #3390DE;
	font-size: 14px;	
	padding-left: 50px;
}
#books img {
	padding: 0px 0px 30px 50px;
}
/* Footer */

#footer {
	width: 600px;
	margin: 0px auto;
	padding: 3px 0px 0px 0px;
	height: 50px;
}

#footer p {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #999999;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #333333;
}
.style56 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	font-variant: normal;
	color: #F00;
}

