* {
	padding:0px;
	margin:0px;
}

body {
	background-color:#4a80c1;
}

#wrapper {
	background-image:url('/images/searchBg.jpg');
	background-repeat:repeat-x;
}


#container {
	background:url('/images/searchBorder.gif') repeat-y left #ffffff;
	width:530px;
	margin:0px auto;
	height:100%;
}

#logo {
	text-align:center;
}

#column {
	padding:0 10px;
	float:left;
}

#border-left {
	float:left;
	height:100%;
}

#border-right {
	float:right;
	height:100%;
}

#border-right img, #border-left img {
	height:100%;
	width:4px;
}

.clear {
	clear:both;
}