body {
	font-size: small;
	margin:0;
	padding:0;
	background-color: #FFFFFF;
	background-image: url(../graphics/body-back.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}

/* Header */
#head {
	background-color: #FFFFDF;
	background-image: url(../graphics/head-top.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height:125px;
}

/* Logo */
#logo {
	padding-top: 5px;
	padding-left: 5px;
}

#logo a { text-decoration:none; }

h1 {
	height: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	font-weight: bold;
	background-image: url(../graphics/ifc-logo2.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	float: left;
	margin-top: 0;
	margin-bottom: 0;

}

h1 span {
	visibility: hidden;
}


h1 a {
	display: block;
	width:900px;
	height: 99px;
/*	width:623px;
	height: 114px;*/
	background: url(../graphics/ifc-logo2.gif) no-repeat;
	text-decoration:none;
}

#logo div {

}

#medal {
	top:81px;
	left:798px;
	z-index:3;
	height: 150px;
	width:150px;
	background-image: url(../graphics/medal-small.png);
	background-repeat: no-repeat;
	background-position: right center;
	filter: Alpha(Opacity=60, FinishOpacity=60, Style=0, StartX=0, StartY=0, FinishX=0, FinishY=0);
	display:none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
}


#main {
	background-color: #FFFFFF;
	padding:0;
	background-attachment: scroll;
	background-image: url(../graphics/mosaic-back.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#navi {
	clear: both;
	width: 1024px;
	height: 40px;
	background-color: #000033;
	padding-top:20px;
	float: left;
/*	background-image: url(../graphics/medal.jpg);
	background-repeat: no-repeat;
	background-position: right center;*/
}

#content {
	background-image: url(../graphics/shade-back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	width: 1022px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
}


#maincontent {
	width: 59%;
	float: left;
}

.contentspace {
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 20px;
}


#sub {
	float: left;
	width: 40%;

}

.subspace {
	padding-top: 15px;
	padding-left: 25px;
	padding-right:25px;
	padding-bottom: 15px;
}

.padding {
	width:80%;
	padding-top: 0px;
	padding-left: 0px;
	padding-right:0px;
	padding-bottom: 0px;
	white-space: normal;
	text-align: center;
	background-image: url(../graphics/quotes.gif);
	background-repeat: no-repeat;
}

.padding p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	line-height: 150%;
	font-style: italic;	
}

.photostack {
	height: auto;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.caption  {
	margin-top: -25px;
	background-color: #000000;
	font-weight: normal;
	left: 1%;
	color: #999999;
	font-size: 120%;
	bottom: 20%;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}

.photostack a  {
	color: #FAF4CE;
}

#foot {
	clear: both;
	width: 1024px;
	background-color: #A0AE79;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

