/* Begin Structure */
body {
	text-align: center;
	background: transparent url('../images/body_bg.gif') 0 20px;
	}
#page {
	width: 780px;
	margin: 0 auto;
	background: transparent url('../images/page_bg.gif') 0 20px repeat-y;
	text-align: left;
	}
#header {
	/*border-bottom: 8px solid #a46da4;*/
	margin: 0;
	padding: 20px 0 0;
	width: 780px;
	background: transparent url('../images/page_top.jpg') left top no-repeat;
	}
#header #logo {
	position: relative;
	height: 134px;
	width: 760px;
	margin: 0 10px 0;
	}
#header #logo span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white url('../images/ayurvedicyogi_logo.gif') left top no-repeat;
	}
#contact {
	width: 760px;
	height: 136px;
	margin: 0 10px;
	}
#topmenu {
	clear: both;
	width: 760px;
	margin: 0 10px;
	}
#content {
	clear: both;
	width: 760px;
	margin: 0 10px;
	}
#mainbody {
	float: left;
	width: 480px;
	margin: 20px;
	}
#sidebar {
	width: 240px;
	float: right;
	}
#footer {
	clear: both;
	width: 780px;
	padding-bottom: 8px;
	background: transparent url('../images/page_foot.jpg') left bottom no-repeat;
	}
/* End Structure */