@charset "utf-8";

/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #c8c8c8;
	font: 76% arial, tahoma, helvetica, sans-serif;
}

#wrapper {
	width: 1024px;
	margin: 3% auto;
	margin-top: 10px;
	background: #fff url("../images/sides_bg.png") repeat-y;
}

#header {
	margin: 0;
	padding: 0;
	height: 51px;
	background: #c8c8c8;
}

#logo {
	width: 515px;
	height: 10px;
	margin: 0 auto;
}

#content_wrapper {
	margin: 0;
	padding: 0;
	min-height: 270px;
	background: transparent url("../images/curve_bg.png") no-repeat;
}

.content {
	width: 1000px;
	padding: 5px;
	margin: 0 auto;
}

#search {
	clear: both;
	margin: 50px 0;
}

#search #box {
	margin: 0;
	padding: 0;
	width: 508px;
	height: 38px;
	margin: 0 auto;
	background: transparent url("../images/search_box.png") no-repeat;
}

#search #box form {
	padding: 0;
	height: 38px;
	width: 496px;
	margin: 0 auto;
}

#search #box .searchfield {
	border: 0;
	float: left;
	height: 22px;
	width: 436px;
	background: #ccc;
	padding: 2px 10px;
	margin: 6px 0 0 2px;
	font: 18px arial, "Trebuchet MS", Tahoma, sans-serif;
}

#search .button {
	float: right;
	margin: 6px 0 0 0;
}

#advert {
	background: #fff url("../images/sides_bg.png") repeat-y;
}

#advert #top {
	height: 8px;
	font-size: 0;
	background: #fff url("../images/advert_top.png") no-repeat;
}

#bottom {
	height: 8px;
	background: #c8c8c8 url("../images/footer_bg.png") no-repeat;
}

#footer {
	clear: both;
	text-align: center;
	font: 1em/3em arial, tahoma, helvetica, sans-serif;
	background: #c8c8c8 url("../images/footer_bg.png") no-repeat;
}
