*{
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	background-image: url(img/topback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
}
#menu {
	margin-top: 90px;
	text-align: right;
	width: 500px;
}
#menu h1 {
	margin-bottom: 15px;
}
#menu a img {
	margin-bottom: 7px;
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 70px;
	width: 500px;
	padding-bottom: 20px;
}


#main {
	float: left;
	margin-top: 75px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 290px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#main p {
	margin-bottom: 7px;
}

#about #menu,#profile #menu,#songs #menu,#songsd #menu,#contact #menu {
	margin-top: 10px;
	width: 350px;
	float: left;
}
#songsd #main {
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 270px;
	padding-left: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#about #footer,#profile #footer,#songs #footer,#songsd #footer,#contact #footer {
	width: 660px;
}
#songsd #main object {
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
#songsd #main h4 {
	margin-bottom: 15px;
}

.wid100p {
	width: 100%;
}
.submit {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 1px;
}

