* {
	padding:0;
	margin:0;
	border:0;
}

html, body {
	height:100%;
}

#master {
	vertical-align: bottom;
	height: 100%;
	margin: 0 auto;
}


body {
	background: url(res/loop.png) #222222 repeat;
	font-family:arial;
	color:#a0a0a0;
}

#wallpaper
{
	background: url(res/loop.png) #222222 repeat;
	width:100%;
	height:100%;
	z-index:1;
}

#menu {
	display:block;
	width:210px;
	left:0px;
	top:120px;
	text-align:right;
	margin:0 0 0 12px;
	
}

li {
	font-size:16px;
	list-style-type:none;
	margin:8px 0 0 0;
}

.line {
	line-height:1px;
	background:#666666;
	font-size:1px;
	height:1px;
}

#photo {
	padding:0 0 0 15px;
	z-index:3;
}



.active_section  {
	font-weight:bold;
	color:#ffffff;
	line-height:19px;
}

.inactive_section  {
	color:#999999;
	text-decoration:none;
}

#mail {
	color:#cccccc;
	text-decoration:none;
}

.links {
	color:#aaaaaa;
	text-decoration:none;
}

a:hover , #mail:hover {
	color:#e0e0e0;
	text-decoration:none;
}

a:active, a:focus {
	outline: 0;
}

#picture {
	border:0px solid;
}


#presentation
{
	position:absolute;
	z-index:-1;
}

.info {
	width:550px;
	font-size:15px;
	color:#999999;
	text-align:justify;
	margin:5px 0 0 0;
}


img { behavior: url('http://www.rajaneeshdwivedi.com/iepngfix.htc'); }
#tr, #mr, #br, #bm, #bl {
	position:absolute;
	height:50px;
	width:50px;
	left:-50px;
	z-index:5;
	behavior: url('http://www.rajaneeshdwivedi.com/iepngfix.htc');
}

#tr { background:url("res/sh/tr.png") no-repeat; }
#mr { background:url("res/sh/mr.png") repeat-y}
#br { background:url("res/sh/br.png") no-repeat; }
#bm { background:url("res/sh/bm.png") repeat-x; }
#bl { background:url("res/sh/bl.png") no-repeat; }


#bannercell {
	width:300px;
	vertical-align:top;
}


h1 , h5{
	font-size:26px;
	font-weight:normal;
	line-height:40px;
	text-align:center;
	color:#f0f0f0;
}

h2, h6 {
	font-size:16px;
	font-weight:bold;
	line-height:24px;
	color:#dddddd;
}

#picker {
	padding:0 0 8px 0px;
	margin:0 0 0 13px;
	position:relative;
	height:0px;
}

#pickerlink {
	font-size:10px;
	width:3px;
	height:3px;
}


.square {
	background:url('res/dot.png') no-repeat;
	position:absolute;
	height:3px;
	width:3px;
	font-size:2px;
}

.square:hover{
	background:url('res/brightdot.png') no-repeat;
}


a {
	text-decoration:none;
}

td.left {
text-align:left;
}

td.middle {
text-align:center;
}

td.right {
text-align:right;
}

#links_table {
	width:100%;
	margin-left:-3px;
}