@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#wrapper #logo {
	width: 800px;
}
#wrapper #navigation {
	height: 70px;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #left {
	width: 628px;
	float: left;	
}
#wrapper #right {
	width: 158px;
	float: right;
}
#wrapper #footer {
	height: 35px;
	width: 796px;
	border: 2px solid #CCCCCC;
	clear: both;
}
#wrapper #right #image1 {
	height: 120px;
	width: 150px;
}

#wrapper #right #image2 {
	height: 130px;
	width: 150px;
}
#wrapper #right #image3 {
	height: 120px;
	width: 150px;
}

#wrapper #right #image4 {
	height: 120px;
	width: 120px;
	margin-right: auto;
	margin-left: auto;
}

