 @charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background:#4F2A4E url(images/amevco_ground.gif) center top no-repeat; 
	background-color:#4F2A4E;
	text-align: center;
	font-family:Arial,Helvetica,sans-serif;
	font-size:62.5%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Layout */

#wrapper {
	width: 999px;
	margin: 0 auto;
	text-align: left;
	margin-top: 25px;
}

#content {
	width: 999px;
}

#logo {
	width: 390px;
	height: 120px;
	float: left;
}

.address {
	font-size: 13px;
	color: #fff;
	padding-top: 83px;
}

.address span {
	font-size: 12px;
	color: #F07F94;
	padding: 0 5px 0 5px;
}

#col01 {
	width: 280px;
	padding: 75px 30px 0 40px;
	float: left;
	
}


#col01 p {
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 1.2em;
	color: #fff;
	
}

#quotes {
	padding-top: 80px;
}

#col02, #col03 {
	width: 235px;
	padding: 50px 23px 0 40px;
	float: left;
	
}

#col02 h3, #col03 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #E62A4D;
	padding: 0 0 5px 0;
}


#col02 p, #col03 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #CEC4CE;
	padding: 0 0 1em 0;
	
}



