* {
	background-color: rgb(252,254,252);
}

#header {
	min-width: 900px;
	height: 100px;
}

#header img {
        border-style: none;
}

#wrapper {
	clear: both;
        padding-bottom: 2em;
}


#content {
	margin: 2em;
	padding-bottom: 2em;
}

#content h2 {
	display: block;
	clear:both;
}

#hkws-logo {
	height: 100px;
}

.menu-option {
        font-size: 1.5em;
        font-family: Georgia;
        margin-right: 1em;
	padding-top: 50px;
	padding-bottom: 30px;
	float: right;
}

.menu-option a:link {
	text-decoration: none;
}

.menu-option:hover {
	background-color: yellow;
}

.committee-thumbnail {
	width: 120px;
	float: left;
}

.committee-container {
	clear: both;
}

.committee-title {
	font-weight: bold;
	display: block;
	padding-top: 15px;
}



.ICWL-SC-thumbnail {
	width: 120px;
	float: left;
}

.ICWL-SC-thumbnail img {
	width: 96px;
}

.ICWL-SC-container {
	clear: both;
}

.ICWL-SC-container p {
	line-height: 50%;
}

.ICWL-SC-name {
	font-weight: bold;
	display: block;
	padding-top: 20px;
}


p.sister-society {
	font-weight: bold;
}

#footer {
	position:absolute;        
	bottom:0;
	width:100%;
	min-height:2em;
//	background-color: #FFFFFF;
	z-index:999;
}

html>body #footer{position:fixed}/* for moz/opera and others*/

#footer-inner {
	text-align: center;
        padding-top:0.7em;
        padding-bottom:0.5em;
        font-size: 0.8em;
        overflow:visible !important;        

}
