body {
	margin: 0;
	background: #000;
}

#header {
	margin: 0 auto;
	width: 700px;
	background: #000;
	text-align: center;
}

#bodyarea {
	margin: 0 auto;
	width: 680px;
	background: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	height: 430px;
	overflow: auto;
}

#footer {
	width: 100%;
	background: #000;
	text-align: center;
	font-size: 10px;
	color: #FFF;
}

#dropmenudiv {
	position: absolute;
	padding: 5px;
	line-height: 18px;
	z-index: 999;
	background: #586AF9;
}

#dropmenudiv a {
	text-decoration: none;
	color: #FFF;
	font-size: 13px;
}

#dropmenudiv a:hover {
	text-decoration: underline;
}

/* Homepage specific rules */

#ticker {
	width: 100%;
	height: 20px;
	border: 1px solid #979797;
	font-size: 12px;
	margin-bottom: 5px;
}

#ticker .tickerl {
	width: 518px;
	background: url('images/tickerbackl.jpg') top left repeat-x;
	padding-left: 5px;
	border-right: 1px solid #979797;
}

#ticker .tickerr {
	width: 146px;
	background: url('images/tickerbackr.jpg') top left repeat-x;
	padding-left: 5px;
	font-weight: bold;
	overflow: hidden;
}

#ticker form { padding: 0; margin: 0; }
#ticker input { padding: 0; margin: 0; border: 0; background: transparent; width: 100%;}

#mainrow {
	width: 100%;
	height: 392px;
}

#mainrow .maincoll {
	width: 142px;
}

#mainrow .mainnews {
	width: 527px;
	background: url('images/newsback.jpg') top left no-repeat;
	font-family: serif;
}

#mainrow .mainnews .content {
	display: block;
	width: 507px;
	height: 372px;
	padding: 10px;
	overflow: auto;
}

#subrow { width: 100%; margin-top: 5px; }

#subrow .subcol1 {
	width: 210px;
	font-family: serif;
	font-size: 13px;
}

#subrow .subcol2 {
	margin-left: 5px;
	width: 148px;
	height: 204px;
	border: 1px solid #979797;
	background: url('images/worldwatchback.jpg') bottom right no-repeat;
}

#subrow .subcol3 {
	margin-left: 5px;
	width: 148px;
	height: 204px;
	border: 1px solid #979797;
	background: url('images/wordworks.jpg') bottom right no-repeat;
}

#subrow .subcol4 {
	margin-left: 5px;
	height: 204px;
	border: 1px solid #979797;
}

#subrow .content {
	display: block;
	width: 136px;
	height: 202px;
	padding: 5px;
	overflow: auto;
	font-family: serif;
	font-size: 13px;
}

#subrow .content .title { text-align: center; font-family: sans-serif; font-size: 12px; padding-bottom: 5px; }
#subrow .content .title b { font-size: 14px; }