/* Devindra.org CSS Style Sheet */
/* Created 1.18.06 - Devindra */

/* Base elements */

body {background: #fff;
	  }

p	{font: 12pt "Trebuchet MS", Verdana;
	 width:400;
	 }

h1	{font: bold 20pt "Trebuchet MS", Verdana}

h3	{font: italic 16pt "Trebuchet MS", Verdana;
	 letter-spacing: normal 1px;
	 color:#CCCCCC;
	  }

a {text-decoration:none}	 
a:link {color:#0066FF}
a:visited {color:#3300CC}
a:active {color:#0000FF}
a:hover {text-decoration:underline}
	 
.text {font: 12pt "Trebuchet MS", Verdana}


/*--------------------------------------*/
/* Position Classes */

.index-header {
	position:absolute;
	width:499px;
	margin-left:50;
	margin-top:50;
	left: 296px;
	top: 19px;
	visibility: visible;
	height: 50px;
	}

.blogs {
	position:absolute;
	width:388px;
	margin-left:50;
	margin-top:50;
	left: 111px;
	top: 158px;
	height: 155px;
}

.social {
	position:absolute;
	width:388px;
	margin-left:50;
	margin-top:50;
	left: 113px;
	top: 280px;
	height: 233px;
}

.projects {
	position:absolute;
	width:388px;
	margin-left:50;
	margin-top:50;
	left: 114px;
	top: 506px;
	height: 142px;
}

.activity {
	position:absolute;
	left: 598px;
	top: 172px;
	width: 372px;
	height: 711px;
}

