@charset "UTF-8";


/* //////////////////////////////////////////////////////////////////////////////////////////////////////  */
/* ////////////////////////////////////////  GENERAL CONTAINERS /////////////////////////////////////////  */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////  */
*	{
	margin: 0;
	padding: 0;
	font-family: 'DroidSerif-Regular', Georgia;
	font-size: 12px;
	color: #000000;
	}

body	{
		margin: 0;
		padding: 0;
		background: #ffeccc;
		}

a	{text-decoration: none;}

img {border: 0px}


div#outer-wrapper	{
			position: relative;
			margin: 30px auto 30px auto;
			padding: 0;
			width: 560px;
}

.picture {
			position: relative;
			float: left;
			margin: 0px 0px 30px 0px;
			padding: 0px 0px 0px 0px;
			background: #ffffff;
			border: 7px solid #ffffff;
			}
			
			
.text {
			position: relative;
			clear: both;
			width: 500px;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			}

.text h1 {
			font-family: 'DroidSerif-Bold', 'Georgia Bold';
			font-size: 16px;
			color: #340b00;
			line-height: 1.2em;
			letter-spacing: 0px;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 7px 0px;
			}

.text p {
			font-family: 'DroidSerif-Regular', Georgia;
			font-size: 12px;
			color: #000000;
			line-height: 1.6em;
			letter-spacing: 0px;
			padding-top: 10px;
			margin: 0px 0px 40px 0px;
			}

span.posture-number		{font-family: 'DroidSerif-Bold'; font-size: 12px; color: #ff6400; text-transform:uppercase; padding-bottom: 5px;}
span.psoture-sanskrit	{font-family: 'DroidSerif-Regular';}
span.benefits			{font-family: 'DroidSerif-Bold'; color: #340b00; font-size: 11px; text-transform:uppercase; letter-spacing: 0.05em;}


.text a	{
			font-family: 'DroidSerif-Regular', Georgia;
			font-size: 12px;
			color: #000000;
			font-weight: normal;
 			}
				
.text a:link		{color: #000000; text-decoration: underline;}
.text a:visited		{color: #000000; text-decoration: underline;}
.text a:active		{color: #000000; text-decoration: underline;}
.text a:hover		{color: #561200; text-decoration: none;}

