/*reset*/

*{
padding: 0;
margin: 0;
}

#wrapper		{
		width: 350px;
		margin-top: 30px;
		margin-left: 40px;
		}

#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;
		}

#highlights1	{
		width: 350px;
		height: 240px;
		}

#showphoto1	{
		background: url('images/readnow.gif') no-repeat;
		float: left;
		width: 110px;
		height: 110px;
		}

#showphoto2	{
		background: url('images/web110x110.png') no-repeat;
		margin: 0 0 0 5px;
		float: left;
		width: 110px;
		height: 110px;
		}

#showphoto3	{
		background: url('images/feedback.png') no-repeat;
		margin: 0 0 0 5px;
		float: left;
		width: 110px;
		height: 110px;
		}

#showphoto4	{
		background: url('images/3-168x110.png') no-repeat;
		margin: 0 0 5px 0;
		float: left;
		width: 167.5px;
		height: 110px;
		background-color: green;
		}

#showphoto5	{
		background: url('images/cards168x110.gif') no-repeat;
		margin: 0 0 5px 5px;
		float: left;
		width: 167.5px;
		height: 110px;
		background-color: green;
		}

#navlist		{
		list-style-type: none;
		}

#content		{
		width: 350px;
		}

.textcontent	{
		font-family: Arial, Verdana, Sans-Serif;
		font-size: 12px;
		text-align: justify;
		line-height: 140%;
		}

#footer		{
		width: 350px;
		}

.footer		{
		font-family: Verdana, Arial, Sans-Serif;
		font-size: 10px;
		}

#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;
		}