body { 
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background-image: url(../images/contact/bkgd_contact2.jpg);
    background-repeat: repeat;

}

p { 
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, san-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 21px;
	color: #787878;
}

/* ----- LINKS ----- */

A:LINK { 
color: #828282;
text-decoration: none;
}

A:VISITED { 
color: #828282; 
text-decoration: none;
}

A:HOVER { 
color: #222222; 
text-decoration: none;
}

A:ACTIVE { 
color: #222222; 
text-decoration: none;

}


/* ----- FRAMEWORK ----- */


#wrappercontact {
	text-align: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
}

#navframecontact { 
	width: 970px;
    height: 106px;
    margin: 0px auto;
    text-align: left;
    background-color: transparent;
}

#mainnavcontact {
	height: 23px;
	margin: 0; 
	padding: 17px 0px 0px 0px; 
	float: left;
}

#bodyframecontact {
    width: 970px;
    margin: 0px;
    text-align: left;
    background-color: transparent;
    clear: both;
    float: right;
}

.featurecontact { 
		display: block;
		width: 970px;
		height: 540px;
		background-image: url(../images/contact/feature_contact.gif);
		background-repeat: no-repeat;
		background-position: right top;
}
	
.bodytextcontact {
	display: block;
    margin: 0px auto;
    text-align: left;
    background-color: transparent;
    clear: both;
}

	.bodytextcontact p {
		padding: 200px 260px 0px 540px;
		background: transparent url(../images/common/bullet.gif) no-repeat 520px 27.5em;		
	}
