@charset "utf-8";
#everything2 {
	width: 600px;
}
#header2 {
	float: left;
	width: 600px;
	height: 100px;
	background-color: #000000;
}
#menuleft2 {
	float: left;
	width: 200px;
	height: 25px;
}
#content2 {
	float: right;
	height: 400px;
	width: 400px;
}
#footer2 {
	background-color: #66CC99;
	height: 100px;
	width: 600px;
	float: left;
}
#tab1 {
	float: left;
	height: 25px;
	width: 100px;
	border-right-style: dotted;
}
#tab2 {
	float: left;
	height: 25px;
	width: 100px;
	border-right-style: dotted;
}
#tab3 {
	float: left;
	height: 25px;
	width: 100px;
	border-right-style: dotted;
}
#tab4 {
	float: left;
	height: 25px;
	width: 100px;
	border-right-style: dotted;
}
#tab5 {
	float: left;
	height: 200px;
	width: 200px;
	border-right-style: dotted;
	top: 250px;
	left: 0px;
}
