#wraper {
	background-image: url(images/body2.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	clear: none;
	float: none;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
}
#main {
	margin: 0px;
	padding: 0px;
	height: 780px;
	width: 400px;
	float: left;
}
#footer {
	margin: 0px;
	padding: 0px;
	height: 55px;
	clear: both;
}

#sidebar {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 780px;
	width: 400px;
}


#header {
	margin: 0px;
	padding: 0px;
	height: 2in;
	width: 100%;
	text-align: center;
}
#Navbar {
	margin: 0px;
	padding: 20px;
	height: 1.5in;
	text-align: center;
}
#Navbar2 {
}
