html,body,font,div,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,p {   
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
}
#body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
#wrapper {
	width: 993px;
	height: 100%;
	margin: 0 auto;
}
#logo {
	width: 541px;
	height: 92px;
	margin: 0px 0px -90px 0px;
	position: relative;
	top: 0px;
	float: right;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
}
#logo h1, #logo p , #logo ul{
	display: none;
}
#main {
	width: 510px;
	min-height: 1296px;
	background-image: url(images/main.png);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	padding: 85px 0px 0px 390px;
}
#main h1 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0px 10px 0px;
}
#main h2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0px 10px 0px;
}
#main p {
	font-size: 12px;
	color: #000;
	padding: 10px 0px 10px 0px;
	text-align: justify;
}
#right {
	width: 93px;
	min-height: 1300px;
	background-image: url(images/right.png);
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
}
#footer {
	float: none;
	clear: both;
	width: 100%;
	height: 50px;
	text-align: center;
	font-size: 12px;
}
#footer a {
	text-decoration: none;
	color: #000;
}
