body {
	width: 1000px;
	background: white;
	margin: 10px auto;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #424242;
}
div { text-align: left; display: inline-block; }

.wth { width: 900px; }
#logo { width: 100px; float: left; clear: left; }
#banner { width: 190px; float: right; clear: right; text-align: right; margin-top: 30px; }
#h { width: 600px; float: left; color: #7DCD00; font-size: 13px; }
a { outline: none; } a img { border: 0; } a.aLogo { text-decoration: none; }

a { color: blue; }
a:hover { color: red; }

#h h1 {
	font-variant: small-caps;
	font-size: 22px;
	color: #FF6500;
	margin-bottom: 0px;
	margin-top: 20px;
} 

h1 {
	color: white;
	margin: 0px;
	margin-top:5px;
	font-size: 16px;
	padding: 0px;
}

h2 { color: #FF6500; margin-top: 5px; }

#toolbar {
	margin-top: 10px;
	background: url(../images/toolbar_bg.png);
	background-repeat: repeat-x;
	height: 67px;
	width: 900px;
	display: inline-block;
}
#toolbar_left {
	background: url(../images/toolbar_left.png);
	width: 10px;
	height: 67px;
	background-repeat: no-repeat;
}

#toolbar_right {
	background: url(../images/toolbar_right.png);
	width: 10px;
	height: 67px;
	background-repeat: no-repeat;
}
#left {
	width: 230px;
	float: left;
	height: 300px;
	margin-top: 20px;
	margin-left: 20px;
}
#right {
	width: 650px;
	float: right;
	height: 300px;
	margin-top: 30px;
}
.search_bg {
	background: url(../images/search_bg.png);
	height: 192px;
	width: 100%;
	background-repeat: repeat-x;
}
.search_left {
	background: url(../images/search_left.png);
	width: 10px;
	height: 192px;
	background-repeat: no-repeat;
	float: left;
}
.search_right {
	background: url(../images/search_right.png);
	width: 10px;
	height: 192px;
	background-repeat: no-repeat;
	float: right;
}
.form {
	background: url(../images/girls_big.png) right bottom;
	background-repeat: no-repeat;
	width: 95%;
	height: 95%;
}
