@charset "utf-8";
/* CSS Document */
.header {
		width:767px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	margin-top:0px;
	padding:0px;
}

.small {
	width: 225px;
	float:left;
}

.left_medium {
	width:470px;
	float:left;
}

.full {
	width:737px;	
	margin:0px 0px 10px 0px;

}


.wow_left {
	border:1px solid #000;
	float:left;
	margin:0px 5px 0px 0px;
	padding:5px;
	background:url(../graphics/geentile.jpg);
}

.wow_right {
	border:1px solid #000;
	float:right;
	margin:0px 0px 0px 5px;
	padding:5px;
	background:url(../graphics/geentile.jpg);
}

.framed_right {
	border:1px solid #000;
	float:right;
	margin:0px 0px 3px 5px;
	background:url(../graphics/geentile.jpg);
	padding:5px;
}