* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #dde8ea;
	background-image: url('../images/header-rep.gif');
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 10pt;
	color: #707070;
}

p {
	margin: 10px 0 10px 0;
}

a {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

#main {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#main #header {
	height: 247px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: top;
}

#main #header .links {
	margin: 11px 53px 0 0;
	font-size: 11pt;
	text-transform: uppercase;
}

#main #header .links a {
	display: block;
	float: right;
	width: 138px;
	text-align: center;
	margin-left: 25px;
	color: #ffffff;
	text-decoration: none;
}

#main #left {
	width: 189px;
	background-image: url('../images/ad-rep.gif');
	background-repeat: repeat-y;
	vertical-align: top;
	text-align: center;
}

#main #left .top {
	height: 32px;
	background-image: url('../images/ad-top.gif');
	background-repeat: no-repeat;
}

#main #content {
	background-color: #ffffff;
	vertical-align: top;
}

#main #content p {
	padding: 0 20px 0 10px;
}

#main #content h1 {
	font-size: 11pt;
	font-weight: bold;
	background-image: url('../images/h1.gif');
	background-repeat: no-repeat;
	line-height: 32px;
	padding: 0 0 0 220px;
	text-align: center;
	color: #000000;
}

#main #content h2,
#main #content h3,
#main #content h4,
#main #content h5,
#main #content h6 {
	font-size: 11pt;
	font-weight: bold;
	text-align: right;
	color: #61a542;
	padding: 0 20px 0 10px;
}

#main #right {
	width: 201px;
	vertical-align: top;
}

#main #right .menu {
	list-style-type: none;
	margin-top: 32px;
}

#main #right .menu li {
	background-image: url('../images/navi.gif');
	background-position: right top;
	background-repeat: no-repeat;
	line-height: 21px;
	padding: 0 0 0 30px;
	margin: 0 0 3px 0;
}

#main #right .menu li a {
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 0 10px ;
}

#main #right .menu li a:hover {
	font-weight: bold;
}

#main #footer {
	height: 50px;
	background-image: url('../images/footer.gif');
	background-repeat: no-repeat;
}
