html,body {
  margin:0;
  padding:0
}
body {
  font: 76% arial,sans-serif;
  text-align:center;
  background:#000;
  color:#fff;
}

/**
 **		MAIN PAGE CONTAINER DIV
 **/
div#container {
  margin:0 auto;
  width:1000px;
  text-align:left;
  background:#000;
}

div#container div#header {
	position:relative;
	height:135px;
	background:#fff url(/images/2010/header.web.png) no-repeat;
}
div#container div#header div#seophrase {
	position:absolute;
	left:387px;
	top:100px;
	font:21px "Book Antiqua",arial,sans serif;
	color:#000;
}
div#container div#header div#sociallinks {
	position:absolute;
	top:20px;
	right:0px;
	width:300px;
	height:75px;
	color:#000;
}
div#container div#header div#sociallinks div#mytwitter {
	position:relative;
	height:30px;
	background:#fff url(/images/2010/twitterlogo_small.png) no-repeat;
}
div#container div#header div#sociallinks div#mytwitter div.text {
	position:absolute;
	left:35px;
	top:2px;
	font:14px arial,sans serif;
	font-weight:bold;
}
div#container div#header div#sociallinks div#mytwitter div.text a {
	color:#666;
	text-decoration:none;
	border-bottom:1px dashed #C0C0C0;
}


div#container div#header div#sociallinks div#mycanwest {
	position:relative;
	margin-top:5px;
	height:30px;
	/*
	background:#fff url(/images/2010/canwest_sprite.notypeset48.png) no-repeat;
	*/
	background:#fff;
}
div#container div#header div#sociallinks div#mycanwest div.text {
	position:absolute;
	left:57px;
	top:0px;
	font:14px arial,sans serif;
	font-weight:bold;
}
div#container div#header div#sociallinks div#mycanwest div.text a {
	color:#666;
	text-decoration:none;
	border-bottom:1px dashed #C0C0C0;
}








div#container div#mbody {
	position:relative;
  min-height:650px;
  height:auto !important;
	background:#fff url(/images/2010/body.web.jpg) no-repeat;
}
* html div#container div#mbody {
	height:650px;
}


div#container div#mbody div#maintext {
	position:relative;
	padding-top:50px;
	margin-left:540px;
	width:340px;
	height:500px;
	background:#fff;
	/* border-left:1px solid #C0C0C0; */
	color:#000;
}


.accordion {
  position:relative;
  height:auto;
  margin-bottom:10px;
}


/*
 *		ANCHOR LINK DEFS
 */
.accordion a {
	display:block;
}
.accordion a.twitterlink {
  color:#666;
  font-weight:bold;
  text-decoration:none;
  border-bottom:1px dashed #C0C0C0;
  display:inline;
}
.accordion a.ptwitterlink {
  display:inline;
  color:#000;
  text-decoration:none;
}
.accordion a.wikilink {
  color:#666;
  font-weight:bold;
  text-decoration:none;
  border-bottom:1px dashed #C0C0C0;
  display:inline;
}

.accordion img {
  border:0px;
}
.accordion div.text {
	position:relative;
	text-align:justify;
	margin-top:10px;
	margin-left:85px;
	height:auto;
	width:340px;
	line-height:1.4em;
	padding-bottom:20px;
}
.accordion div.text .sentence {
	display:block;
	width:95%;
	margin-bottom:10px;
}
	

.accordion div.text #twitter_main {
	position:relative;
	height:auto;
	background:#fff;
}
.accordion div.text #twitter_main div#twitterfollow {
	position:relative;
	left:0px;
	top:0px;
	height:40px;
	background:#fff url(/images/2010/twitter32.png) no-repeat;
}
.accordion div.text #twitter_main div#twitterfollow a {
	display:inline;
	margin-left:40px;
	/* padding:5px; */
	font:16px arial,sans serif;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	border-bottom:1px dashed #C0C0C0;
}


.accordion div.text #twitter_main .tweet {
	position:relative;
	height:auto;
	padding-bottom:15px;
	margin-bottom:5px;
	border-bottom:1px dashed #666;
}
.accordion div.text #twitter_main .tweet .date {
	position:relative;
	margin-top:2px;
	float:right;
	margin-bottom:3px;
	height:auto;
	font:10px arial,sans serif;
	font-weight:bold;
}

div#container div#footer {
	position:relative;
	height:80px;
	background:#fff;
	color:#000;
	padding-top:30px;
	padding-bottom:30px;
}
div#container div#footer a {
	display:inline;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	border-bottom:1px dashed #C0C0C0;
}
