/************* imported css files **************/
/*@import url(""); */

/*
//
// content classes
// ---------------------------------------------------------------------------
// 
*/

#pic1
{
	background: url("../../Images/Content/about/restoran_uvod.jpg") no-repeat;
	width: 650px;
	height: 162px;
	margin: 0 auto;
}

#pic2
{
	background: url("../../Images/Content/about/funky_fusion_food.jpg") no-repeat;
	width: 650px;
	height: 162px;
	margin: 0 auto;
}

#pic3
{
	background: url("../../Images/Content/about/karim_rashid.jpg") no-repeat;
	width: 650px;
	height: 162px;
	margin: 0 auto;
}

#pic4
{
	background: url("../../Images/Content/about/savrsen_obrok.jpg") no-repeat;
	width: 650px;
	height: 162px;
	margin: 0 auto;
}
#pic5
{
	background: url("../../Images/Content/about/majik_night.jpg") no-repeat;
	width: 650px;
	height: 162px;
	margin: 0 auto;
}

#pic6
{
	background: url("../../Images/Content/about/majik_cafe.jpg") no-repeat;
	width: 650px;
	height: 162px;
	margin: 0 auto;
}

#text
{
	/*float: left;*/
	width: 620px;
	text-align: left;
	margin: 10px 0 0 0;
}

#about_head
{
	color: #ccdb29;
}

a.about
{
	color:					#e50076;
	text-decoration:		none;
}

a.about:hover
{
	color:					#e50076;
	text-decoration:		underline;
}