body {
	margin: 0;
	padding: 0;
	background-color: #FDA947;
	font-family: Verdana, Geneva, sans-serif;
}

p { margin: 0; padding: 0; }

#header {
	background: url(../img/bgred.jpg) no-repeat top left #FF5A00;
	width: 100%;
}

#header .first {
	width: 950px;
	margin: 0 auto;
	height: 120px;
	text-align: center;
}

#menu {
	background: url(../img/menubg.jpg) repeat-x top;
}

#wraper {
	background: url(../img/main_t.gif) no-repeat top left;
	width: 950px;
	margin: 0 auto;
	padding: 26px 0 0 0;
}
#wraper .first {
	background-color: #FBC703;
	width: 950px;
	margin: 0;
}

#footer {
	background: url(../img/footer.gif) no-repeat bottom left;
	margin: 0 auto;
	width: 950px;
	height: 75px;
}

#footer2 {
	background: url(../img/footer2-top.jpg) no-repeat top left #FFF;
	width: 950px;
	margin: 12px auto;
}
#footer2 .first {
	background: url(../img/footer2-bottom.jpg) no-repeat bottom left;
	width: 890px;
	margin: 0;
	padding: 10px 30px;
	text-align: center;
	color: #FF5A00;
	font-size: 14px;
	font-weight: bold;
}
#footer3 {
	width: 950px;
	margin: 4px auto;
	font-size: 0.8em;
	color: #444;
	text-align: center;
}

