#main2 LI {
		margin-left: 20px;
	padding-bottom: 5px;
	font-size: 1.3em;
}

#wrapper    #main2    .help P    {
	width: 320px;
	font-weight: normal;
	margin: 0px 0px 0px 210px;
	padding: 0px;
	font-size: 1.3em;
}
#dotted   .help   H4        {
	margin-left: 210px;
	margin-top: 16px;
	font-size: 1.4em;
	color: #186214;
	width: 320px;
}

#dotted {
	border-bottom: 1px dashed #CCCCCC;
}

#main P {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#main {
	margin-left: auto;
	margin-right: auto;
	background-color: #CCCCCC;
	width: 640px;
}
#main2 {
	
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#main2 P {
	color: #000000;
	font-size: 1.1em;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#main #contactform {
	border: 1px solid #CCCCCC;
	width: 295px;
	height: 205px;
	margin: 0px;
	background-color: #EEEEEE;
	padding-right: 150px;
	padding-left: 150px;
}

div .help {
	background-repeat: no-repeat;
	border-top: 1px dotted #e2e2e2;
	border-right: 1px dotted #e2e2e2;
	border-left: 1px dotted #e2e2e2;
	height: 150px;
}
div .one {
	background-image: url(../images/main_images/help1.jpg);
	background-position: 20px 0px;
}
div .two {
	background-image: url(../images/main_images/help2.jpg);
	background-position: 20px 0px;
}
div .three {
	background-image: url(../images/main_images/help3.jpg);
	background-position: 20px 0px;
}
