#wrapper {
	background: url('../images/contact.jpg');
	border-color: #3494a5;
}

#content {
	/*background: red;*/
	color: #FFFFFF;
	margin: 175px 0px 0px 268px;
	padding: 20px;
	
}

/**html #content {
	margin: 330px 0px 0px -16px;
}*/

h1 {
	background: url('../images/titles/contact.png') no-repeat;
}	

#content p.left {
	/*background: red;*/
	width: 200px;
	padding: 0 20px 0 0;
	text-align: left;
	float: left;/**/
	margin: 5px 0 5px;
}
#content p.right {
	/*background: blue;*/
	width: 180px;
	padding: 0 0px 0 0;
	float: right;
	margin: 5px 0 5px;
}
#content p.emails {
	/*float: right;
	text-align: right;*/
}

#content p.company {
	font-size: 10px;
	padding-top: 20px;
	clear: both;
	text-align: justify;/**/
}

#content a {
	text-decoration: none;
	color: #FFFFFF;
}

#content a:hover {
	text-decoration: underline;
}