body {
	 margin: 0px;
	 padding: 0px;
	 background: #e2e3e5;
	 font-family: arial;
}

#container {
	width: 800px;
	margin-top: 20px;
	margin-left: 20px;	
	text-align: left;
}

#menu {
	border-top: white 1px solid;
	height: 25px;
	padding-top: 3px;
	border-bottom: white 1px solid;
	width: 800px;
	float: left;
	 font-weight: bold;
}

.menu {
	text-decoration: none;
	color: #5a5959;
	margin-right: 10px;
	font-size: 11pt;
}

.menu:hover {
	color: white;
}

#topsection {
	color: white;
	font-size: 72pt;
	width: 800px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main{
	border-top: white 1px solid;
	width: 800px;
	float: left;
	font-size: 11pt;
}

.made {
	float: left;
	margin-top: 15px;
	margin-right: 13px;
	height: 135px;
}

#main2 {
	width: 800px;
	float: left;
	margin-top: 10px;
	float: left;
}

.made2 {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}

#bottomsection {
	width: 800px;
	font-size: 10px;
	margin-left: 20px;	
}

#copy {
	color: white;
	text-decoration: none;
	float: left;
	text-align: left;
	padding: 2px;
	margin-top: 5px;
}
#adh {
	color: white;
	text-decoration: none;
	float: right;
	text-align: right;
	padding: 2px;
	margin-top: 5px;
}

.adh {
	color: white;
	text-decoration: none;
}

.adh:hover {
	text-decoration: underline;
}
