body {	
	background-color: #000000;
	
	background-image: url(images/fles.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	
	margin: 10px;
	
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	font-size:12px;
	color: #FFFFFF;	
}

img {
	border-width: 0px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #DDDDDD;
}


#picture {
	width: 120px; 
	height: 120px; 
	
	padding: 5px; 
	
	text-align: center; 
	vertical-align: middle;
	font-style: italic;
	
	background-color: #FFFFFF;
	
	border: 1px solid #000000;
}

#titlebar {
	height: 70px;
	width: 700px;
	background-image: url(images/banner.png);
}

#contents {
	height: 60px;
	width: 700px;
	
	margin: 5px;
	
	text-align: left;
}

.body {
	width: 700px;
	height: 370px;	
	
	text-align: justify;
	
	border: #666666 1px solid;

	overflow: auto;	
	overflow-x: hidden;
	
	padding: 10px;
}

#selectedwine {
	font-size: 20px;
}

.order input {
	background-color: #CCCCCC;
}

.order textarea {
	background-color: #CCCCCC;
}

.order h2 {
	display: inline;
}


ul.menu li {
	display: inline;
	
	padding: 5px;
}

ul.menu {
	list-style-type: none;
	
	margin: 0px;
	padding: 0px;
}

#menu1 a {
 	font-size: 14px;
}

#menu2 a {
 	font-size: 12px;
}


ul#language {
	text-align:right;
}

ul#language li {
	padding: 0px;
}

#language img {
	border-width: 0px;
	margin: 5px;
}

#language img {
	height: 20px;
	width: 25px;
	
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}

#language img#selected {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity: 1.0;
}

#admin_login {
	width: 450px;
	margin: auto;
	padding: 20px;
	border: 3px outset red ;
	text-align: center;
	background-color: white;
	color: black;
}

#places h2 {
	margin-left: 5px;
}

#places h3 {
	margin-left: 10px;
}

#places h4 {
	margin-left: 20px;
}

#places div {
	margin-left: 20px;
}