.main {
	position: absolute;
	left: 150px;
	top: 105px;
	line-height: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 600px;
	font-size: 17px;
	font-style: italic;
	height: 410px;
}
.sidebar {
	position: absolute;
	top: 100px;
	left: 780px;
	overflow: auto;
	width: 140px;
	height: 408px;
	padding: 5px 10px 10px;
	background-color: #0000CC;
	border: thick solid #0000CC;
}
.slogan {
	position: absolute;
	top: 515px;
	text-align: center;
	width: 600px;
	left: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: oblique;
	color: #0000CC;
	font-weight: bold;
}
body {
	background-image: url(images_global/home_background.gif);
	background-repeat: no-repeat;
}
