body {
	margin: 0;
	padding: 0;
	background: #000000 url(../images/bg.jpg) repeat top left;
	text-align: justify;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ccc; /* #7F7772; */
}

form {
	margin: 0;
	padding: 0;
}

input[type='text'] {
	padding: 5px;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #cccccc;
	border: 1px solid #ccc;
	border-radius: 5px;
}

 textarea {
	padding: 5px;
	width: 370px;
	height: 150px;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #cccccc;
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: auto;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #AAFF00;
}

h1 {
	font-size: 2.6em;
	height: 60px;
	font-weight: bold;
}

h2 {
	font-size: 2em;
	height: 40px;
	font-weight: bold;
}

h3 {
	margin-bottom: 0.6em;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 20px;
}

p, ol, ul {
	margin: 0 0 2em 0;
	line-height: 200%;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: #AAFF00;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 8px 20px 0px 0px;
	border: 2px solid #434343; 
}

#main td {
	width: 150px;
	text-align: center;
}

#main tr {
	height: 150px;
}

#contact td {
	padding: 5px;
}

#social {
	position: fixed;
	top: 80px;
	left: 360px;
	height: 100px;
	width: 250px;
	border: 1px solid #ccc;
	display: none;
	padding: 20px;
	border-radius: 10px;
	background: #000000 url(../images/bg.jpg) repeat top left;
	z-index: 1000;
}

/* Header */

#wrapper {
/*	background: url(images/img14.jpg) no-repeat center top; */
	min-width: 1124px;
}

#header {
	width: 95%;
	margin: 0px 30px 0px 30px;
	position: relative;
	height: 85px;
}

#intro {
	width: 95%;
	line-height: 25px;
	position: relative;
}

#content {
	width: 95%;
	margin: 0px 30px 0px 30px;
	position: relative;
}

#mainimg {
	width: 60%;
	cursor: pointer;
}

#logo {
	width: 100%;
	display: block;
	height: 60px;
	margin: 20px 20px 0px 0px;
}

#links {
	width: 100%;
	display: block;
	text-align: center;	
}

.leftpane {
	width: 49%;
	float: left;
	background: #000000 url(../images/bg.jpg) repeat top left;
	line-height: 25px;
}

.leftpane img{
	padding-top: -20px;
	padding-bottom: 40px;
}

.rightpane {
	width: 49%;
	float: right;
	background: #000000 url(../images/bg.jpg) repeat top left;
	line-height: 25px;
}

.menu {
	width: 63%;
	float: left;
	background: #000000 url(../images/bg.jpg) repeat top left;
	line-height: 25px;
	height: 50px;
	padding: 30px 0px 0px 0px;
}

.menu img {
	width: 105px;
	height: 35px;
	float: left;
}

.logo {
	width: 35%;
	float: right;
	background: #000000 url(../images/bg.jpg) repeat top left;
	line-height: 25px;
}

.clr {
	clear: both;
}

.scrollpane {
	padding: 0px 20px 20px 20px;
	height: 500px;
	overflow: auto;
}

/* Footer */

#footer {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(images/img11.gif) no-repeat;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* Mouse Trail Clock */

.css1{
	position:absolute;top:0px;left:0px;
	width:16px;height:16px;
	font-family:Arial,sans-serif;
	font-size:16px;
	text-align:center;
	font-weight:bold;
}
.css2{
	position:absolute;top:0px;left:0px;
	width:10px;height:10px;
	font-family:Arial,sans-serif;
	font-size:10px;
	text-align:center;
}

/* Kavidhai */

#klist a {
	text-decoration: none;
	color: #ccc;
	cursor: pointer;
}

#klist a:hover {
	text-decoration: none;
	color: #AAFF00;
}

/* Diary */

#kdiary {
	right:30px; 
	position: absolute;
	display: block;
	cursor: pointer;
}

#kadhai {
	right: 150px; 
	top: 10px;
	position: absolute;
	width: 250px;
	padding: 8px;
	border-radius: 10px;
	background-image: url('images/dcom.png');
	z-index: 900;
	color: #fff;
	text-align: left;
	border: 1px solid #ccc;	
}

#kcomment {
	right:30px; 
	top: 100px;
	position: absolute;
	display: none;
	height: 100px;
	width: 300px;
	padding: 8px;
	border-radius: 10px;
	background-image: url('images/dcom.png');
	z-index: 1000;
	cursor: pointer;
	border: 1px solid #ccc;
}

.comleft {
	width:100px;
	float: left;
	position: relative;
	text-align: center;
}

.comright {
	width:65%;
	float: right;
	position: relative;
	color: #fff;
	text-align: left;
}
