@charset "UTF-8";
/* CSS Document */

#wrapper {
	height: 600px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#sidebar {
	float: left;
	height: 600px;
	width: 198px;
}
#footer {
	height: 50px;
	width: 800px;
	float: right;
}
#content {
	float: right;
	height: 550px;
	width: 800px;
}
#contentpic {
	background-image: url(images/pictures.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 550px;
	width: 800px;
}
#contentpic1  {
	background-image: url(images/contact.jpg);
	float: right;
	height: 550px;
	width: 800px;
}

