@charset "utf-8";
/* CSS Document */


body  {
	font: 90% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: black;
	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: #4f90e0;
}
#container {
	width: 800px;
	height: 600px;
	margin: 50px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:url(http://www.thekdp.com/main/MEDITATION-MANcopy2.jpg) right no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#sidebar1 {
	float: left; 
	width: 400px;
	height: 59px;
	margin: 40px 400px 0 0;
	background:url(http://www.thekdp.com/main/titlecopy3.png) left no-repeat;
}
#sidebar2 {
	float: left; 
	width: 250px;
	height: 500px;
	margin: 0 530px 0 20px;
}
#sidebar3 { 
	float: left;
	width: 250px;
	height: 130px;
	margin: 0 530px 0 20px;;
	padding-top: 30px;
	font-size: small;
}
#footer {
    width: 800px;
    text-align: right;
	font: 50%;
	margin: 0 auto 0 auto;
}
#container_pages {
	width: 830px;
	height: 600px;
	margin: 50px auto 0 auto;
	text-align: left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#menu_pages {
	float: left;
	width: 180px;
	height: 360px;
}
#content_pages {
	float: right;
	width: 600px;
	margin-left:30px;
}
#events_tabs {
	border-bottom:#f90 thin dashed;
}
.content {
	text-align: left;
}
.page_title {
    font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: bolder;
	color: #F90;
	padding: 0 0 20px 20px;
}
.subtitle{
	color: #f90;
	text-transform: uppercase;
	padding: 30px 0 0 10px;
}
a:link {
	text-decoration: none;
	color: black;
}
a:visited {
	text-decoration: none;
	color: black;
}