@charset "utf-8";
/* CSS Document */

/* LAYOUTS AND STRUCTURES */
html, body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body
{
	background-image:url(bg-crowd.jpg);
	background-position: bottom center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #000;
}

table.bottom	{width: 100%;}
td.bottom_left, td.bottom_right		{background-color: #000;}
td.bottom_center
{
	background-image:url(bottomcrowd2.gif);
	background-position: top center;
	width: 900px;
	height: 140px;
}
div.menu
{
	margin: 0px;
	border: 0px;
}
div.bottom_below
{
	background-color:#000;
	width: 100%;
}
div.bottom_above
{
	width: 900px;
	height: 220px;
	margin: auto;
	background-image:url(bottomcrowd.gif);
}
div.supplimentary
{
	width: 700px;
	color: #FFF;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	margin: auto;
	padding-bottom: 10px;
	line-height: 26px;
}

div.content
{
	width:100%;
	min-width: 900px;
	background-image:url(bg-starburst.png);
	background-repeat: no-repeat;
	background-position: top center;
}
div.content_header
{
	width: 900px;
	margin: auto;
}
div.content_left	{float: left;}
div.content_right	{float: right;}
div.content_center
{
	background-image:url(middlebar.gif);
	background-position: top center;
	background-repeat: repeat-y;
	width: 900px;
	margin: auto;
}
div.innercontent
{
	width: 700px;
	max-width: 700px;
	margin: auto;
}

		li.thumb
		{float: left; margin: 5px; list-style: none;}
		img.thumb
		{
			border:  1px #000 solid;
			background-color: #FFF;
			padding: 2px;
		}

/* FONTS AND COLOURS! */

div.sleepsleft
{
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -.08em;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	color: #FFF;
	width: 80px;
	margin-left: 5px;
	height: 46px;
	overflow: hidden;
}
.toptweet
{font-size: 11px;}
div.toptweet
{
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-size: 11px;
}
ul.toptweet
{
	list-style: none;
	margin: 0px;
	margin-top: 1px;
	border-top: 1px dashed #CCC;
	padding: 0px;
	padding-top: 5px;
}

div.twitterbox
{
	background-image:url(box.gif);
	width: 640px;
	height: 200px;
	margin: auto;
}

h1,h2,h3
	{clear: both;}
h1
{
	border-top: #666 solid 1px;;
	border-bottom: #CCC dashed 1px;
	color:#39C;
	font-family: "Arial Black", Gadget, Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: -.07em;
	margin: 0px;
}

h2
{
	font-family: "Arial Black", Gadget, Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0px;
	color: #939;
	padding-top: 20px;
}
h3
{
	font-family: Tahoma, Geneva, sans-serif;
	padding-left: 10px;
	font-size: 12px;
	margin: 0px;
	color: #693;
}
p.small {font-size: 11px;}
p, div, body, ul, ol
{
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
}
p, ul, ol
{
	margin: 0px;
	padding: 20px;
	padding-bottom: 0px;
}
ul,ol	{padding-left: 40px;}
a
{color: #3C9;text-decoration: underline;}
a:hover
{color: #3CC;text-decoration: none;}
img{border: 0px;}
