body {
	background: url(images/bg2.jpg) center repeat-y #fff;
	margin: 0px;
	padding: 0px;
	}

body, th, td, p, li, ul {
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 12px; 
	color: #000; 
	}

h1 {
	font-size: 16px;
	color: #ac499b;	
	}

h2 {
	font-size: 14px;
	color: #ac499b;
	}

a:link {
	font-weight: normal; 
	text-decoration: underline; 
	color: #ac499b;
	} 	
a:visited {
	font-weight: normal; 
	text-decoration: underline; 
	color: #ac499b;
	}	
a:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #576d01; 
	}	

.small {
	font-size: 10px;
	color: #5c2e5a;
	}
	
.small2 {
	font-size: 11px;	
	}
	
.green {
	color: #576d01
	}
	
.imageFloat {
	float: right;
	padding-left: 20px;
	}
	
.imageFloat2 {
	float: left;
	padding-right: 20px;
	}

.style1 {color: #FF0000}

.delicious {
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	font-weight: bold;
	}
	
.subBG {
	background: url(images/veggies2.jpg) top no-repeat #fff;
	}
	

.field {
	border: 1px solid #ac499b;
	background-color: #fff;
	}
	
.button {
	background-color: #ac499b;
	border: 0px;
	font-weight: bold;
	color: #fff;
	font-size: 13px;
	}

#container {
	width: 100%;
	height: 700px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	border: 0px;
	background: url(images/bg.jpg) top repeat-x;
	}
	
#flashcontent {	
	width: 680px;
	height: 360px;		
	}
	
#SignUp {
	width: 350px;
	border: 1px dashed #ac499b;
	padding: 5px;
	background-color: #E3E5CA;
	}