* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #ffffff;
	font-family: arial;
	font-size: 10pt;
	color: #404040;
}

strong, big {
	color: #000000;
	font-weight: normal;
	font-size: 12px;
}

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

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

#main #header .links {
	text-align: left;
	margin: 37px 0 0 40px;
	line-height: 24px;
}

#main #header .links a,
#main #header .links a:link,
#main #header .links a:active,
#main #header .links a:visited {
	text-decoration: none;
	color: #ffffff;
}

#main #header .links a:hover {
	font-weight: bold;
}

#main #top {
	height: 80px;
	background-image: url('../images/header2.jpg');
	background-repeat: no-repeat;
}

#main #left {
	width: 172px;
	vertical-align: top;
}

#main #left .menu {
	background-color: #efae3d;
	background-image: url('../images/navi-bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 0 45px 0;
	list-style-type: none;
	border-top: 1px dashed #ffffff;
}

#main #left .menu li {
	border-bottom: 1px dashed #ffffff;
	padding: 5px 0 2px 0;
}

#main #left .menu li a,
#main #left .menu li a:link,
#main #left .menu li a:active,
#main #left .menu li a:visited {
	text-decoration: none;
	color: #ffffff;
	margin: 0 0 0 5px;
}

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

#main #left .menu ul {
	list-style-type: none;
	background-image: url('../images/navi-u-rep.gif');
	margin: 5px 0 10px 0;
}

#main #left .menu ul li.top {
	background-image: url('../images/navi-u-top.gif');
	line-height: 16px;
	height: 16px;
}

#main #left .menu ul li {
	border: 0;
	padding: 1px 1px 1px 8px;
}

#main #left .menu ul li.bottom {
	background-image: url('../images/navi-u-bottom.gif');
	line-height: 16px;
	height: 16px;
}


#main #content {
	background-image: url('../images/content-rep.gif');
	background-repeat: repeat-y;
}





#main #content h1 {
	color: #c3ce62;
	font-size: 14pt;
	font-weight: bold;
	padding: 10px 25px 0px 25px;
}

#main #content h2,
#main #content h3,
#main #content h4,
#main #content h5,
#main #content h6 {
	margin-top: 25px;
	color: #c3ce62;
	font-size: 12pt;
	font-weight: bold;
	padding: 10px 0px 0px 25px;
}

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

#main #content a {
	color: #c3ce62;
	font-weight: bold;
	text-decoration: none;
}



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