@charset "utf-8";
/* CSS Document */
body {
	background-color:#000066;
}

.wrapper {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

.header {
	width: 740px;
	height: 180px;
	/*padding: 5px;*/
	background: url(../images/img03.jpg);
}

.body {
	float: left;
	width: 520px;
	height:auto;
	margin-top: 5px;
	/*padding-left: 5px;*/
	background-color:#FFF;
}

	
.sidebar {
	float: right;
	width: 210px;
	margin-top: 5px;
	height: auto;
	background-color:#000066;
}

.sidebar2 {
	float: right;
	width: 210px;
	margin-top: 5px;
	height: auto;

}

.sidebartitle {
	float: right;
	width: 200px;
	margin-top: 5px;
	background-color:#FFFF00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: bolder;
	padding: 5px;
		
}

.sidebartext {
	float: right;
	width: 210px;
	background-color:#FFFFFF;
}

.copyright {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	background-color:#000066;
}

.clear {
	clear: both;
}

.pricelist {
width: 400px;
height: 400px;
overflow:auto;
}