body{
	background:#efefef;
	margin:0;
	padding:0;
	text-align:center;
	font-family:tahoma;
}

#container{
	width:1000px;
	margin:0 auto;
	text-align:left;
	background:#ffffff;
}

#top{
	width:1000px;
	height:198px;
	background:url(header.png);
}

#main{
	padding:20px;
	font-size:14px;
}

p{
	line-height:24px;
}

h1{
	font-size:20px;
}

h2{
	font-size:17px;
}

.err{
	color:red;
}

select{
	width:160px;
}

input[type=text]{
	width:300px;
}

#footer{
	background:#000000;
	color:#ffffff;
	font-size:11px;
	padding:15px;
	text-align:center;
}