@charset "utf-8";

/**************************************** general ****************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	background-color: #FFFFFF;
	background-repeat: repeat;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	
	
	
}

/**************************************** layout all *************************************/

#wrap{
	width:800px;
	}
	
	#home{
	margin-top: 5px;
	position:absolute;
	margin-left: 20px;
	height: 10px;
	width: 807px;
	left: 14px;
	top: 0px;
	}
		
	
#banner{
	margin-top: 10px;
	position:absolute;
	margin-left: 20px;
	height: 180px;
	width: 807px;	
	}


	
	
	
#ad{
	top: 220px;
	position:absolute;
	margin-left: 20px;
	height: 250px;
	width: 807px;	
	}
	
	#howto{
	top: 220px;
	position:absolute;
	margin-left: 20px;
	height: 580px;
	width: 807px;	
	}
	
	#sf{
	top: 220px;
	position:absolute;
	margin-left: 20px;
	height: 800px;
	width: 807px;
	}
	
	
		#individual{
	top: 230px;
	position:absolute;
	margin-left: 130px;
	height: 420px;
	width: 650px;
	}
	
	
#stamps2{
	top: 780px;
	position:absolute;
	margin-left: 20px;
	height: 132px;
	width: 807px;	
	}	

#stamps{
	top: 490px;
	position:absolute;
	margin-left: 20px;
	height: 132px;
	width: 807px;	
	}
	
#main{
	top: -8px;
	position:absolute;
	margin-left: 180px;
	height: 500px;
	width: 700px;
	left: 50px;
}
#header {
	width: 686px;
	position: relative;
	margin-right: 12px;
	margin-bottom: 4px;
	margin-left: 10px;
}
#header2 {
	width: 686px;
	position: absolute;
	top: 30px;
	left: 160px;
	
}


#content {
	height:19px;
	width:480px;
	margin-top: 4px;
	margin-left: 195px;
}
/**************************************** fade javacsript *************************************/


#fade{
	top: 220px;
	position:absolute;
	margin-left: 20px;
	height: 600px;
	width: 807px;	
	}
	
	#topad{
	top: 850px;
	position:absolute;
	margin-left: 20px;
	height: 250px;
	width: 807px;	
	}
	
	#copy{
	top: 690px;
	position:absolute;
	margin-left: 100px;
	height: 10px;
	width: 650px;	
	}
	
	#stamps3{
	top: 1100px;
	position:absolute;
	margin-left: 20px;
	height: 132px;
	width: 807px;	
	}
	
#imageContainer {
	top: 220px;
	position:absolute;
	margin-left: 100px;
	height: 460px;
	width: 650px;	
	}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}

	

/**************************************** links ****************************************/
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color:  #999999;
	text-decoration: none;
}
a:hover {
	color: #cccccc;
	text-decoration: none;
}
a:active {
	color: #cccccc;
	text-decoration: none;
}

