@charset "utf-8";
#allcontent {
	height: 550px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 135px;
	width: 820px;
	position: relative;
}
#menubar {
	height: 30px;
	width: 820px;
	position: relative;
	top: 5px;
	background-color: #000000;
}
#content {
	width: 820px;
	height: 400px;
	position: relative;
	margin-top: 5px;
}
#row1 {
	height: 182px;
	width: 820px;
	position: relative;
	top: 5px;
	padding-left:8px;
}
#row2 {
	height: 195px;
	width: 820px;
	position: relative;
	top: 5px;
	padding-left: 8px;
}
#footer {
	width: 820px;
	margin-top: 20px;
}
.link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
