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