/*
FinanceWithAFP.com/quilting
*/

body {
		background: url('../gfx/background.gif') repeat;
		background-color: #FFF;
		margin: auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
#contents	{
				background: url('./gfx/page-bg.png') no-repeat top left;
				width: 903px;
				margin: auto;
				height: 1280px;
				overflow: hidden;
				position: relative;
			}
			

#contents .text	{
					font-family: Arial, Verdana, sans-serif;
					font-size: 12px;
					color: #000;
				}
#contents .text p	{
						line-height: 20px;
					}



#contents .blockone	{
						position: absolute;
						top: 305px;
						left: 45px;
						width: 515px;
					}
#contents .blocktwo	{
						position: absolute;
						top: 930px;
						left: 45px;
						width: 325px;
					}
#contents .blockthree	{
							position: absolute;
							top: 300px;
							left: 640px;
							width: 220px;
						}
#contents .blockfour	{
							position: absolute;
							top: 20px;
							left: 20px;
							width: 100px;
						}
		#contents .blockfour a { color: #FFF; }
		#contents .blockfour a:hover { color: #dcdcdc; }
						
#contents .footer	{
						position: absolute;
						bottom: 40px;
						width: 900px;
						margin: auto;
						text-align: center;
						line-height: 20px;
						font-size: 14px;
					}
	#contents .footer span.red	{ color: #790000; font-weight: bold; }
					
a	{
		color: #790000;
		text-decoration: underline;
	}
a:hover	{
			color: red;
		}
		
a img	{ border: 0px; }
img	{ border: 0px; }