#text {
	padding: 20px 20px 10px 30px;
	color: #533B24; /*sisällön fontti*/
	font-weight: normal;
	font-size: small;
	font-family: verdana;
}

#text h1 {
	padding: 0 0 10px 0;
	color: #533B24; /*otsikon fontti*/
	font-weight: normal;
	font-size: 18px;
	font-family: georgia, verdana;
	
}

#text h2 {
	padding: 20px 0 5px 0;
	color: #533B24;
	font-weight: normal;
	font-size: 12px;
	font-family: trebuchet, verdana;
}

#text h3 {
	padding: 20px 0 5px 0;
	color: #533B24;
	font-weight: normal;
	font-size: 16px;
	font-family: verdana;
}
#text p {
	padding: 8px 0 8px 0;
	
}
#text b {
	color: #266AFF;
	font-weight: bold;

}

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

}

#brands {
	padding: 20px 5px 10px 30px;

}

#brands ul{
	padding: 10px 0px 10px 0px;
	font-size: 14px;

}

#brands ul li{
	list-style-type: square;
}
	
#brands ul li a:link, #brands ul li a:visited{
	color: #533B24;
	font-weight: bold;
	font-family: arial;
	text-decoration: underline;

}

#brands ul li a:link, #brands ul li a:hover{
	color: #020202;


}

ul li{
	margin-bottom: 10px;	
}

.picture { background-color: ##D2B48C;
border: 1px solid #D2B48C; padding: 3px;
font: 15px/1.4em Arial, sans-serif; }
.picture img { border: 1px solid #D2B48C;
vertical-align:middle; margin-bottom: 3px; }
.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; }
.left { margin: 0.5em 0.8em 0.5em 0; float:left; } 


