/*  Document type CSS */

* {
	margin:0px;
	padding:0px;
	border:0px;
	text-decoration:none;
	}

body {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	}
	
h1 {
	font-size:180%;
	}
h2 {
	font-size:160%;
	}
h3 {
	font-size:140%;
	}
h4 {
	font-size:120%;
	}
#wrapper {
	width:900px;
	margin:20px auto;	
	}
	
.product-list {
	text-align:center;
	padding:10px;
	clear:both;
	}

.logo {
	text-align:center;
	width:300px;
	height:93px;
	float:left;
	}

.logo_left, .cout, .logo_right {
	float:left;
	text-align:center;
	}

.cout {
	width:190px;height:138px;
	text-align:center;
	}

iframe {
	padding-bottom:6px;
	}

#picwrap div.image {
	float:left;
	width:180px; height: 70px;
	text-align:center;
	}

.about {
	float:left;
	width:430px;
	padding:5px 10px;
	}

#footer {
	text-align:center;
	padding:10px 0px;
	}
	
	

