@charset "utf-8";
/* CSS Document */
@font-face {

	font-family: 'Conv_GOTHIC';

	src: url('fonts/GOTHIC.eot');

	src: local('?'), url('fonts/GOTHIC.woff') format('woff'), url('fonts/GOTHIC.ttf') format('truetype'), url('fonts/GOTHIC.svg') format('svg');

	font-weight: normal;

	font-style: normal;

}
h1,h2,h3,h4 {

	font-size: 17px;

	color: #669966;

}
.float-image-left {
	margin-right: 10px;
	float: left;
	border: 1px solid #999;
}
.float-image-right {
	margin-left: 10px;
	float: right;
	border: 1px solid #999;
}
body {
	background-color: #FFF;
	font-size: 14px;
	color: #666666;
	font-family: 'Conv_GOTHIC', Sans-Serif;
	padding: 10px;
	background-image: url(layout/body.png);
	background-repeat: repeat;
}
pre {font-family: 'Conv_GOTHIC', Sans-Serif;}
#holder {
	-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
	margin: auto;
	width: 1020px;
	border: 1px solid #CCC;
	position: relative;
	background-color: #FFF;
}
#banner {
	clear: both;
	float: left;
	height: 105px;
	width: 1020px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#logo {
	position: absolute;
	left: 15px;
	top: 25px;
}
#logo img {border:none;}
#contacts {
	position: absolute;
	height: 50px;
	width: 50%;
	right: 15px;
	bottom: 20px;
	font-size: 15px;
	text-align: right;
}
#content {
	padding: 10px;
	text-align: left;
	display: block;
	clear: both;
	float: left;
	position: relative;
	width: 1000px;
}

#footer {
	background-color: #F2F2F2;
	position: relative;
	height: 60px;
	width: 1000px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	background-image: url(layout/footer.png);
	background-position: right center;
	background-repeat: no-repeat;
}
#shower {
	border: 1px solid #CCC;
	position: fixed;
	width: 300px;
	left: 0px;
	top: 0px;
	background-color: #FC6;
	z-index: 500;
	text-align: center;
	padding: 5px;
}
