body {
	font-size: 12px; 
	font-family:"Verdana";
	
	margin: 0px;
	color: #000000;
	
	background: #ffffff;
}

#banner {
	display: none;
}
.wd {
	display: none;
}
#containerAll {
	margin: 0 auto 0 auto;
	padding-left: 3px;
	width: 100%;
	z-index: 1;
}
.leftsize {
	display: none;
}
.rightsize {
	width: 660px;
}

.testborder { border: 2px solid #ff0000; }
.button { cursor: hand; cursor: pointer; }
.floatleft {	float: left; }
.floatright { float: right; }
.floater { width: 100%; height: 1%;  }
.floater:after { 
	 clear: both;
	 height: 0;
	 visibility: hidden;
	 content: ".";
	 display: block;
}
.block { display: inline-block; }
.middle { margin-left: auto; margin-right: auto; }
.textcenter { text-align: center; }
.textleft { text-align: left; }
.textright { text-align: right; }
.margintop { margin-top: 10px; }
.marginright { margin-right: 10px; }
.marginbottom { margin-bottom: 10px; }
.marginleft { margin-left: 10px; }
.border { border: 1px solid #333333; }

/* LOGO */
#logo {
	height: 250px;
	width: 210px;
	background-image: url('../images/logo.jpg');
	background-position: center center;
	background-repeat: no-repeat;
}	
	
/* MENU */
#sitemenu {
	display: none;
}

/* BANNER */
#banner {
	margin: 10px 0 10px 0;
	width: 650px;
	height: 200px;
}
