html {min-height: 100%; margin-bottom: 1px;}
html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: small;
	font-family: sans-serif;
	text-align: center;
	color: #5e5e5e;
	background: #ffffff url(bodyBack.jpg) repeat-x;
}

a {
	color: #ec5900;
}
a:hover {
	color: #edac85;
}
form {
	margin-bottom: 0;
}
form label {
	display: block;
}
form input {
	width: 315px;
	padding: 3px;
	border: solid 1px #999999;
}
form textarea {
	width: 315px;
	height: 120px;
	margin-bottom: 3px;
	padding: 3px;
	border: solid 1px #999999;
}
form button {
	float: right;
}
img {
	border: none;
}

#wrap {
	margin: auto;
	padding: 0;
	width: 761px;
	height: 100%;
	background: #5e5e5e;
}

#head {
	width: 761px;
	height: 77px;
	text-align: left;
	padding-top: 55px;
	background: #ffffff url(bodyBack.jpg) repeat-x;
}

#body {
	width: 761px;
	background: #ffffff;
}

#body h1 {
	padding: 0 0 30px 0;
	margin: 0;
	font-size: medium;
	font-family: Georgia, serif;
	font-weight: 100;
	background: #ffffff url(titleBack.jpg) repeat-x 20px;
	position: relative;
}

#body h3 {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: small;
	font-family: Georgia, serif;
	font-weight: 100;
	background: #ffffff url(titleBack.jpg) repeat-x 0 15px;
	position: relative;
}

#body h2 {
	font-size: small;
	font-family: Georgia, serif;
}

#body h2 small {
	margin-left: 10px;
}

#body div.content {
	width: 418px;
	margin-right: 20px;
	text-align: left;
	float: left;
	z-index: 500;
	position: relative;
}

#body div.content div.info {
	font-size: smaller;
	color: #cccccc;
	margin-bottom: 20px;
	padding:5px 0 5px 0;
	border-top: dotted 1px #cccccc;
	border-bottom: solid 1px #5e5e5e;
}

#body div.content p {
	line-height: 150%;
	color: #888888;
}

#body div.content img {
	padding: 0 5px 5px 0;
}

#body div.side {
	width: 323px;
	float: left;
	text-align: left;
	padding: 0 0 20px 20px;
}

#body div.side div.photos {
	padding: 0;
	margin: 0;
}

#body div.side div.photos a {
	display: block;
	margin: 0 5px 5px 0;
	float: left;
}

#body div.side div.songs {
	padding: 0;
	margin: 0;
	
}

#body div.side div.songs a {
	display: block;
	padding: 3px;
}

#body div.side ul {
	margin: 14px 0 0 0 !important;
	padding: 0 !important;
	list-style-type: none;
}

#body div.side ul li {
	padding: 3px;
	list-style-type: none;
}

#body div.side div.photos a.end {
	display: block;
	margin: 0 0 5px 0;
	float: left;
}

#body div.side div.photos a img {
	border: solid 1px;
}

#body div.side div.sideWrap div.left {
	width: 159px;
	margin-right: 5px;
	float: left;
}

#body div.side div.sideWrap div.right {
	width: 159px;
	float: left;
}

#foot {
	width: 761px;
	background: #5e5e5e url(footBack.jpg) no-repeat top;
	text-align: left;
}

#foot h4 {
	margin: 30px 0 10px 0;
	padding: 0;
	color: #333333;
}

#foot ul {
	margin: 0 0 30px 0 !important;
	padding: 0 !important;
	list-style-type: none;
}

#foot ul li {
	padding: 5px 0 5px 0;
	border-bottom: solid 1px #999999;
}

#foot ul li a {
	text-decoration: none;
	color: #999999;
	display: block;
}

#foot div.left {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 406px;
}

#foot div.right {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 313px;
}

.clear {
	clear: both;
}
.static {
	margin-left: 38px;
	left: 50%;
	position: fixed;
	z-index: 100;
	background-color: #ffffff;
}
.sideEnd {
	height: 350px;
}
.required {
	background-color: #ec5900;
}
.error {
	display: block;
	float: left;
	font-weight: bold;
	color: #ec5900;
	z-index: 1000;
}