body { 
	background-color: #282828; 
	background-image: url(images/backgrounds/bg9.png);
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 20px;
	padding: 0px;
}

#bgtop {
	z-index: -1;
	height: 400px;
	width: 100%;
	top: 0px;
	position: absolute;
	background-repeat: repeat-x;
	background-image: url(images/bgtop10.png);
}

#logo {
	padding: 0px;
	margin: 10px;
	float: left;
}

#biglogo {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-top: 0px;
	margin: 0px;
	float: left;
}

#overviewthumb {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-top: 0px;
	margin: 0px;
	float: left;
}

#jusitfy { text-align: justify; }

#tagline {
	padding-left: 0;
	padding-bottom: 10px;
	padding-right: 0;
	padding-top: 0;
	margin: 0;
	font-family: "Corsiva Hebrew";
	font-size: 20px;
	font-style: italic;
	text-align: right;
	width: 100%;
}

#bottomshadow {
	padding: 0px;
	margin: 0px;
	height: 8px;
	background-image: url(images/bottomshadowslim.png);
	background-repeat: repeat-x;
}

#topshadow {
	padding: 0px;
	margin: 0px; 
	height: 8px;
	background-image: url(images/topshadowslim.png);
	background-repeat: repeat-x;
}

h3 {
	padding: 0px;
	color: #9e0501;
	text-shadow: 2px 2px 2px gray;
	margin: 0px;
	font-size: 45px;
	font-style: normal;
	font-weight: normal;
	font-family: "Copperplate Gothic Bold";
}

h5 {
	padding: 0px;
	color: #9e0501;
	text-shadow: 2px 2px 2px gray;
	margin: 0px;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	font-family: "Copperplate Gothic Bold";
}

h4 {
	margin: 0px;
	padding: 0px;
	color: gray;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-family: "Copperplate Gothic Light";
}

#menu {
	margin: 0px;
	padding: 0px;
	height: 34px;
	font: 20px "Gurmukhi MT", Garamond;
	width: 100%;
	list-style-type: none;
	background: #b6b4bd;
}

#center {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 13%;
}

#menu ul{
	margin: 0;
	padding: 0;
}

#menuitems li {
	margin: 0px;
	text-shadow: 1px 1px #454545;
	float: left;
	padding: 0px;
	width: auto;
	height: 100%;
	display: block;
}

#menuitems li a, #menuitems li a:link {
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-top: 6px;
	color: white;
	text-decoration: none;
	display: block;
	height: 26px;
}

#menuitems li a:hover {
	cursor: pointer;
	background: #626262;
}

#menuitems li a#current, #menuitems li a#current:link {
	color: white;
	cursor: default;
	background: #626262;
}

#menuitems li a#current:hover {
	cursor: pointer;
}

#header {
	border-top-style: double;
	border-left-style: double;
	border-bottom-style: none;
	border-right-style: double;
	border-width: 5px;
/* 	border-color: #b0b0b0; */
	border-color: #9e0501;
	padding: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	z-index: -1;
	background-color: white;
	position: relative;
	top: 8px;
}

#wrapper {
	font-size: 20px;
	font-family: "Gurmukhi MT", Garamond;
	padding: 20px;
	border-top-style: none;
	border-left-style: double;
	border-bottom-style: double;
	border-right-style: double;
	border-width: 5px;
	border-color: #9e0501;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background-color: white;
	position: relative;
	top:-8px;
}

#hidden {
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-top: 0px;
	border-top-style: none;
	border-left-style: double;
	border-bottom-style: none;
	border-right-style: double;
	border-width: 5px;
	border-color: #9e0501;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	z-index: -1;
	background-color: white;
	position: relative;
	top:-8px;
	height: 10px;
}

#credits {
	font-size: 14px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
	padding-top: 0px;
	width: 800px;
	margin-left: auto;
	margin-right: auto; 
	text-align: right;
	color: #b6b2ba;
}

#credits a { 
	font-style: normal;
	font-weight: normal;
	color: #ee514b;
	text-decoration: none;
}

.largefont {
	font-size: 16px;
}

img {
	border: none;
}