@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	color: #231f20;
	font-size: 11px;
	padding: 0;
	margin: 0;
	line-height: 18px;
}
span {
	display: none;
}
p {
	padding: 0 0 10px 0;
	margin: 0;
}
a {
	color: #4c6a8f;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {
	display: block;
}
body.home #footer, body.contact #footer, body.split #footer {
	background-color: #000;
	color: #fff;
	font-size: 10px;
	padding: 10px 15px;
	bottom: 0px;
	left: 0px;
	margin: 40px 0 0 0;
	position: fixed;
	right: 0px;
}
#footer {
	background-color: #000;
	color: #fff;
	font-size: 10px;
	padding: 10px 15px 30px 15px;
	margin: 40px 0 0 0;
	display:block;
}
#footer p {
	padding: 0;
	margin: 0 0 5px 0;
}
#infoBlock {
	float: left;
	padding: 0;
	margin: 0;
}
#wondriskaRusso {
	float: right;
	color:#6d6e71;
	padding:0;
}
a.wraSite {
	color:#6d6e71;
	text-decoration:underline;
}
a.wraSite:hover {
	text-decoration:none;
}
a.mailAmy   {
	color: #ffffff;
	text-decoration: none;
}
a.mailAmy:hover {
	text-decoration: underline;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0;
	padding: 0;
}
body.home {
	background-image: url(../images/bg_home.jpg);
	background-repeat: no-repeat;
	background-color: #000;
}
body.collage {
	background-color:#deedf0;
}
body.collage a {
	color: #dd7b09;
}
