@charset "UTF-8";

body {
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-image: url(images/back.gif);
	background-position: bottom right;
	width: 1200px;
	overflow: auto;
	background-attachment: fixed;
	height: 911px;
}
#wrapper {
	width: 631px;
	margin: 0;
	position: relative;
}
#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	float: left;
	height: 178px;
	width: 631px;
}
#menu {
	background-repeat: no-repeat;
	float: left;
	height: 42px;
	width: 630px;
	margin-top: 0px;
}
#main {
	float: left;
	height: auto;
	width: 631px;
	background-image: url(images/zone.gif);
	background-repeat: repeat-y;
}
#leftcol {
	float: left;
	height: auto;
	width: 591px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #212020;
	text-align: left;
	font-weight: bold;
}
#rightcol {
	float: left;
	height: auto;
	width: 591px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-align: justify;
	padding-bottom: 15px;
	padding-top: 15px;
	background-image: url(small);
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #C0C0C0;
	float: left;
	height: 25px;
	width: 591px;
	clear: both;
	padding-left: 20px;
	padding-right: 20px;
	text-align: right;
}
