html, body { height: auto; }

html
{
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

body
{
	text-align: center;
	margin: 0;
	padding: 0;
}

/******************************************************************/
#Wrap
{
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: left;
	width: 740px;
	min-height: 100%;
	height: auto;
}

/******************************************************************/
#Title
{
	text-align: right;
	padding-bottom: .5em;
	width: 100%;
	height: 60px;
	color: #333;
	border-bottom: solid 1px #FFFFFF;
	background: url(../images/logo.gif) no-repeat bottom right;
	margin: 0;
}

/******************************************************************/
#Line
{
	clear: right;
	border-bottom: 1px solid #FFFFEE;
	position: relative;
	top: 1.1em;
}

/******************************************************************/
#Menubar
{
	float: right;
	list-style: none;
	background: #446644;
	border-top: 1px solid #FFFFEE;
	border-bottom: 1px solid #FFFFEE;
	margin-top: -.1em;
}

#Menubar li { float: left; }

#Menubar a
{
	float: left;
	display: block;
	color: #FFFFEE;
	background: #446644;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 1px;
	margin-bottom: 1px;
}

#Menubar a:hover
{
	color: #333333;
	background: #FFFFEE;
}

/******************************************************************/
#Main
{
	float: right;
	width: 100%;
}

/******************************************************************/
.Artist
{
	clear: both;
	float: left;
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #FFC;
	width: 100%;
}

.Image
{
	float: left;
	margin-left: 1em;
	text-align: center;
}

/******************************************************************/
#Mission
{
	background: #333;
	border-top: 1px solid #FFFFEE;
	border-bottom: 1px solid #FFFFEE;
	clear: both;
	text-align: center;
	margin-top: 1em;
}

/******************************************************************/
