body{
	background:url(bg_body.gif) top repeat-x;
	margin:0;
	border:0;
	font-family:Arial;
	font-size:14px;
}

h1{
	font-size:18px;
	margin:5px 0;
}

p{
	text-indent:40px;
	text-align:justify;
	margin:7px auto;
	padding:0;
}

#main{
	width:878px;
	overflow:hidden;
	margin:0 auto;
	background:url(bg_main.gif);
}

#header{
	width:878px;
	height:183px;
	background:url(bg_header.jpg);
	position:relative;
}

#header a{
	position:absolute;
	color:#000;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	top: 158px;
	width: 52px;
}

#header a:hover{
	text-decoration:underline;
}

#left, #right{
	width:8px;
	float:left;
	overflow:hidden;
}

#left{
	background:url(bg_left.gif);
}

#right{
	background:url(bg_right.gif);
}

#contact{
	float:left;
	width:270px;
	background:url(bg_contact.jpg) top no-repeat;
	height:309px;
	position:relative;
	margin:8px;
	color:#FFF;
	padding:5px;
	font-size:15px;
}

#contact b{
	padding:5px 15px;
	font-size:16px;
}

#contact u{
	text-align:right;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}

#contact p{
	text-align:right;
}

#text{
	float:left;
	width:570px;
	margin:8px 0;
}

.prod{
	background:url(bg_prod.gif) repeat-y;
	overflow:hidden;
	width:282px;
	margin:8px 0 8px 8px;
	float:left;
	font-size:12px;
}

.prod img{
	margin:10px 0 0 9px;
}

.prod b{
	width:262px;
	height:16px;
	padding:5px 10px 0 10px;
	display:block;
	background:url(round_top.gif);
	font-size:16px;
}

.prod u{
	width:282px;
	height:19px;
	display:block;
	background:url(round_bot.gif);
	font-size:2px;
}

.prod_content{
	height:420px;
	overflow:hidden;
	padding:5px;
}

#footer{
	background:url(bg_footer.gif);
	height:16px;
	margin-bottom:50px;
	padding:6px;
	text-align:center;
}

