* {margin: 0; padding: 0;}

body{
	font-family: Arial;
	font-size: 12px;
	color: #000;
	background-color: #F7D48C;
	padding-top: 10px;
}

div#width{
	width: 840px;
	margin: 0 auto;
}

div#header{
	width: 100%;
	height: 135px;
	background-image: url(images/header.gif);
}

div#content{
	margin-top: 10px;
	width: 100%;
}

	div#menu{
		float: left;
		width: 151px;
	}
		a.menu{
			color: #000;
			text-decoration:none;
			display: block;
			text-align: center;
			text-weight: bold;
		}

		a.menu:link{
			color: #000;
			text-decoration:none;
			display: block;
			text-align: center;
			text-weight: bold;
		}

		a.menu:hover{
			color: #f00;
			text-decoration:none;
			display: block;
			text-align: center;
			text-weight: bold;
		}

		ul.menu{
			list-style: none;
		}
			ul.menu li{
				padding-left: 10px;
				padding-right: 10px;
				padding-bottom: 5px;
				margin-right: 5px;
			}

				div.button{
					height: 23px;
					width: 145px;
					padding-top: 6px;
					background-image: url(images/button.gif);
				}

	div#center_content{
		float: right;
		width: 670px;
	}
		div#center_content_head{
			height: 20px;
			width: 100%;
			background-image: url(images/content_head.jpg);
		}

		div#center_content_center{
			width: 610px;
			min-height: 300px;
			padding-left: 30px;
			padding-right: 30px;
			text-aling: left;
			background-image: url(images/content_bg.jpg);
		}

		div#center_content_food{
			height: 20px;
			width: 100%;
			background-image: url(images/content_food.jpg);
		}

div#fooder{
	width: 100%;
	padding-bottom: 10px;
	text-align: center;
}
	a.fooder{
		color: #000;
		text-decoration:none;
	}

	a.fooder:link{
		color: #000;
		text-decoration:none;
	}

	a.fooder:hover{
		color: #000;
		text-decoration:none;
	}

input{
	font-family: Arial;
	font-size: 10px;
	color: red;
}

p.error{
 	font-family: Arial;
	font-size: 12px;
	color: red;
}

a.name{
	font-family: "Arial BLack";
	color:#556928;
}

h1
{
	font-size: 16px;
	text-align: center;
}

h2{
	font-size: 14px;
	text-align: center;
}

div.center{
	width:100%;
	text-align:center;
}