* {
	margin: 0;
}
img { border: none; }

html {
	background: url(bg_top.jpg) top repeat-x #8eade3;
	height: 100%;
}
body {
	height: 100%;
}



.wrapper {
	background: url(foot.jpg) bottom right no-repeat white;
	border-right: 2px #000000 solid;
	border-left: 2px #dddddd solid;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	min-height: 100%;
	width: 900px;
}

#head {
	background-image:url('abby_back.jpg');
	background-repeat:no-repeat;
	height: 184px;
}
#fadeBlock {
	height: 184px;
}



#body {
	border-top: #cccccc solid 5px;
	padding: 10px 70px 0px 70px;
}
#body a {
	color: #dd00dd;
	text-decoration: none;
}
#body a:hover {
	color: #990099;
	text-decoration: underline;
}



#sidebar {
	background-color: #cccccc;
	background-image:url('br.png');
	background-repeat:no-repeat;
	background-position:bottom right;
	color: #0000ff;
	float: left;
	font-size: 14px;
	margin: 0px 15px 0px 0px;
	padding: 10px;
}
#sidebar a {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#menu {
	color: #ffffff;
	cursor: pointer;
	display: none;
	font-style: italic;
	visibility: hidden;
}



.footer {
	clear: both;
	height: 45px;
}