	a:link    	{color: #d2cead; text-decoration: none; border-style: none;}
	a:visited 	{color: #d2cead; text-decoration: none; border-style: none;}
	a:active  	{color: #d2cead; text-decoration: none; border-style: none;}
	a:hover		{color: #d2cead; text-decoration: underline; border-style: none;}

body {
	color: #fff;
	background: #77839b;
	margin: 0;
}

#page-container {
	width: 1060px;
	height: 550px;
	position: absolute;
	top: 0px;
	left: 100px;
}

#page-content {
	width: 700px;
	height: 300px;
	background: #445683;
	border: solid 1px #fff;
	position: absolute;
	top: 100px;
	left: 155px;

}

#page-navbar {
	width: 130px;
	height: 450px;
	background: #7c8981;
	border: solid 1px #fff;
	position: absolute;
	top: 50px;
	left: 5px;
	padding: 5px 0 5px 60px;
	font-family: lucida grande, sans-serif;
	line-height: 25px;
	letter-spacing: 1px;
	
}

#page-events {
	width: 275px;
	height: 275px;
	background: #595959;
	border: solid 1px #fff;
	position: absolute;
	top: 275px;
	left: 770px;
	padding: 5px;
	font-family: tahoma;
	font-size: 10pt;
	line-height: 25px;
}

div.block-title {
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #fff;
	text-align: right;
	margin: 0 10px 20px 0;
	font-family: sans-serif;
	letter-spacing: 1px;
	font-size: 12pt;
}

#output-text {
	width: 550px;
	height: 260px;
	position: absolute;
	left: 50px;
	top: 30px;
	padding: 3px;
	overflow: auto;
	line-height: 23px;
	font-family: verdana;
	font-size: 10pt;
}

#page-tone {
	background: #cf9b49;
	width: 420px;
	height: 80px;
	position: absolute;
	left: 255px;
	top: 445px;
	padding: 5px 20px 5px 20px;
}

#fbalogo {
	width: 495px;
	height: 40px;
	background: transparent url('../assets/images/fbalogo.png');
	position: absolute;
	top: 75px;
	left: 385px;
}

div.image-tone {
	width: 75px;
	height: 75px;
	border: solid 2px;
	margin: 0 30px 0 30px;
	float: left;
}

#page-album {
	width: 200px;
	height: 133px;
	position: absolute;
	top: 120px;
	left: 815px;
	border: solid 1px #fff;
}

#tone-sunset {
	background: url('../assets/images/sunset.png');
	border-color: #fff;
}

#tone-city {
	background: url('../assets/images/city.png');
	border-color: #fff;
}

#tone-railroad {
	background: url('../assets/images/railroad.png');
	border-color: #fff;
}

#fbalogo2 {
	width: 150px;
	height: 94px;
	background: transparent url('../assets/images/fbalogo2.png');
	position: absolute;
	top: 35px;
	left: 175px;
}