/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #737373;
}

h1, h2, h3 {
	color: #000000;
	font-style: italic;
}

a {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}

#nav a {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #6600FF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}

.indent { margin-left: 10px; margin-right: 7px; }

#wrapper {
	display: table;
	width: 740px;
	margin: 0 auto;
}

#page { display: table-row; }

#footer { display: table-row; }

/* Divide #page */
#main { 
	display: table-cell;
}

#sidebar {
	display: table-cell;
	width: 165px;
	padding: 0;
	vertical-align: top;
}

/* Divide #main */
#header {
	margin: 10px 5px 10px 0;
}

#body { }

/* Divide #body */
#nav {
	display: table-cell;
	width: 175px;
	padding: 0;
	margin: 0;
	background-color: #333333;
	vertical-align: top;
}

#content {
	display: table-cell;
	padding: 0 10px 0 10px;
}

/* Divide #content */
#main-video {
	padding: 5px;
	margin: 0;
	width: 360px;
	height: 330px;
	background: url(images/main-video-bg.gif) no-repeat top left;
}

#article1 {
	float: left;
	padding: 0;
	width: 180px;
	background: url(images/article-top-bg.gif) no-repeat top left;
	background-color: #FFFFFF;
	border-right: 5px #000000 solid;
}

#article2 {
	float: left;
	padding: 0;
	width: 180px;
	background: url(images/article-top-bg.gif) no-repeat top left;
	background-color: #FFFFFF;
	border-left: 5px #000000 solid;
}