a:link {color:#660033;}

a:visited {color:#660033;}

a:hover {color:#FF99CC;}

a:active {color:#FF99CC;}


/* Header tags */
	#contents h1 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 14pt;
	color: #660033;
	margin: 15px 0px 5px 10px;
	}

	#contents h2 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 10pt;
	color: #000000;
	margin: 20px 0px 0px 10px;
	}	

	#friends h3 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 12pt;
	color: #000000;
	margin: 5px 0px 0px 5px;
	}

/* Paragraph tags */
	#contents p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	margin: 5px 10px 10px 10px;
	}

	#navigation p {
	text-align: center; 
	font-family: Georgia, Times New Roman, serif; 
	font-weight: bold; 
	font-size: 12px; 
	margin: 7px 0px 5px 20px;	
	}

	#friends p { 
	font-size: 10px;
	text-align: left;
	margin: 5px 5px 0px 5px;
	}

	#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: center;
	margin: 5px 0px 5px 0px;
	color: #660033;		
	}

/* Img tags */

	#header .logo {
	position:relative;
	top: 5px;
	left: 0px;
	margin: -5px 0px 0px 0px;	
	border: none;
	}

	.pic {
	float: left; 
	border: 1px solid #993366;
	margin: 10px 10px 5px 20px;	
	}
	
	.product-image {
	float: left;
	margin: 10px 20px 20px 0px;
	}

	#container .cut {
	position:relative;
	bottom: 2px;
	right: 2px;
	margin: 0px 0px 0px 0px;	
	border: none;
	}

	#contents .bottom-cut {
	position:relative;
	top: 6px;
	left: 467px;
	margin: 0px 0px 0px 0px;	
	border: none;
	}

	#container .top-cover {
	position:relative;
	top: 5px;
	left: 0px;
	margin: 0px 0px 0px 0px;	
	border: none;
	}

	#container .bottom-cover {
	position:relative;
	bottom: 0px;
	right: 0px;
	margin: 0px 0px 0px 0px;	
	border: none;
	}

/* list tags */
	ul {
	margin: 0px 0px 20px 40px;
	}

	li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	margin: 0px 100px 5px 0px;	
	}
	
/* ======================================= */
/* Layout style 			   */
/* ======================================= */
	
	body {
		margin: 0;
		padding: 0;
		text-align: center;
		color: #000000;
		background-color: #FFFFCC;
	}
	
	#container {
		margin: 0px auto;
		width: 700px;
		text-align: center;
		background-color: #FF99CC;
		border: 1px solid #000000;
		border-top: 0px solid #000000;
		border-bottom: 1px solid #000000;
	}

	#header {
		width: 700px;
		height: 100px;
		text-align: center;
		background-color: #FF99CC;
		border-top: 1px solid #000000;
		border-bottom: 1px solid #000000;
		
	}

	#navigation {
		float: left; 
		width: 700px; 
		height: 30px; 
		border-bottom: 1px solid #000000; 
		background-color: #FFFFFF;
	}

	#contents {
		float: left;
		margin: 10px 0px 10px 0px;
		width: 700px;
		text-align: left;
		background-color: #FFFFFF;
		border-top: 1px solid #000000;
		border-bottom: 1px solid #000000;
	}
	
	#auctionad {
		text-align: center;
		
	}

	#bottom {
		width: 700px;
		text-align: left;
		background-color: #FF99CC;
		border-top: 1px solid #000000;
	}

	#footer {
		text-align: center;
	}