body, html{
	
	margin: 			0px;
	padding: 0;
	margin: 0;
	height: 100%;
}

div{
	
	font: normal normal 400 11px verdana, monospace; 
	color: #264980;
	
}

img{ border: 0px;
}

div.container{
	
	width: 780px;
	background-image: url(images/back.gif);
	border-left: 1px solid #008ad2;
	border-right: 1px solid #008ad2;
	border-bottom: 1px solid #008ad2;
	margin: 0 auto;
	display: block; overflow: auto;
	min-height: 70%;
}

div.top{
	
	float: center;
	width: 776px;
	padding: 1px;
}

img.img{
margin-left: 20px;
border: 1px solid #209adb;
}

div.navigation{
	
	width: 209px;
	height: 209px;
	background-color: #008ad2;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	float: left;
}

div.header{
	
	width: 565px;
	height: 209px;
	float: right;
	background-image:	url(images/header.gif);
}
div.bottom{
	
	float: left;
	width: 776px;
}

div.brands{
	
	width: 209px;
	float: left;
	padding-top: 15px;
	padding-left: 15px;
}
div.content{
	
	width: 498px;
	padding-top: 15px;
	text-align: left;
	overflow: auto;
	line-height: 18px;
	padding-left: 20px;
}
.right{
	
	float: right;
	
}

.center{
	
	float: center;
	
}
