/* General tags and classes */
body {
	padding: 0px;
	margin: 0px;
	background:#CCCCCC;
	color: #000000;
	
	/* IE layout center */
	text-align:center;
}
ul {
	margin: 0px;
	padding : 0px;
	list-style: none;
}
hr {
	height: 1px;
	border: none;
	color: #d0d0d0;
	background-color: #C0C0C0;
	margin: 7px 0px;
}
img {
	border:none;
	margin:none;
}
.imgleft {
	margin: 0px 7px 3px 0px;
	float:left;
}
.imgright {
	margin: 0px 0px 3px 7px;
	float:right;
}

.left {
	float:left;
}
.right {
	float:right;
}
.center {
	clear:both;
}
.left img {
	margin: 0px 7px 3px 0px;
}
.right img {
	margin: 0px 0px 3px 7px;
}
.textFlashLarge {
	background:none;
	clear:both;
	text-align:center;
	margin:0px;
	padding:0px;
}

#container {
	border:#000000 1px solid;
	background:#FFFFFF;
	margin: 7px auto;
	width: 900px;
}

/* Header area */
#top {
	clear:both;
	background:#FFF;
	border-bottom:#990000 1px solid;
	margin:0px;
	padding:0px;
	clear:both;
	width:100%;
	height:240px;
}
#top .flashad {
	background:none;
	margin:11px;
	padding:0px;
}
#top .flashad div {
	margin:0px;
	padding:0px;
}
#top .textFlashLarge {
	background:none;
	position:relative;
	top:-17px;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px;
}

#bannerText {
	background:url(../images/theme/tmvBanner.jpg) top center no-repeat;
	width:395px;
	margin:0px 0px 0px 20px;
	padding:180px 0px 0px 0px;
}
#issue {
	float:left;
	width:30%;
	text-align:left;
}
#copy {
	float:left;
	width:35%;
	text-align:center;
}
#date {
	float:right;
	width:30%;
	text-align:right;
}
#bannerHeading {
	background:none;
	clear:both;
	text-align:center;
	padding:0px;
	margin:0px;
}

#main {
	clear:both;
	width:100%;
}

/* Side bar */
#menuleft {
	float:left;
	width: 170px;
	padding: 9px;
	background:#ffffff;
}
#menuleft ul {
	padding: 3px 0px 8px 0px;
}
#menuleft li {
	line-height: 15px;
	list-style: none;
	padding: 0px 0px 0px 20px;
}
#menuleft .flashad {
	clear:both;
	background:#ffffff;
	width:150px;
	margin:0px auto;
	padding:0px;
}
#menuleft .flashad div {
	margin:0px;
	padding:200px 0px 0px 0px;
}

/* Content area */
#contentX {
	clear:both;
	width:670px;
	padding:7px;
	margin:17px;
	font: 0.9em Georgia, "Times New Roman", Times, serif;
	background: #ffffff;
	text-align:justify;
}
#content {
	float:right;
	width:670px;
	padding:3px;
	margin:0px 7px 7px 17px;
}
.date {
	border-top: 1px dotted #ccc;
	padding: 5px 0px;
	margin: 10px 0px 25px 0px;
	text-align: right;
}
#content .rs {
	float: right;
	margin: 0px 10px;
	border: 1px solid #ddd;
	padding: 5px;
	background: #f5f5f5;
}
#content ul {
	list-style-position: inside;
	margin:0px 0px 0px 2px;
}
#content ul li {
	list-style-type: square;
	margin-left: 15px;
}
#content ul ul li {
	list-style: none;
	margin-left: 10px;
	list-style-type: lower-alpha;
	list-style-position: inside;
}
#content .sponsor, #content .columnistDetails {
	position:relative;
	float:right;
	top:-45px;
	left:0px;
	padding:0px;
	margin:0px 0px -65px 0px;
	width:350px;
}
#content .sponsor-simple {
	width:370px;
	height:80px;
	position:relative;
	float:right;
	top:-65px;
	left:0px;
	margin:0px 35px -85px 0px;
	
	padding:11px 17px;
	background:none;
	border:none;
	text-align:center;
	font:bold italic 1.1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content .competition {
	float:right;
	width:45%;
	margin:-0.1em 0px 1.0em 1.0em;
	padding:0px;
	border:none;
}
#content .book {
	width:30%;
	float:left;
	padding:7px;
	margin:3px;
	min-height:370px;
	height:370px;
	text-align:center;
}
#content .bookshop {
	width:22%;
	float:left;
	padding:7px;
	margin:3px;
	background:#ffffff;
	text-align:left;
	font:normal 0.75em "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content .profile {
	width:67%;
	float:left;
	padding:0px;
	margin:0px;
}
#content .factfile {
	width:30%;
	float:right;
	padding:5px;
	margin:0px 0px 0px 5px;
	background:#ffffff;
}
#contentarea {
	width:590px;
	height:180px;
	border:none;
}
.code {
	clear:both;
	width:87%;
	padding:3px;
	margin:7px 27px;
	text-align:left;
	font:italic 0.9em "Courier New", Courier, monospace;
	color:#333333;
	background:#FFFFCC;
	border:#333333 1px dashed;
}

/* Footer */
#footer {
	width:100%;
	clear: both;
	border-top: 1px solid #cccccc;
	background: #ffffff;
	min-height:45px;
	margin: 0px;
	padding:0px;
}
