body {
	padding-top: 45px;
	background-color: #333;
	margin-top: 0px;
}
#Container {
	padding: 0px;
	width: 1024px;
	height: 768px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: "MS Serif", "New York", serif;
	font-size: 14px;
	color: #333333;
}

/* ............... formatting common to every page ...................*/
 h1 {
	text-align:center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	color: #4D1142;
}
 h2 {
	text-align:center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #4D1142;
}
 h3 {
	text-align:center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #4D1142;
}
a:link {
	color: #4D1142;
}
a:visited {
	color: #4D1142;
}

/*#Container #content .contactcontent p a, #Container #photo p a, #Container #photo .instructor a{
	color: #4D1142;
}
*/
#photo {
	float: left;
	width: 384px;
	height: 590px;
	font-size: 16px;
	background-image: url(images/03_left_texture.jpg);
}

#content {
	width: 640px;
	float: right;
	height: 590px;
	background-image:url(images/04_righttexture_background.jpg);
	color: #333333;
	text-transform: none;
	position: relative;
	background-repeat: repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
}
#contentBottom {
	float:left;
	width: 1024px;
	height: 590px;
	background-image:url(images/pressPage_bottomSlice.jpg);
	background-repeat: no-repeat;
}

/* .......................... navigation ......................*/

#headerNew {
	background:#686a17 url(images/header.jpg) no-repeat;
	height: 161px; 
	width: 1024px;
}

#navcontainer {
	padding-top: 136px;
	margin-left: 385px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-style: italic;
}

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navcontainer li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}

#navcontainer a {
color: #bdbb70;					/* light green */
background: #686a17;			/* dark green */
font-weight: bold;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding: 0px 11px;					/* eleven pixels left and right padding */
border-right: 1px solid #bdbb70;
}
#navcontainer a.last {
border-right: none;
}

#navcontainer a:hover, #navcontainer a:active, #navcontainer a.selected { 
background: #bdbb70;
color: #3e192a;					/* redish color */
font-weight:bold
 }
 
/*........................... #photo .......................*/

#photo .schedule {
	text-align:center;
	}
#photo .boldSession {
	font-size: 24px;
	padding-left:80px;
}



/* .......................instructor page ....................*/
.instructor-link {
	text-align:center;
	color:#906;
}
#photo .instructor {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
}

#video {
	padding: 60px 0 0 40px;
}
.quote {
	padding: 100px 0 0 40px;
}
#instructorQuote {
	height: 75px;
	width: 571px;
	position:absolute;
	bottom:55px;
	right:55px;
}

#instructorQuote h1{
	text-align:right;
}
#instructorQuote h3{
	text-align:right;
	margin: -20px 17px 0 0;
}

/* .......................contact page ....................*/
.contactcontent {
	padding-left:230px;
	font-size: 18px;
}
#map {
	margin-left: -150px;
	padding-top: 20px;
	
	
	
}
/* .......................about page ....................*/
.aboutcontent {
	padding-left:30px;
	padding-right: 30px;
	padding-top: 0px;
	margin-top: 0px;
}
#aboutQuote {
	height: 75px;
	width: 571px;
	position:absolute;
	bottom:55px;
	right:45px;
}
#aboutQuote h1{
	text-align:right;
}
#aboutQuote h3{
	text-align:right;
	margin: -20px 17px 0 0;
}
/* .......................press page ....................*/
.pressContent {
	float:left;
	height: 295px; 
	width: 492px;
	padding-left:20px;
}

.pressContent p {
	font-size: 24px;
	margin-top: -170px;
	padding-left:220px;
	color: #4D1142;
}

.pressContent span {
	font-size: 20px;
	color:#CCC;
}


/* .......................testimonials page ....................*/
.testBoxLeft{
	float: left;
	width: 260px;
	padding: 0 80px 0 60px;
	text-align: justify;	
}
.testBoxRight{
	float: left;
	width: 540px;
	text-align: justify;	
}
.testimonialsContent {
	font-size: 14px;
	line-height: 18px;
}
.testimonialsContent p{
}
.client {
	color: #bdbb70;					/* light green */
}

/* ....................... #footer .....................*/
#footer {
	margin: 0px;
	clear: both;
	height: 17px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10px;
	color: #ddd;
	background-image: url(images/05_footer.jpg);
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
