/* CSS Document */


html, body, div, span, applet, object, iframe,
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: 97.5%;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-color:#FFFFFF;
}
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;
}

/***** Main  *****/
#wrap {
width:960px;
margin:0 auto;
}

#header {
position:relative;
background:url(images/LCNlogo.jpg) no-repeat center;
width:960px;
height:160px;
margin:0 auto;
background-color:#FFFFFF;
}

#headlineText{
position:relative;
margin:auto;
text-align:center;
}

#mainText{
position:relative;
height:365px;
width:600px;
margin:auto;
color:#666666;
font-size:16px;
line-height:20px;
text-align:center;
}

#contactInfo{
position:relative;
margin-left: 10%;

}

.manContact{
position:relative;
float:left;
}