
#content_div {
background: #7a1678;
color: #fff;
padding: 0px;
}

h4 {
color: #fab529;
padding-left: 20px;
padding-top: 15px;
}

#home_left {
width: 274px;
background: #7a1678;
float: left;
}

#home_left p {
width: 237px;
padding-left: 20px;
padding-top: 10px;
} 
 
#home_image {
float: right;
}

#home_image img { 
border-right: solid 3px #fff;
border-bottom: solid 3px #fff;
border-left: solid 3px #fff; 
} 

#discount {
color: #fab529;  
font-weight: bold;
margin: 20px 0px 0px 20px;
}

#signup {
float: right;
margin: 25px 190px 20px 20px; 
} 

#programs { 
background: url(images/greenbg.jpg) repeat;
border-top: solid 3px #fff;
padding: 20px;
}

#programtitle {
background: url(images/programtitle.png) no-repeat;
width: 316px;
height: 25px;  
}

.programsbtns {
float: left;
height: 35px;
margin-right: 55px;
margin-top: 20px;
display: block;  
background-position: top;
}

.programsbtns:hover {
background-position: bottom;  
}

.pro1 {
background: url(images/program1.png) no-repeat;
width: 177px;
}
 
.pro2 {
background: url(images/program2.png) no-repeat;
width: 226px;
}

.pro3 {
background: url(images/program3.png) no-repeat;
width: 177px;
}

.pro4 {
background: url(images/program4.png) no-repeat;
width: 176px;
margin-right: 0px;
}

#emailform {
margin-left: 20px; 
margin-bottom: 20px;
}

.emailtextinput {
width: 214px;
height:20px;

border: solid 1px #dfdfdf;
}

#emailform label {
display: block;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
}

.email_submit {
margin-top: 10px;
height: 24px;
width:60px;
background: #e4820e;
border: 0px;
color: #fff;
cursor: pointer;
font-weight: bold;
}

#fail {
	color: red; 
	background: white; 
	padding: 5px; 
	display: block; 
	font-weight: bold; 
	border: 2px #FF0000 solid; 
	margin-left: 20px; 
	margin-right: 20px;
}
