@charset "utf-8";
/* CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #353535;
	background-image: url(http://www.asbmb.org/_design/css/../images/dev/pageBg.gif);
}

#wrapper
	{
	text-align: center;
	 margin: 0 auto;
	}
	
#nobel_box
	{
		text-align: left;
		 width: 650px;
		  border: dotted #353535 1px;
		   padding-left: 15px;
		    padding-top: 15px;
			 height: 500px;
			  padding-right: 10px;
			   background-color: #ffffff;
			}
#nobel_image
		{
		margin-right: 10px;
		 width: 250px;
		  height: 325px;
		   float: left;
		}
		
a:link {
	color: #5589AE;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #5589AE;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #5589AE;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #CC6699;
	font-weight: bold;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}

img	{
	border: 0px;
	}
	
