@charset "utf-8";
/* CSS Document */


body,.pagebody { margin:0; padding:0;}

body {
	font-family:calibri;
	font-size:16px;
	background-color: #65441c;
	}

html {
height:100% !important;
}

h1 {
font-size:208%;
color: #600;
letter-spacing:.1em;
}

h2{
	color: #000040;
	font-size: 120%;
	margin: 0;
	padding: 0 0 4px;
	font-family: Verdana;
}

h3 {
	color:#930;
	font-size:16px;
}


#wrapwebsite {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:1000px;
	background-color:#FFFFFF;
	background-image:url(images/main_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapheader {
	height:300px;

}

.wrapheader_left {
	height:300px;
	color:#777;
	background-image:url(images/charitra_logo.png);
	background-repeat: no-repeat;
	background-position: 50px;
	width:600px;
	float:left;
}
.wrapheader_right {
	height:300px;
	color:#777;
	background-image:url(images/ghanshyam.png);
	background-repeat: no-repeat;
	background-position: 138px -9px;
	width:400px;
	float:right;
}
#wrapcenter {
clear:left;

margin:0;
}
#wrapfooter, .wrapfooter a:link{
height:44px;
clear:both;
text-align:center;
color:#FC0;

padding:8px 0 4px;
}
.modulecontent {
	vertical-align:top;
/*	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8E8E8;*/
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

.para_head{
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:140%;
	color:#900;
}
.center-info {
	float:left;
	width:1000px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-image: url(images/content_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 489px;
}
.page_data{
	width:800px;
	height:420px;
	margin-bottom:35px;
	margin-left:101px;
	margin-right:1px;
	margin-top:35px;
	padding:0px;
	overflow-y:auto;
}
.page_data_home{
	width:831px;
	height:441px;
	margin-bottom:35px;
	margin-left:90px;
	margin-right:1px;
	margin-top:15px;
	padding:0px;
}
.story_logo{
	float:right;
	margin-top:15px;
	margin-right:60px;
	background-image:url(images/logo_ghsnshyamandstromofevil.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 220px;
	height:65px;
}
div.menu{
	height: 50px;
	background-image: url(images/site_options_line.png);
	background-position:23px 4px;
	font-size: 14px;
	background-repeat: no-repeat;
	float:right;
	width:900px;
}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.15;
	margin-left:60px;
	text-align:center;
	
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */

}

.sf-menu ul li {
	width:			180%;
	max-width: 200px; 	
	
}

.sf-menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	width:125px;
	margin-top:9px;
	
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.3em; /* match top ul list item height */
	z-index:		9999;
}
.sf-menu a.sf-with-ul {
	padding-right: 	1.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}