/*mikeporrata.com*/
html{
	background: #fff url(bg.jpg) top center repeat-y;
	margin: 0 auto;
	font-family: Arial, helvetica, sans-serif;
	color: #e6e6e6;
}

img{
	border: none;
}

#wrapper{
	width: 650px;
	margin: 0 auto;
}

#top{
	width: 650px;
	margin: 0 auto;
}

#logo{
	float: left;
	margin: 0;
	width: 270px;
}

#menu{
	float: left;
	margin: 0;
	width: 340px;
}

ul li {
	display:block;
	float:left;
	list-style-type:none;
}

#logo ul li a {
	display:block;
	height:47px; width:220px;
	background:transparent url(name.png) no-repeat 0 0;
	text-indent:-9009px;
	outline: none;
}

#logo ul li a:hover {
	background-position: 0 -47px;
}

#menu ul li a {
	display:block;
	height:47px; width:85px;
	background:transparent url(menu.png) no-repeat 0 0;
	text-indent:-9009px;
	outline: none;
}

#menu ul li.music a {
	width:77px;
	background-position: -85px 0;
}
	
#menu ul li.bio a {
	width:47px;
	background-position: -162px 0;
}
	
#menu ul li.contact a {
	width:90px;
	background-position: -209px 0;
}
	
#menu ul li a:hover, body#design #menu ul li.design a{
	background-position: 0 -47px;
}

#menu ul li.music a:hover, body#music #menu ul li.music a{
	background-position: -85px -47px;
}

#menu ul li.bio a:hover, body#bio #menu ul li.bio a {
	background-position: -162px -47px;
}

#menu ul li.contact a:hover, body#contact ul li.contact a {
	background-position: -209px -47px;
}

#content{
	z-index: 1;
	clear: both;
	position: relative;
	top: 50px;
	margin: 0 auto;
	width: 500px;
	min-height: 400px;
	background: url(textbg.png) repeat;
	/*padding: 25px;*/
	font-size: 14px;
	margin-bottom: 30px;
}

#innercontent{
	padding: 25px;
}

a:link, a:visited{
	color: #e6e6e6;
	text-decoration: underline;
}

a:hover{
	color: #fff;
}

#foot{
	position: relative;
	z-index: 99;
	width: 500px;
	clear: both;
	margin: 0 auto;
}

.footer{
	font-size: 10px;
	align: right;
	float: right;
	padding: 3px;
}

input{
	width: 420px;
}

textarea{
	width:  420px;
}

input.button{
	width:  150px;
	margin-left: 135px;
}