/********************************************
	AUTHOR:  			Ravi Kandel
	COMPANY:			Nepal Media Network
	WEBSITE:   			http://www.nepalmedia.com/
	TEMPLATE NAME: 		Thangka Gallery
	VERSION:			1.0
	LAST MODIFIED:		December 10, 2008
 *******************************************/ 
 
/* General */

* { 
	margin: 0; 
	padding: 0; 
}


body{
	margin: 0px;
	padding:0px;
	background: #FFFFFF;
	font: 12px/1.5 Arial, Helvetica, sans-serif;
}

#headerwrap{
height: 120px;
position:relative;
width: 100%;
background: #5583a6 url(../images/devilish.gif) repeat;
padding-top: 10px;
}

#headerbox {
height: 120px;
position:relative;
width: expression(document.body.clientWidth < 757? "755px" : document.body.clientWidth > 902? "900px" : "auto");
min-width:755px;
max-width:900px;
margin:auto;
background: #dee0e0 url(../images/header-bkg1.jpg) no-repeat;
}

#header {
	position: relative;
	height: 120px;	
	background: url(../images/header-bot.gif) bottom right no-repeat;	
}

#header h1#logo {
	position: absolute;
	margin: 0; 
	padding: 0;
	font: bolder 2.2em Helvetica, 'Trebuchet MS', Arial, Sans-serif;
	color:#fff5C7;
	letter-spacing: -2px;
	top: 5px; 
	left: 7px;	
}

#header h2#slogan {
	position: absolute;	 
	top:35px; 
	left: 10px;
	color: #ffffff;
	text-indent: 0px;
	font: bold 11px Helvetica, Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}

#header form.searchform {
	position: absolute;
	top: 10px; 
	right: 12px;	
}


#contentwrap{
position:relative;
width: 100%;
background:#eae3e6;
height:auto;
}

#contentbox{
position:relative;
width: expression(document.body.clientWidth < 757? "755px" : document.body.clientWidth > 902? "900px" : "auto");
min-width:755px;
max-width:900px;
margin:auto;
background:#FFFFFF;
overflow:hidden;
}


#footerlinkwrap{
position:relative;
width: 100%;
background:#eae3e6;
height:auto;
padding-bottom: 5px;
}

#footerlinkbox{
position:relative;
width: expression(document.body.clientWidth < 757? "755px" : document.body.clientWidth > 902? "900px" : "auto");
min-width:755px;
max-width:900px;
margin:auto;
background:#FFFFFF url(../images/cbottom1.gif) repeat-x bottom;
padding-bottom: 7px;
}


#footerwrap{
position:relative;
width: 100%;
background:#7a2605 url(../images/footer-bkg.jpg) repeat-x top;
height:auto;
padding-bottom: 2px;
}

#footerbox{
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: 15px;
color:#FFFFFF;
}



