@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background:url(/web_images/bg_menu.gif) repeat-y #E0E6FF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
.khakurel a {
	text-decoration:none;
	color:#464646;
}
.khakurel #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCD2E7;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.khakurel #header { 
	background:url(/web_images/bg_long_back.jpg) no-repeat top left;
	
	height:200px;
	margin-bottom:10px;
} 
.khakurel #header #headerTop{
	background:url(/web_images/bg_top.jpg) no-repeat top right ;
	height:164px;
}
.khakurel #header #logoImage {
	background:url(/web_images/charles-baudelaire-image.png) no-repeat;
	width:192px;
	height:200px;
	float:left;
	position:absolute;
	z-index:1;
	top: 1px;
}
.khakurel  #header #headerBottom {
	background:url(/web_images/bg_menu.gif) repeat-x top;
	height:34px;
	padding-top:8px;
	padding-right:8px;
	text-align:right;
	font-family:'Trebuchet MS';
	font-size:12px;
	text-transform:uppercase;
}
.khakurel  #header #headerBottom a {
	text-decoration:none;
	color:#464646;
	
}

.khakurel #header #headerTop #logoText {
	margin-left:210px;
	margin-top:50px;
}

.khakurel #leftbar {
	float: left; /* since this element is floated, a width must be given */
	width: 570px; 
	padding:10px;
	padding-left:30px;
}
.khakurel #mainContent { 
	 /* the left margin on this div element creates the column down the left side of the page - no matter how much content the leftbar div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #leftbar space when the content in #leftbar ends. */
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:center;
	float:right;
	width:250px;
} 
.khakurel #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top:#CCCCCC 1px solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
} 
.khakurel #footer  a{ 
text-decoration:none;
	color:#464646;
	
}

.khakurel #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.khakurel #container .CollapsiblePanelContent .headlines {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	padding-top:10px;
}
.khakurel #container  .CollapsiblePanelContent .text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	border-bottom:#EEE 1px solid;
	padding-left:2px;
	
}

.khakurel #container .CollapsiblePanelContent p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	padding:0px;
	padding-bottom:10px;

	padding-left:2px;
	text-align:left;
}

.khakurel #container .CollapsiblePanelContent a {
	font-size:11px;
	text-decoration:none;
	color:#333;
}
.khakurel #container  .CollapsiblePanelContent a:hover{
	text-decoration:underline;
}
.khakurel #otherVideo .videoContainer{
	float:left;
	padding:5px;
}

.khakurel .small_text{
	font-size:11px;
}.khakurel #container #leftbar h1 {
	font-size:14px;
	margin:0;
	padding:0;
}



/* PageNavigation */
#pageNavigationTop
{

	width:450px;
	text-align:center;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
}

#pageNavigation
{
	margin:0;
	padding:0;
	text-align:center;
	
	
}


#pageNavigation ul {
	font-size:12px;
	margin:0;
	padding:0;
	list-style-type: none;
	voice-family: "\"}\"";
	voice-family: inherit;
	
}
#pageNavigation ol {
	margin:0;
	padding:0;
	list-style-type: none;
}
#pageNavigation li {
	display:inline;
	margin:2px;
	padding:4px;
	border:#C5C5C5 solid 1px;
	background:#E8E8E8;
	text-align:center;
	font-family:Tahoma;
	font-size:11px;
	float:left;
	
}
#pageNavigation li a {
	text-decoration:none;
	color:#111111;

}

#pageNavigation li a:hover {
	
	
	text-decoration:none;
	background-color:#232323;
	color:#FFFFFF;

}

#pageNavigation .activePage {
	margin:2px;
	padding:4px;
	text-decoration:none;
	background-color:#9B3200;
	border:#531B00 solid 1px;
	color:#FFFFFF;
	float:left;

}


