/* CSS Document */
body{
	background:#fff;
	color:#0071AA;
	font-family:Tahoma;
	font-size:12px;
	padding:20px;
}

h1, h2{
	color:#00A3E5;
}

#container{
	background:url(images/bg.jpg) repeat-x #FBD6A8;
	width:40%;
	margin:0 auto;
	padding:10px;
	text-align:center;
}

#header{
	background:url(images/logo.png) no-repeat center;
	height:64px;
}

#header p, #header h1, #header h2, a{
	color:#FF3C00;
}

#header p{
	position:relative;
	top:42px;
}

h1, h2, #header p, #header h1, #header h2, a{
	font-family:"Palatino Linotype";
	
}


/* button */
.button{
	background:#FF5C2A url(images/arrow.png) no-repeat right;
	height:30px;
	line-height:30px;
	width:300px;
	margin:auto;
	padding:0 5px 0 5px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

/* round corners */
.roundcorners{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#searchbox{
	background:url(images/banner.png) no-repeat;
	height:246px;
	width:289px;
	margin:0 auto;
}

#searchbox p{
		position:relative;
		top:180px;
}

#searchform{
	width:140px;
	position:relative;
	top:170px;
}

#searchform .inputtext{
	width:50px;
	float:left;
	margin-left:20px;
}
