body {
	background-color: #CCCCCC;
	color: #455548;
	font-family: Arial, Sans-serif;
	font-size: 11pt;
	line-height: 1.25;
	/*
	background-image: url('../images/background_white.png');
	background-repeat: repeat-y;
	background-position: center top;
	*/
}

a, a:link, a:visited, a:active {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #5555AA;
}

a:hover {
	
}



#page {
	width: 1087px;
	background-color: #FFF;
	margin: 0pt auto;
}

#header {
	width: 1087px;
	height: 237px;
	background-image: url('../images/logo.jpg');
	border-bottom: #455548 5px solid;
	text-align: right;
}

#header #homeLink {
	display: block;
	position: relative;
	width: 400px;
	height: 70px;
	top: 130px;
	margin: 0 0 0 auto;
	font-size: 0px;
	text-decoration: none;
}

#content {
	padding: 20px;
}

#footer {
	clear: both;
	padding: 0 0 20px 0;
}

#stats {
	text-align: right;
	margin: 5px 40px;
	font-size: 9pt;
}


.nav {
	margin: 135px 0 0 auto;
	width: 400px;
	height: 25px;
}

.simpleWhiteButton, a.simpleWhiteButton:link, a.simpleWhiteButton:visited {
	display: block;
	float: left;
	width: 118px;
	height: 25px;
	font-size: 10pt;
	font-weight: bold;
	line-height: 22px;
	background-color: transparent;
	background-image: url('../images/simple_white_button.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	margin: 0 2px;
	color: #555555;
	text-decoration: none;
}
a.simpleWhiteButton:hover {
	color: #5555AA;
}
a.simpleWhiteButton:active {
	background-position: 0px -25px;
}




#roster {
	float: left;
	width: 460px;
}
#roster li {
	margin: 0 0 8px 0;	
}

#roster a {
	font-size: 14pt;
	font-weight: bold;
	color: #455548;
	text-decoration: none;
}

#roster img {
	width: 455px;
	height: 71px;
	border: 0 none;
}

#roster a:hover {
	color: #5555AA;
}

#roster em {
	display: block;
	text-indent: 10px;
	line-height: 1.0;
	font-style: normal;
}





#bio {
	position: relative;
	margin: 0 0 0 490px;
}

/*
#bio em {
	font-size: 26pt;
	font-weight: bold;
}
*/

#bio h3 {
	font-size: 22pt;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#bio h5 {
	font-size: 14pt;
	font-weight: bold;
}

#bioText p, #bioHighlight p {
	margin-bottom: .9em;
}




#bioPic {
	display: block;
	float: left;
	width: 320px;
	height: 250px;
	border: 1px #777 solid;
}
.portraitPic {
	height: 380px !important;
}

#bioLinks {
	width: auto;
	height: 260px;
	margin-left: 340px;
	margin-right: 0px;
	vertical-align: bottom;
	/* overflow: hidden; */
}

#bioLinks a {
	display: block;
	font-size: 14pt;
	margin: 0;
	padding: 0;
}



#musicPlayer {
	background-color: #fff;
	color: #fff;
	margin: 10px 0;
	border: 1px #777 solid;
	width: 557px;
	height: 25px;
}



#bioText {
	border: 0 none;
	padding: 1px;
	margin: 0;
	line-height: 1.35;
	height: 15em;
	overflow: hidden;
}

#bioText > div {
	display: block;
}

.textMoreLink  {
	display: block;
	margin: 0 0 2em 0;
}

#bioHighlight {
	border: 0 none;
	padding: 1px;
	margin: 0;
	line-height: 1.35;
	height: 5.5em;
	overflow: hidden;
}

#bioHighlight > span {
	display: block;

}





.feed {
	margin-bottom: 50px;
}




#loginForm {
	font-size: small;
	line-height: 1.4;
	background-color: #ffb;
	border: 1px #cc9 solid;
	padding: 7px 20px;
	margin: 0 0 20px 0;
}
#loginForm label {
	color: #222;
}
#loginForm input {
	color: #444;
	margin: 0 10px 0 2px;
	padding: 2px;
}

#joinForm, #forgottenForm {
	line-height: 2.5;
}

#joinForm label, #forgottenForm label {
	display: block;
	float: left;
	width: 9em;
	text-align: left;
	margin: 0 10px 0 0;
}
#joinForm input, #joinForm select, #forgottenForm input  {
	float: left;
	width: 20em;
	padding: 5px;
	border: 1px #7f9db9 solid;
}
#joinForm input[type='text'], #joinForm input[type='password'], #forgottenForm input[type='text'] {
	width: 19.1em;
}
#joinForm p, #forgottenForm p {
	margin: 0 0 0 31em;
	color: #838383;
}


.error {
	color: #e55 !important;
	font-weight: bold;
}
.success {
	color: #478317 !important;
}
.notification {
	color: #b63 !important;
}
	


.loginLink {
	margin: 0 0 0 130px;
}
	
	
