body{
	margin:0;
	background-color:#ff9;
	font-family:times new roman;
	letter-spacing:2px;
	line-height:25px;
	min-width:990px;
}
div#head, div#menu, div#content, div#cart, div#copy {
	padding:10px;	
}
div#head, div#copy{
	margin:0 200px 0 200px;
}
div#head{
	height:140px;
	background-image:url(../pictures/head.png);
	background-position:center center;
	background-repeat:no-repeat;
}
div#copy {
	text-align:center;
	font-size:smaller;
}
div#menu, div#cart{
	width:200px;
	top:70px;
}
div#menu{
	left:0px;
	position:fixed;
}
div#cart{
	right:0px;
	position:absolute;
}
div#content{
	margin:0 210px 0 210px;
}
div#contact span, div#cashpoint span{
	width:150px;
	display:inline-block;
}
div#content input, div#content textarea{
	background-color:#ffa;
	border:1px solid #000;
}
div#content input.inputerror, div#content textarea.inputerror{
	border:1px solid #f00;
}
div#cashpoint div{
	display:inline;
}
div#cashpoint div.inputerror{
	border-bottom:1px solid #f00;
}
div#content input[type="image"]{
	background-color:#ff9;
	border:0;
}
div.center{
	margin:auto;
	text-align:center;
}
div.hidden{
 display: none;
}
a{
	font-size: 					larger;
	color:						#AF0000;
	text-decoration: 			none;
}
a:hover {
	text-decoration: 			underline;
}
