* {
	margin:0;
	padding:0;
}

body {
	background-color:#f1f5f9;
	font-family:"Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
	font-size:12px;
	color:#6f7a8a;
}

a:link, a:visited {
	color:#6081b1;
	text-decoration:underline;
}
a:hover, a:active {
	color:#304e79;
	text-decoration:underline;
}

p{
	font-size:1.1em;
	margin:10px 30px 12px;
}

h1{
	font-size:2em;
	font-weight:bold;
	margin:0 20px 20px;
	padding:10px 0 5px;
	border-bottom:1px solid #395693;
}

h2{
	font-size:1.2em;
	font-weight:bold;
	margin:20px 20px 4px;
	padding-bottom:4px;
	border-bottom:1px dashed #b3c0db;
}

div#center {
	margin:10px auto 50px;
	width:956px;
}

div.main-border-top {
	/*width:956px;*/
	height:40px;
	background:transparent url("/img/main-border-top.png") no-repeat center center;
}

div.main {
	/*width:956px;*/
	background:transparent url("/img/main-border-middle.png") repeat-y center center;
	padding:0px 18px;
	overflow:hidden;
}

div.main-border-bottom {
	/*width:956px;*/
	height:40px;
	background:transparent url("/img/main-border-bottom.png") no-repeat center center;
}

div.inner-gradient-top {
	height:12px;
	background:transparent url("/img/inner-gradient-top.gif") repeat-x center center;
}

div.inner {
	background-color:#ced7e2;
	overflow:hidden;
}

div.inner-gradient-bottom {
	height:12px;
	background:transparent url("/img/inner-gradient-bottom.gif") repeat-x center center;
}

img#logo {
	float:left;
	margin:0 40px 0 25px;
}

div#blurb {
	font-size:1.2em;
	overflow:hidden;
	padding-right:40px;
	line-height:1.2em;
	margin-bottom:8px;
}

div#blurb p {
	margin-bottom:0.8em;
}

div#blurb ul {
	list-style-type:none;
}

div#blurb ul li{
	font-size:0.9em;
	background-image:url('../img/bullet-star.gif');
	background-repeat:no-repeat;
	background-position:4px center;
	padding-left:32px;
	margin:3px 0;
}

div.float-container {
	overflow:hidden;
}

div#fb-fan-stream {
	float:left;
	margin:10px 0 0 10px;
	width:300px;
	height:365px;
	background-color:White;
}

div#inner-content {
	float:left;
	width:588px;
	height:363px;
	margin:10px 0 0 10px;
	border:1px solid #94A3C4;
	background-color:White;
	overflow:hidden;
}

div#fb-fan-connections {
	margin:10px 0 10px 10px;
	width:900px;
	height:180px;
	background-color:White;
}

div#copyright {
	float:right;
	color:#96a1b1;
	margin:0 30px 0 0;
}

div.links-bottom {
	font-size:1.1em;
	margin:0 0 0 30px;
}

div#sessionMessage {
	text-align:Center;
	margin-top:10px;
	color:#c92d2d;
}

#link-play {
	position:relative;
	z-index:100;
	display:block;
	width:588px;
	height:363px;
	background-image:url('../img/link-play.png');
	background-repeat:no-repeat;
	background-position:-1000px -1000px;
}
#link-play:hover {
	background-position:center center;
}
