@charset "utf-8";
body {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 80%;
	margin: 0px;
	background-color: #000;
	color: #fff;
}
a {
	color: #aaa;
	text-decoration: none;
}
a:hover {
	color: #666666;
}


#outer {
	width: 970px;
	margin: auto;
	border: 1px solid #444444;
}
#topnav {
	background-image: url(../images/navi.jpg);
	height: 45px;
	background-repeat: no-repeat;
}
#topnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#topnav li {
	display: block;
	float: left;
	height: 32px;
	padding: 13px 20px 0px 20px;
	background-image: url(../images/line_nav.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#topnav .last_one {
	background-image: none;
}

#topnav li a {
	color: #fff;
	text-decoration: none;
}
#topnav li a:hover {
	color: #666;
}

#logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	height: 127px;
	position: relative;
}
#unilever {
	background: url(../images/unilever.png) no-repeat;
	position: absolute;
	top: 15px;
	left: 30px;
	width: 100px;
	height: 100px;
}
#content {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	min-height: 200px;
	padding: 5px;
}
#footer {
	background-image: url(../images/bg.jpg);
	text-align: center;
}
p {
	text-align: justify;
	margin: 0px;
	padding: 5px;
}
h1 {
	margin: 0px;
	padding: 0px;
}
label {
	display: block;
	float: left;
	width: 150px;
}
.thumbs li {
	height: 150px;
}