a:link{color:blue;text-decoration:underline;text-underline:single;}

p.centerpar {
	text-align: center
}

.male {
	background-color: #CCCCCC;
	color: #000000;
	font-size: 0.65em;
	text-align: center;
	vertical-align: middle;
	border-collapse: separate; 
	border: 1px solid #000000;
 }
 .female {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 0.65em;
	text-align: center;
	vertical-align: middle;
	border-collapse: separate; 
	border: 1px solid #000000;
 }

h1, h2, h3, h4, h5, h6, ul, p, table {font-family: Papyrus;}

body{
	margin: 0;
	padding: 0;
}

#header{
	height: 155px;
	text-align: center;
	margin-bottom: 2px;
	background-image: url(../images/background/iger_header_155.JPG); 
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position:center center;
}

#header ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#header ul li{
	display: inline;
	font-weight: bold;
}

#gutter{
	float: left;
	width: 1%;
	height: 1px;
}

#maincontent{
	float: left;
	width: 68%;
	height: 500px;
	margin-bottom: 2px;
	margin-top: 10px;
	margin-left: 1%;
	background-image: url(../images/background/iger_body.JPG); 
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position:top center;
	overflow: auto;
}

#leftmenu{
	float: left;
	width: 14%;
	margin-bottom: 2px;
	height: 500px;
	background-image: url(../images/background/iger_left_menu.JPG); 
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position:top left;
	overflow: auto;
}

#leftmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

#leftmenu li {
	font-weight: bold;
	display: block;
}
	
#leftmenu ul ul {
	margin-left: 10px;
	font-size: 0.8em;
}


#rightmenu{
	float: left;
	width: 14%;
	margin-left: 1%;
	background-color: #bbb;
	margin-bottom: 2px;
	height: 500px;
	background-image: url(../images/background/iger_right_menu.JPG); 
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position:top right;
	overflow: auto;
}

#rightmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

#rightmenu li {
	font-weight: bold;
	display: block;
	}
	
#rightmenu ul ul {
	margin-left: 10px;
	font-size: 0.8em;
}


#footer{
	background-image: url(../images/background/iger_footer.JPG); 
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position:center center;
	clear: both;
	height: 55px;
}

#footer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#footer ul li{
	display: inline;
	font-weight: bold;
}