/*   ==========================================
	Theme Name: Flower Fall
	Author: Palurien
	http://www.wing-heart.org/
     ========================================== */

/* style.css */

/* global */

	body
	{
		background: #ffffff;
	}


/* classes & ids */

	.center
	{
		text-align: center;
	}
	
	#main
	{
		position: relative;
		overflow: hidden;
		margin: 50px auto 50px auto;
		width: 50%;
		font-family: arial;
		font-size: 11px;
		color: #a2adbf;
		text-align: justify;
	}
	
	#main a
	{
		color: #ab91c5;
		text-decoration: none;
	}
	
	#main a:hover
	{
		color: #cecef7;
	}
	
	#main h1
	{
		font-weight: normal;
		font-family: times;
		font-size: 22px;
		text-transform: uppercase;
		color: #d9d9fe;
		letter-spacing: -1px;
		margin-top: 20px;
		margin-bottom: -10px;
	}
	
	.caps
	{
		text-transform: uppercase;
		color: #b2bed1;
		font-family: verdana;
		font-size: 10px;
	}