* {
	padding: 0;
	margin: 0;
}
body {
	background-image: url(grad.png);
	background-repeat: repeat;
}
#center
	{
		width: 800px;
		margin: 20px auto;
		position: relative;
	}
#toppart {
	background-color: White;
	width: 800px;
}
#toplogo {
position: relative;
}
#toplogo img {
padding: 20px 20px 20px 20px;
}
#menubar {
position: relative;
margin-bottom: 20px;
}
ul#menu {
margin: 0 20px 0 20px;
	}
ul#menu li {
	display: inline;
	text-align: center;
	margin: 0 11px 20px 11px;
}
ul#menu li a {
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: black;
}
ul#menu li a:hover {
	color: red;
}
ul#menu li span {
	text-align: center;
	border-bottom: 2px solid #D20D0D;
	font-weight: bold;
	color: black;
}
#picback {
		margin: 0 20px 20px 20px;
		background-color: #dadada;
		height: 225px;
}
#picture {
	position: relative;
width: 100%;
height: 225px;
	background-image: url(logo.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#content {
	position: relative;
	margin: 0 20px 0 20px;
	}
	#content p {
		margin-right: 280px;
			font-size: 85%;
			line-height: 130%;
	text-align: justify;
	}
	#content p a {
		color: black;
		font-weight: bold;
		text-decoration: none;
	}
	#content h3 {
		margin-right: 280px;
			font-size: 100%;
			line-height: 100%;
	text-align: justify;
	}
#price {
	float: right;
	width: 230px;
	background-color: #feffd5;
		line-height: 100%;

			font-size: 85%;
			padding: 10px;
}
#price p {
			font-size: 90%;
			line-height: 130%;
	text-align: justify;
	margin-right: 0;
	}
	#price h3 {
	margin-right: 0;
			font-size: 100%;
			line-height: 130%;
	text-align: justify;
				font-weight: bold;
	}
#price p a {
		color: black;
		font-weight: bold;
		text-decoration: none;
	}
#bottom {
	background-color: #dadada;
	position: relative;
	font-size: 85%;
			line-height: 130%;
	text-align: center;
}
#bottom a {
	text-decoration: none;
	font-weight: bold;
	color: black;
}

