body {
	background: url(res/varasto.jpg) repeat #F9F8F8;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}

#content {
	width: 900px;
	margin-top: 5px;
	margin-left:120px;
	color: #000000;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	}
	
#varasto {
		float:left;
		width:600px;
		height: 300px;
}

#varastokartta {
		float:left;
		width:600px;
		height: 600px;
}

#varastotila {
		float:right;
		width:280;
		padding:5px;
		background: #993300;
		height: 300px;
}

#yhteystiedot {
	font-size: 16px;
}

a:link { color:#00238a; }
a:visited { color:#00238a; }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }

img {
	border: 0;
	padding: 0;
}

h1 {
	font-size: 42px;
	padding-bottom:5px;
}
	

h2 {
	color: #5e77b2;
	margin: 0 0 5px 0;
	font-size: 16px;
	font-weight: bold;
	border-bottom:1px solid #cccccc;
	padding-bottom:5px;
}

h3 {
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #000000;
}

li {
	margin: 0px;
	padding: 0px;
}

table {
	border-width: 0px;
	border-spacing: 1px;
	border-style: none;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}

table th {
	border-width: 1px;
	padding: 1px;
	border-style: outset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 3px 3px 3px 3px;
}
table td {
	border-width: 1px;
	padding: 1px;
	border-style: outset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 3px 3px 3px 3px;
}