body {
	font: 1em "Baskerville Old Face", Georgia, "Times New Roman", Times, serif;
background: #e14a97 url(../images/flwer-3.png) no-repeat;	
	
}

#maincontainer{
	clear: none;
	
}
#pageHeader {
	float: left;
	width: 0px;

}

/* pageHeader creates the position of the logo in the container 1. Container 1 creates the first col */
#mbodycontainer {
	position: absolute;
	width: 1000px;
	height: 1000px;
}

#container1{
	float: left;
	width: 225px;
	height: 700px;
	padding: 0;
	margin: 20px 0 0 10px;
	background-image: url(../images/jogabg2.png);
	display: inline;
	position: relative;
}


#navigation{
	padding-top: 250px;
}

/* Navigation is located in container 1 and creates the look of the navigation. */

#navigation ul{
	list-style-type: none;
	text-decoration: none;
}

#navigation li{
	text-decoration: none;
	line-height: 150%;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-variant: small-caps;
}

#navigation a {
	text-decoration: none;
	color: #3f007a;
}

#navigation a:hover {
	color: #000;
}
#container2{
	float: left;
	width: 200px;
	height: 700px;
	padding: 0;
	margin: 20px 0 0;

	font-variant: small-caps;
	background-image: url(../images/flower.jpg);
	position: relative;
}

/* Contatiner 2 creates the next col on the webpage. During the first page it contains no navigation. On the map of the site it would include more navigation in this col. */

#container2 ul{
	margin-top: 275px;
}

#container2 li{
	list-style-type: none;
	line-height: 150%;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-variant: small-caps;
}

#container2 a{
	text-decoration: none;
	color: #137b0c;
}

#container2 a:hover{
	color: #fd21b8;
}

#level2nav a{
	text-decoration: none;
	color: #423a96;
}

#level2nav a:hover{
	color: #fd21b8;
}

#image2{

	margin-top: 220px;
	border-top: 1px solid #4bd610;
	border-bottom: 1px solid #4bd610;
}

#image3{

	margin-top: 20px;
	margin-left: 50px;
	border: 1px solid #9ff7fe;
}

#container3{
	float: left;
	width: 550px;
	height: 700px;
	padding: 0;
	margin: 20px 0 0;

	background-image: url(../images/yogabg3-3.png);
	position: relative;
}

/* Container 3 is the last col and contains the text for this site. It also would hold the information in following pages */



#container3 h1{
	padding-left: 25px;
	padding-top: 150px;
	color: #703647;
}

#container3 h2{
	color: #703647;
	padding-top: 10px;
	padding-left: 30px;
	font-size: 1.1em;
}

#container3 h3{
	color: #e0217f;
	padding-left: 13px;
	line-height: 50%;
	font-size: 1em;
}
#container3 p{
	padding-left: 30px;
	line-height: 150%;
	padding-right: 15px;
	font-weight: bold;
	color: #533748;
}

#container3 blockquote{
	text-align: center;
	text-transform: uppercase;
	color: #703647;
	font-size: 1.2em;
}

#moviearea {
	margin-left: 25px;
}

/* My Comment */

#footer {

	text-align: center;
	padding-top: 25px;
	float: left;
	position: relative;
	padding-left: 300px;
}

/* The footer is not located in a container thus being able to be located outside the col. */

#footer li {
	
	padding: 20px 10px 10px;
	display: inline;
}
