/*
------------------------------------------------
(c) 2007 Sandeep Jambhekar. All rights reserved.
------------------------------------------------
http://jambhekar.org
------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	list-style-position: outside;
	list-style-type: square;
}
a {
	text-decoration: none;
	color:#666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#wrapper {
	width: 610px;
	margin: auto;
	background-color: #fff;
	padding: 0;
	position: relative;
}

/* header */

#header {
	/*padding: 94px 0 0 0;*/ /* FOR IE5.5 */
	/*overflow: hidden;*/ /* FOR IE5.5 */
	/*height: 0px !important;*/ /* FOR NON-IE BROWSERS */
	/*height /**//*:94px;*/ /* FOR IE5.5 */
	background-image: url(images/jambhekar.png);
	background-repeat: no-repeat;
	height: 247px;
	margin: auto;
	width: 427px;
}
#header h1 {
	display: none;
}

/* content */

#content {
	border-top: groove 5px #000;
	width: 427px;
	margin: auto;
}

/* footer */

#footer {
	width: 427px;
	margin: auto;
	padding: 7px 0 7px 0;
	border-top: groove 5px #000;
	text-align: center;
}

/*
------------------------------------------------
(c) 2007 Sandeep Jambhekar. All rights reserved.
------------------------------------------------
http://jambhekar.org
------------------------------------------------
*/