body
{
	background-color: #000;
	font-family: Helvetica, Arial, Sans, sans-serif;
	border: 0;
	margin: 0;
}

a
{
	text-decoration: none;
}

h1
{
	font-size: 1em;
	color: #000;
	font-weight: bold;
}

h2
{
	font-size: .875em;
	color: #000;
	font-weight: bold;
}

img
{
	border: 0;
}

table
{
	width: 480px;	
}

/* ids */

	#ban
	{
		background: url('resources/images/siteimg/banner.png') no-repeat;
		width: 100%;
		height: 40px;	
	}

	#container
	{
		margin: 2% auto 0;
		width: 500px;
	}

	#content
	{
		background-color: #fff;
		width: 480px;
		padding: 10px;
	}
	
		#content_store
		{
			background-color: #fff;
			width: 480px;
			padding: 10px;
			border-top: solid 2px #000;
			border-bottom: solid 2px #000;
		}

	#disclaimer
	{
		font-size: .625em;
		color: #fff;
		text-align: center;
	}
	
		#disclaimer a
		{
			color: #39f;
		}
	
	#footer
	{
		background: url('resources/images/siteimg/footer.png') no-repeat;
		width: 100%;
		height: 40px;
		font-size: 1em;
		font-weight: bold;
		text-align: center;
	}

		
	#nav
	{
		font-size: .75em;
		color: #000;
		text-align: center;	
	}
	
		#nav a
		{
			color: #000;
		}
	
		#nav a:hover
		{
			color: #333;
		}
	
		#nav .grey
		{
			color: #333;
		}
		
	#product
	{
		width: 100%;
		text-align: center;	
	}
	
		#product p
		{
			font-size: .75em;
			color: #000;	
		}

	#sn
	{
		text-align: center;
	}

		#sn img
		{
			border: 0;
			margin: 10px;
		}
		
	#stamp
	{
		text-align: center;
		margin-bottom: 40px;
	}
		
	#store
	{
		width: 100%;
		margin: 20px 0 60px;
		text-align: center;
	}