@charset "utf-8";


body {
	padding: 10px;
	background: #d1e1f1 url(none);
}
h1 {
	float: left;
	margin: 0px 0px 10px;
	padding: 0px;
}
h2 {
	float: right;
	margin: 0px;
	padding: 50px 240px 0px 0px;
}
#wrapper {
	width: 761px;
	background: url(images/bg_demo_wrapper.gif) repeat-y scroll left top;
	padding: 20px;
}
#wrapper .top {
	background: url(images/bg_demo_wrapper_top.gif);
	height: 20px;
	width: 801px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#wrapper .pics {
	background: #D1E1F1;
	padding: 10px;
	border: 1px solid #284A73;
	width: 741px;
	margin-bottom: 10px;
}

#wrapper .bottom {
	background: url(images/bg_demo_wrapper_bottom.gif);
	height: 20px;
	width: 801px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	_bottom: -1px;
}
#buttons {
	height: 32px;
	width: 761px;
	position: relative;
}
.button {
	background: url(images/header_button.gif) no-repeat scroll left top;
	height: 25px;
	width: 169px;
	display: block;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 7px;
	padding-left: 15px;
	position: absolute;
	right: 0;
	top: 0;

}
.button:hover {
	background: url(images/header_button.gif) no-repeat scroll left bottom;
	height: 25px;
	width: 169px;
	display: block;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 7px;
	padding-left: 15px;
	position: absolute;
	right: 0;
	top: 0;

}

