	body
	{
		padding: 0;
		margin: 0;
		background-color: #666;
		color: #000;
	}
	table {
		border-collapse: collapse;
	}
	#contents2	
	{
		width: 727;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
		//background-color: #FFF;
		color: #000;
	}
	#contents	
	{
		width: 600;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
		background-color: #FFF;
		color: #000;
	}
	hr { width: 75%; }
	img { border: 0px; }
	h1	
	{
		color: #333;
		background-color: transparent;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		text-align: center;
		margin: 0px auto;
	}
	h1#newrepl {
	    padding-top: 150px; /* height of the replacement image */
	    height: 0px;
	    width: 437px;
	    overflow: hidden;
	    background-image: url("images/ac.gif");
	    background-repeat: no-repeat;
	}
	h1#card {
	    padding-top: 500px; /* height of the replacement image */
	    height: 0px;
	    width: 475px;
	    overflow: hidden;
	    background-image: url("images/card.jpg");
	    background-repeat: no-repeat;
	}
	h1#contact {
	    padding-top: 150px; /* height of the replacement image */
	    height: 0px;
	    width: 348px;
	    overflow: hidden;
	    background-image: url("images/contact.png");
	    background-repeat: no-repeat;
	}
	h2	
	{
		color: #333;
		background-color: transparent;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
	}
	
	p	
	{
		color: #333;
		background-color: transparent;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.8em;
	}
	
	.code
	{
		color: #339;
		background-color: transparent;
		font-family: times, serif;
		font-size: 0.9em;
		padding-left: 40px;
	}
	#flickr
	{
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: 15%;
		margin-right: 15%;
		padding: 10px;
		background-color: white;
	}
	#flickra
	{
	}
	.center
	{
		display: block;
		margin-left: auto;
		margin-right: auto;
		border-width: 0;
	}
	#copyright { 
		font-size: 10px;
		text-align: center;
		color: gray;
	}

