@charset "utf-8";
/* CSS Document */

body {
/*	background-color: #39C; */
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCCFF;
}

#container {
  	position: relative;
  	top: 20px;
  	right: 0px;
  	margin: 0 auto;
  	width: 760px;
	height: auto;
  	/*text-align: left;*/
  	background-color: #ffffff;
}

#content {
/*	position: relative; 
	top: 0px;
	left: 0px;*/
	margin: 0 auto;
	height: auto;
	width: auto;
	padding: 20px;
	background-color: #FFFFFF;
	color: #333333;
/*	font-size: 1.2em;
	border-top: #39c thin solid; */
}

#row1 {
	position: relative;
	top: 0px;
	right: 0px;
	width: auto;
	margin: 0 auto;
	background-color: #FFFFFF;
	text-align: center;
}

.fb {
	vertical-align: middle;
	margin-right: 20px;
	width: 40px;
}

.tinyText {
	font-size: .5em;
}