/*reset*/

*{
padding: 0;
margin: 0;
}

#wrapper		{
		width: 350px;
		margin-top: 30px;
		margin-left: 40px;
		align: center;
		}

#leftnavigation	{
		width: 350px;
		}



#welcomeheader	{
		width: 350px;
		padding-top: 15px;
		padding-bottom: 25px;
		font-family: Georgia;
		font-size: 21px;
		text-decoration: none;
		color: brown;
		}

#institute		{
		width: 350px;
		height: 30px;
		}

#tifrlogo		{
		background: url('images/tifrlogo.png') no-repeat;
		float: left;
		width: 350px;
		height: 30px;
		}

#separator	{
		width: 350px;
		height: 6px;
		background-color: orange;
		}


#mainlogo	{
		width: 350px;
		height: 100px;
		}


#logo		{
		float: left;
		background: url('images/logo.gif') no-repeat;
		width: 103px;
		height: 100px;
		}

#highlightsection	{
		width: 350px;
		height: 175px;
		}


#highlights1	{
		width: 175px;
		height: 175px; 
		background: url('images/flyer110x110.png') no-repeat;
		}

#highlights2	{
		width: 175px;
		height: 175px; 
		background: url('images/web110x110.png') no-repeat;
		}

#navlist		{
		list-style-type: none;
		}

#abouttree	{
		width: 150px;
		height: 150px; 
		background: url('images/abouttree.png') no-repeat;
		}
#resources	{
		width: 150px;
		height: 150px; 
		background: url('images/resources.jpg') no-repeat;
		}

		

#content		{
		width: 350px;
		}

.textcontent	{
		font-family: Arial, Verdana, Sans-Serif;
		font-size: 12px;
		text-align: justify;
		line-height: 140%;
		}

#navlist li a	{
		display: block;
		padding-top: 3px;
		padding-bottom: 3px;
		font-family: Verdana, Arial, Sans-Serif;
		font-size: 11px;
		text-decoration: none;
		color: black;
		}


#navlist li a:hover	{
		display: block;
		background-color: #FFDB58;
		color: black;
		}

#navlist li a:link	{
		display: block;
		color: black;
		}


#navlist li a:current	{
		display: block;
		color: black;
		background-color: #FFDB58;
		}


h3		{
		margin-top: 220px;
		font-family: Georgia;
		font-size: 16px;
		}

h4		{
		margin-top: 40px;
		margin-left: 20px;
		font-family: Verdana, Calibri, Sans-serif;
		font-weight: bold;
		font-size: 35px;
		color: #614051;
		}

h5		{
		font-family: Verdana, Calibri, Sans-serif;
		font-weight: bold;
		font-size: 15px;
		color: orange;
		}

h6		{
		font-family: Verdana, Calibri, Sans-serif;
		font-weight: bold;
		font-size: 14px;
		color: green;
		}

.footer		{
		font-family: Verdana, Arial, Sans-Serif;
		font-size: 10px;
		}
