html, body {
	margin: 0;
	padding: 0;
	background-color: white;
	height: 100%;
	font-family: Times, Arial, Helvetica, sans-serif;
	line-height: 13px;
	font-size : 11px;
}

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

a:active {
	text-decoration: none;
	color: #000; 
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover { 
	font-weight: bold;
	color: #000;
}

a img { 
	border: none; 
}


#menu {
	background-color : #ffffff;
	height : 400px;
	width : 170px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 10px;
	padding-left: 10px;
}

#main {
	background-color : #ffffff;
	width : 900px;
	position: absolute;
	top: 13px;
	left: 170px;
	padding-top: 0px;
	padding-left: 0px;
}

#photo {
	float : left;
}

#adres {
	background-color : #ffffff;
	width : 200px;
	position: absolute;
	top: 204px;
	left: 20px;
	padding-top: 0px;
	padding-left: 0px;
}

#order { 
	background-color : #ffffff;
	width : 400px;
	position: absolute;
	top: 178px;
	left: 20px;
	padding-top: 0px;
	padding-left: 0px;
	font-family: Times, Arial, Helvetica, sans-serif;
	line-height: 13px;
	font-size : 11px;
}

