#container {
	float: left;
	height: 100%;
	width: 100%;
	background-color: #999;
}
#header {
	float: none;
	height: 80px;
	width: 93%;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 36px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	background-color: #999;
	margin-left: 7%;
}

body {
	background-color: #999;
	background-image: none;
	background-repeat: no-repeat;
	margin: 0px;
}
#welcome {
	float: left;
	height: 95px;
	width: 95%;
	padding-left: 30px;
	background-color: #999;
}
#body1 {
	float: left;
	height: 600px;
	width: 35%;
	padding-right: 20px;
	padding-left: 32px;
	font-size: 18px;
	background-color: #999;
}
#Body3 {
	float: left;
	height: auto;
	width: 98%;
	background-color: #999;
}

#body2 {
	float: right;
	height: 600px;
	width: 60%;
	vertical-align: top;
	background-color: #999;
}
