/************* imported css files **************/
/*@import url(""); */

/*
//
// content classes
// ---------------------------------------------------------------------------
// 
*/

#picture 
{
	/*background: url("../../Images/Content/Home/picture.jpg") no-repeat;*/
	width: 650px;
	height: 240px;
}

#text
{
	float: left;
	width: 550px;
	text-align: left;
	margin: 0 0 0 20px;
}

a.contact
{
	color:					#e50076;
	text-decoration:		none;
}

a.contact:hover
{
	color:					#e50076;
	text-decoration:		underline;
}
