@charset "utf-8";

body {
	background-color: #383D0A;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.clear {clear:both;}


#header {
	height: 289px;
	width: 762px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #383D0A;
	text-indent: -9999px;
	background-image: url(assets/yogawebbanner.jpg);
	background-repeat: no-repeat;
}
h1  {
	color: #575E29;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
}
h2  {
	color: #575E29;
	text-align: center;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#container {
	height: 500px;
	width: 762px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
}
#main_content {
	height: 300px;
	width: 722px;
	background-color: #D5CB70;
	float: right;
	padding-left: 20px;
	padding-right: 20px;
}



h3 {
	font-style: italic;
	text-align: center;
	font-size: 12px;
	color: #575E29;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h4 {
	font-size: 18px;
	color: #575E29;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h5    {
	color: #575E29;
	text-align: center;
	text-transform: none;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h6    {
	text-align: center;
	color: #575E29;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p  {
	text-align: center;
	font-weight: bold;
	color: #575E29;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a  {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.clear {
}
