html {
  height: 10%;
  margin-bottom: 1px;
}

body {
	font-family: Verdanna,Helvetica,Arial,sans-serif;
	line-height: 1.1em;
	margin: 10px 0px 0px 0px;
	font-size: 14px;
	color: #CCCCCC;
	background-color: #000000;	
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

p { 
	margin-top: 5px; 
	margin-bottom: 10px; 
}

img { 
	border: 0 none; 
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

div.center {
  text-align: center;
}

p.center {
  	text-align: center;
	margin-top: 30px;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	background-color: #000000;
}

div#navigation {
	position: relative;
	width: 980px;
	height: 25px;
}

div#logo {
	position: relative;
	width: 980px;
	height: 84px;
}

div#band {
	position: relative;
	text-align: center;
}

.caption {
	position: relative;
	text-align: left;
	margin-top: -100px;
	margin-left: 225px;
	z-index: 1;
}

div#content {
	position: relative;
	margin-left: 30px;
	text-align: left;
	width: 950px;
}

div#heading {
	font-size: 24px;
	line-height: 1.2em;
	text-align: left;
	margin: 0px 10px 10px 0px;
}

div#member_name {
	font-size: 14px;
	text-decoration: underline;
	line-height: 1.2em;
	text-align: left;
	margin: 0px 10px 10px 0px;
}

div#member_profile {
	position: relative;	
	text-align: left;
	margin: -150px 0px 0px 150px;
}

div#member_spacer {
	margin-bottom: 100px;
}

div#footer {
	font-size: 11px;
	text-align: bottom;
	margin-top: 30px;
	margin-bottom: 10px;
}