/*** Page Layout ****
*<-------------- 960px -----------------
************  topbox (hieght: 20px)********
*<--- 220px--<----- 740px -----------
*  Sidebar      *        Main
*				*
*				*
*<---------- 960px ---------------------
*			Footer (hight: 80px)
* <---------- 960px --------------------
* 			Post Footer
*/


/* CSS Document */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 auto 0 auto;
	border: none;
	color: #666;
	background-color:#e7e7e6;
	background-image:url(images/BACKGROUNDIMAGE.png);
	background-repeat:repeat;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666;
}
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color:#66b4c5;
	line-height: 1pt;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color:#fff;
	line-height:10pt;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color:#;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color:#742128;
	line-height: 1pt;
}

img{
	border-style: none;
}

a:visited {
	color: #666;
	text-decoration: none;
	border:none;
}
a:link {
	color: #666;
	border:none;
	text-decoration: none;

}
a:hover {
	color: #c6f791;
	font-weight: bold;
	text-decoration: none;
	border:none;

}
a:active {
	color:#808080;
	font-weight: bold;
	text-decoration: none;
}
t:visited{
    color: #666;
    text-decoration: none;
    border: none:
}    
t:link{
    color: #45C3FF;
    border:none;
    text-decoration: none;
}
t:hover {
    color: #77F5FF;
    font-weight: bold;
    text-decoration: none;
    border: none;
}
t:active {
    color: #808080;
    font-weight: bold;
    text-decoration: none;
} 
    

/************** Page Styles ***********/
#wrapper {
	width: 945px;
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 0px;
}

#topbox {
	background: #89c847;
	padding-right: 15px; 
	text-align: right;
}

/********** Sidebar Styles **********/
#sidebar {
	background: white;
	padding-top:8px;
}
#sidebarContent {
	padding: 5px;
}

/********** Main Part Styles ********/
#main {
	background: white;
	padding: 8px 0 10px 0;
	width: 647px;
}
#paypal {
	background: #ebe8e8;
	padding:10px 0 10px 10px;
	width: 200px;
}

/********** Footer Styles **********/
#footer {
	background: white;
	padding: 10px 0 10px 0;
}
#footerContent {
	background: #89c847;
	height: 70px;
	width: 940px;
}
#ads {
	float: left;
	padding: 12px 0 0 10px;
}
#contact {
	width:330px;
	float: right;
	text-align: left;
	padding: 5px 0 0 10px;

}

/****** Homepage Picture ************/

