body{
	margin: 0px;
	padding: 0px 2px;

}
* {
	position: static;
	float: none;
	background: none;
	font-family:verdana,sans-serif; 
	font-size:22px;
}

#top {
	background-image: url('');
	background-repeat: no-repeat;	
	height: 120px;
	background-color:black;
}
#searchmember {
	background-color: rgb(246,246,246);
	height:60px;
	margin: 0px;

}
#searchmember input {
  	color: rgb(163,163,163);
	width: 450px;
	margin-top:10px;
	float:left;
	background-color:white;
}	
	

#middleLayer {

}
#middleLayer p {

	padding:0px 0px 0px 50px;
	margin: 0px;
 	font-weight: bold;
 	font-size:22px; 
}
#
#middleLayer a {

	margin: 0px;
	padding: 0px;
}
#middleLayer img {
 	width: 200px;
	margin: 0px 0px 4px;
}
#middleLayer a {	
 	text-decoration: none; 	
 	color: white; 	
 	background-color: white;
}
.horizontalLine {	
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 3px;
	border-top: 1px solid rgb(204, 204, 204);	
}

img.arrowimg {
	
	
}
	
#wellcomemat_player {

}

a.gray_button {
    background: url('/images/bg_grayButton_right.gif') no-repeat scroll top right;
    display: block;
    float: right;
    height: 36px;
    margin: -5px 6px 0px 0px;
    padding-right: 10px; /* sliding doors padding */
    outline: none; /* hide dotted outline in Firefox */    
    margin-top:5px;
    text-decoration: none;
	font-size:24px;
}
a.gray_button:active {
    background-position: top right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.gray_button:active span {
    background-position: top left;
    padding: 7px 0 7px 10px; /* push text down 1px */
}
a.gray_button span {
    background: url("/images/bg_grayButton_left.gif") no-repeat;
    display: block;
    line-height: 14px;
    padding: 7px 0 7px 10px;
}
a.gray_button strong {
	font-weight: bold;
	color: #FF0000;
}

.colone{
	float: left;
}

* html .colone {
	display: inline;
	}
.coltwo{
	float: left;
	font-size:16px;
}
.colthree {
	float: right;
}
.threecolouter{
	clear : both;
	position: relative;
	float/**/: none;
}
.threecolouter:after {
	content: '[ ]';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.threecolouter {
	display: inline-block;
}
/*\*/
.threecolouter {
	display: block;
}*/
