

body {
	margin: 0;
	padding: 0;
	background: #000000 url(../bg_pics/black-stripe.gif) repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4D4D4D;
}

#michelangelo {
	background-image: url(../bg_pics/mabeko_bg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 503px;
	width: 903px;
	top: 75px;
	left: 99px;
}

img {
	border: none;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #3E3530;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #3E3530;
}

a:hover {
color: #F60;
}









/* Footer */

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 590px;
	left: 335px;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #A0A0A0;
}

#footer a {
	color: #8A8A8A;
}