html {
	background: #888 url(../img/bg/facade.jpg) fixed center center;
}

#categ > div {
	float: left;
}

#categ > div {
	width: 171px;
}

#news,
#news > div {
	width: 200px;
}

#bigText {
	padding-top: 20px;
	padding-bottom: 45px;
}

/* ------------------------------------------------------------- */
#categ > div {
	margin-right: 19px;
	border-style: solid;
	border-width: 2px;
	border-color: white;
	font-weight: bolder;
}

#categ a {
	color: #D00;
	text-decoration: none;
}

#categ > div * {
	background-color: white;
}

#categ .text {
	color: #D00;
	padding-left: 2px;
	padding-bottom: 5px;
}

#categ p {
	color: #D00;
	font-size: 24px;
}

#categ h1 {
	color: #D00;
	font-size: 14px;
	text-transform: uppercase;
}

#categ div.img {
	height: 323px;
}

/* ------------------------------------------------------------- */
#news {
	padding-left: 10px;
}

#news a {
	color: white;
	text-decoration: none;
}

#news img {
	border-style: solid;
	border-width: 2px;
	border-color: white;
}

#news .text {
	font-size: 12px;
	padding-top: 3px;
	padding-left: 2px;
	padding-bottom: 10px;
}

#news .title {
	text-transform: uppercase;
}

#news .toMore {
	font-weight: bold;
}






