body {
	background-color: silver;
}

#wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
}

#header {
	width: 750px;
	height: auto;
}

.leftsidebar img {
	border: 1px solid maroon;
	margin-top: 4px;
	margin-bottom: 4px;
	float: right;
}

.leftyoga img {
	margin-top: 4px;
	margin-bottom: 10px;
	float: right;
}

.leftcontent img {
	float: left;
	margin-left: 0;
	margin-bottom: 5px;
	margin-right: 10px;
}
.contentFull {
	width: 700px;
	padding: 0 24px 5px;
	color: #333;
	font: 10px/15px Verdana, "Lucida Grande", Lucida, sans-serif;
	margin: 0 0 5px;
	background-color: white;
}


#footer {
	width: 750px;
	color: black;
	font: 11px/18px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: center;
	border-top: 1px solid maroon;
	background-color: silver;
}

h1 {
	font: bold 12px/18px Verdana, "Lucida Grande", Lucida, sans-serif;
	display: inline;
	color: red;
}

/* My Comment */

h2 {
	font: bold 14px/18px Verdana, "Lucida Grande", Lucida, sans-serif;
	display: inline;
	color: #0066ff;
}

a:link {
	color: #f80a12;
	font: bold 11px/18px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-decoration: none;
}

a:visited {
	color: #f80a12;
	font: bold 11px/18px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-decoration: none;
}

a:hover {
	color: teal;
	text-decoration: underline;
	font: bold 11px/18px Verdana, "Lucida Grande", Lucida, sans-serif;
}

.icon img {
	margin: 8px;
}


.italic {
	color: #333;
	font: italic 11px/18px Verdana, "Lucida Grande", Lucida, sans-serif;
}

