/* CSS Document */

body
{
	
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	background-color:#D4CAAA;
	
}

.headerbg
{
	background-image:url(../images/headerbg.jpg);
	background-repeat:repeat-x;
	height: 396px;
	}
	
	
	.textyellow
	{
	font-family: Verdana;
	font-size: 18px;
	color:#F8C419;
	}
	
	.whitetext
	{
	font-family: Verdana;
	font-size:18px;
	color:#FFFFFF;
	}

	.contentbg1
	{
	background-image:url(../images/content1bg.jpg);
	background-repeat:no-repeat;
	width: 290px;
	height: 209px;
	}
	
	.contentbg2
	{
	background-image:url(../images/content2bg.jpg);
	background-repeat:no-repeat;
	width: 290px;
	height: 209px;
	}
	
	.contentbg3
	{
	background-image:url(../images/content3bg.jpg);
	background-repeat:no-repeat;
	width: 290px;
	height: 209px;
	}
	
	.textred
	{
	font-family:Tahoma;
	font-size:18px;
	color:#AF0704;
	}
	
	.textblack
	{
	font-family:Tahoma;
	font-size:14px;
	color:#000000;
	}
	
	h4
	{
	font-family:Tahoma;
	color:#FF0000;
	}
	
	.contenttext
	{
	font-family:Tahoma;
	font-size:14px;
	color:#4D4D4D;
	}
	
	.paypalbg
	{
	background-image:url(../images/paylapbg.jpg);
	background-repeat:no-repeat;
	width: 410px;
	height: 240px;
	}
	
	
	.textfooter
	{
	font-family:Verdana;
	font-size:11px;
	color: #FFFFFF;
	}
	
	a
	{
	font-family:Verdana;
	font-size: 11px;
	color:#FFFFFF;
	text-decoration:none;
	}
	
	a@hover
	{
	font-family:Verdana;
	font-size: 11px;
	color:#FFFFFF;
	text-decoration:underline;
	}
