/*** Yoga in Nepal ***/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #505040;
}

#topwraper {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	position:relative;
}

#topbox {
	margin:auto;
	width: expression(document.body.clientWidth < 757? "755px" : document.body.clientWidth > 902? "900px" : "auto");
	min-width:755px;
	max-width:900px;
	background: #f3f3f3 url("../images/front-top.jpg") top right no-repeat;
	height: auto;
}

.topspan{
	width: auto;
	position:relative;
	height: 20px;
	padding: 0px;
}

.logo {
	padding: 10px;
}

.hiyatext{
	text-align: right;
	padding-top: 35px;
	padding-right: 10px;
}

.hiyatext h1{
	font-family: Helverica, Arial;	
	font-size: 16px;
	font-weight:bold;
	color: #FF0;
}

.imageline{
	width: auto;
	position:relative;
	height: 20px;
	padding: 0px;
}

.imageleft {
	width: 58%;
	background: #666600 url("../images/front-left.jpg") no-repeat;;
	height: 175px;
}

.imageright{
	width: 42%;
	background: url("../images/yogaimage.jpg") repeat-x;
	height: 175px;
}

#clear {
	height: 5px;
	display: block;
	position:relative;
	clear:both;
}

#bodywraper {
	padding-right: 10px;
	padding-left: 10px;
	margin: auto;
}

#bodybox {
	margin:auto;
	width: expression(document.body.clientWidth < 757? "755px" : document.body.clientWidth > 902? "900px" : "auto");
	min-width:755px;
	max-width:900px;
	background: #f3f3f3;
	height: auto;
}

#containt {
	padding-left: 10px;
	padding-right: 10px;
	overflow:hidden;
}

#containt #leftside{
	float:left;
	width:75%;
	position: relative;
	display: inline;
	text-align:justify;
	font-family:Arial, Verdana;
	font-size: 12px;
	line-height: 1.5em;
	overflow:hidden;	
}

#containt #rightside{
	float:right;
	width:20%;
	position: relative;	
	display: inline;	
	font-family: Georgia, Verdana, Arial;
	font-size: 12px;
	overflow:hidden;	
}



#whitecornor{
position:relative;
background: #f3f3f3 url(../images/rc.gif) no-repeat top right;
width: expression(document.body.clientWidth < 757? "755px" : document.body.clientWidth > 902? "900px" : "auto");
min-width:755px;
max-width:900px;
margin:auto;
}

#bottomwrap{
position:relative;
width: 100%;
height: 30px;
}

#bottomtext{
position:relative;
width: expression(document.body.clientWidth < 757? "755px" : document.body.clientWidth > 902? "900px" : "auto");
min-width:755px;
max-width:900px;
margin:auto;
padding-top: 10px;
font-family: Arial, Verdana;
font-size: 11px;
color:#FFFFFF;
}

#bottomtextleft{
float: left;
width: 40%;
text-align: left;
padding-left: 10px;
}

#bottomtextright{
float: right;
width: 40%;
text-align: right;
padding-right: 10px;
}

#bottomtext a{
color:#FFFFFF;
text-decoration: none;
}


.lonely-planet {
	float: left;
	width: 165px;
	background: #002e72 url(../images/lonely-planet.jpg) bottom left no-repeat;
	padding: 5px 5px 75px 5px;
	font: normal 12px/1.5 Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0px 0px 0px 0px;

}