/*reset*/

*{
padding: 0;
margin: 0;
}

#wrapper		{
		width: 350px;
		margin-top: 30px;
		margin-left: 40px;
		}

#leftnavigation	{
		width: 350px;
		}



#welcomeheader	{
		width: 350px;
		padding-top: 8px;
		padding-bottom: 13px;
		font-family: Georgia;
		font-size: 21px;
		text-decoration: none;
		color: orange;
		}

#storytitles	{
		width: 350px;
		padding-top: 8px;
		padding-bottom: 10px;
		font-family: Georgia;
		font-size: 18px;
		text-decoration: none;
		color: green;
		}





#tifrlogo		{
		width: 350px;
		height: 30px;
		background: url('images/tifrlogo.png') no-repeat;
		}

#separator	{
		width: 350px;
		height: 3px;
		background-color: orange;
		}

#separator2	{
		width: 350px;
		height: 1px;
		background-color: green;
		}


#mainlogo	{
		width: 350px;
		height: 100px;
		}


#logo		{
		float: left;
		background: url('images/logo.gif') no-repeat;
		width: 103px;
		height: 100px;
		}

#highlights1	{
		width: 350px;
		height: 125px; 
		}

#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/cards110x110.png') no-repeat;
		margin: 0 0 0 5px;
		float: left;
		width: 110px;
		height: 110px;
		}


#navlist		{
		list-style-type: none;
		}

#content		{
		width: 350px;
		}

.textcontent	{
		font-family: Arial, Verdana, Sans-Serif;
		font-size: 13px;
		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;
		}