body {
	margin-top: 20px;
	padding: 0;
	background: #99FFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #0000cc;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	font-size: 18px;
}

a:link {
	color: #0000FF;
}

a:hover{
	text-decoration: underline;
	color: #0000FF;
}

a:active {
	text-decoration: none;
	color: #0000FF;
}

a:visited {
	color: #0000FF;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

img.sidebar {
	float: right;
	margin: 10px 15px;
	border: 1px solid #000;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
}
	

/* menu */

#menu {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	background-image: url(images/img02.gif);
	color: #0000FF;
	background-repeat: no-repeat;
}

/* nav */

#nav {
	float: left;
	height: 50px;
	background-color: #FFFF00;
	position: relative;
	left:200px;
}

#nav ul {
	margin: 0;
	padding: 0px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#nav li {
	display: block;
	float: left;
}

#nav a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 12px 20px;
	letter-spacing: -.5px;
	text-decoration: none;
	text-transform: uppercase;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-weight:bold;
}

#nav a:hover { 
	text-decoration: underline; 
	color: #0000FF;
}

#nav .current_page_item a {
	color: #FFFFFF;
}

/** LOGO */

#header {
	width: 1000px;
	height: 200px;
	margin: 0 auto;
	padding: 0px 0 0px 0;
	background: url(images/britishrajheader.gif) no-repeat left top;
}

#logo { width: 90px; height: 90px; margin: 0 auto;  background: url(images/established.gif) no-repeat left top; position: relative; left: 430px; top: 107px; }

#logo p  { text-align:center; text-decoration: none; color: #FFF; font-size:13px; padding: 10px 9px; }
#estd { width: 120px; height: 120px; margin: 0 auto;  background: url(images/estd.gif) no-repeat left top; position: relative; left: 310px; top: -900px; }
#estd p  { text-align:center; text-decoration: none; color: #FF6633; font-size:18px; padding: 25px 9px; font-weight: bold; }





/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	background: url(images/content_bg_opaque.jpg);

}

/* Content */

#content {
	float: left;
	width: 790px;
}

#whole {
	float: left;
	width: 1000px;
}

/* Post */

.post {
	padding: 15px 15px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.post h1 {
}

.post h2 {
	height: 32px;
	padding: 8px 0 0 15px;
	background: url(images/img09.jpg) no-repeat left top;
	font-size: 18px;
	color: #DADADA;
}

.post .entry {
	padding: 0 15px;
}
.small_print { font-size: 14px; }

}

/* Sidebar */

#sidebar {
	float: left;
	width: 150px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
	padding: 0 15px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(images/img08.jpg) no-repeat left 50%;
}

#sidebar h2 {
	height: 32px;
	padding: 8px 0 0 15px;
	margin-bottom: 10px;
	background: url(images/img07.jpg) no-repeat left top;
	font-size: 18px;
	color: #DADADA;
}




/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer-wrap {
	width: 1000px;
	height: 64px;
	margin: 0 auto;
	background: url(images/img04.jpg) no-repeat left top;
}

#footer {
	margin: 0 auto;
	height: 64px;
	min-height: 64px;
	padding: 0;
}

html>body #footer {
	height: auto;
}

#footer p {
}

#footer-text {
	clear: both;
	padding-top: 0px;
	text-align: center;
	font-size: 14px;
	color: #0000FF;
}

#footer-text a {
	text decoration: none;
	font-size: 14px;
	color: #0000FF;
}

.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1px;
}

