@charset "UTF-8";
#navbar {
	height: 150px;
	background-color: #FFFFFF;
	width: 150px;
	position: absolute;
	left: 36px;
	top: 126px;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navbar ul li {
	display: block;
	padding-bottom: 20px;
}
#navbar2 {
	background-color: #FFFFFF;
	height: 200px;
	width: 219px;
	float: none;
	position: absolute;
	left: 36px;
	top: 290px;
}
#main {
	background-color: #FFFFFF;
	background-image: url(../Images/main.jpg);
	height: 450px;
	width: 699px;
	position: absolute;
	left: 290px;
	top: 35px;
}
#contact_content {
	background-image: url(../Images/contact_page.jpg);
	height: 83px;
	width: 236px;
	position: absolute;
	left: 233px;
	top: 167px;
}
#navbar2 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#navbar2 ul li {
	display: block;
	padding-bottom: 20px;
}
#logo {
	background-image: url(../Images/logo.jpg);
	height: 51px;
	width: 219px;
	background-color: #FFFFFF;
	position: absolute;
	left: 36px;
	top: 36px;
}
