body {
	margin-top: 0px;
	background-color: #000000;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
}
.Box-Container {
	float: left;
	width: 800px;
}
.Left {
	float: left;
	width: 150px;
	background-color: #000000;
}
.Center {
	background-color: #000000;
	float: left;
	width: 302px;
}
.Right {
	float: right;
	width: 348px;
	background-color: #000000;
}
div#myElement {
	width: 150px;
	float: left;
	margin-top: 40px;
}
div#myElement2 {
	width: 150px;
	float: left;
}
div#myElement3 {
	width: 150px;
	float: left;
}
div#myElement4 {
	width: 150px;
	float: left;
}
div#myElement5 {
	width: 150px;
	float: left;
}

/*list*/
.Liststyle {
	list-style:none;
	margin-left:0px;
	margin-right:0px;
	padding:0;
	margin-top: 0;
	margin-bottom: 0px;
}
.Buttons {
	display:block;
	text-decoration: none;
	text-align: center;
	width: 150px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.Buttons:link {
}
.Buttons:visited {
	text-decoration: none;
}
.Buttons:hover {
	text-decoration: none;
}

ul.disc {
	list-style-type: none;
	font-size: 3px;
	margin: 0px;
	display: block;
	list-style-image: none;
	padding: 0px;
	line-height: 4px;
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
h1{
	color: #000000;
	font-size: 5px;
	margin: 0px;
	padding: 0px;
	line-height: 6px;
}
h2{
	font-size: 4px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: 5px;
}
h3{
}
h4{
}
h5{
}
h6{
}

