/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #737373;
}

#wrapper {
	display: table;
	width: 955px;
	margin: 0 auto;
}

#page { display: table-row; }

#footer { display: table-row; }

/* Divide #page */
#main { 
	display: table-cell;
	width: 780px;
}

#sidebar {
	display: table-cell;
	width: 175px;
	padding: 0;
	vertical-align: top;
}

/* Divide #main */
#header {
	margin: 10px 5px 10px 0;
}

#body { }

/* Divide #body */
#nav {
	display: table-cell;
	width: 175px;
	padding: 0 0 10px 0;
	margin: 0;
	background-color: #333333;
	vertical-align: top;
}

#content {
	display: table-cell;
	width: 585px;
	padding: 0 10px 0 10px;
}

/* Divide #content */
#main-video {
	padding: 5px 5px 0 5px;
	margin: 0;
	width: 575px;
	height: 420px;
	background: url(images/main-video-bg.gif) no-repeat top left;
}

#article1 {
	float: left;
	padding: 0;
	margin: 5px 5px 0 0;
	width: 287px;
	background: url(images/article-left-top-bg.gif) no-repeat top left;
	background-color: #FFFFFF;
}

#article2 {
	float: left;
	padding: 0;
	margin: 5px 0 0 5px;
	width: 288px;
	background: url(images/article-right-top-bg.gif) no-repeat top left;
	background-color: #FFFFFF;
}

#content-top
{
   	width: 585px;
   	height: 25px;
    background: url(images/main-content-top-bg.gif) no-repeat top left;
    background-color: #FFFFFF;
}    

#content-main 
{
	float: left;
	width: 535px;
	padding: 0 25px 0 25px;
	background-color: #FFFFFF;
}

#content-bottom
{
	float: left;
   	width: 585px;
   	height: 25px;
    background: url(images/main-content-bottom-bg.gif) no-repeat top left;
    background-color: #FFFFFF;
}    

h1, h2, h3 
{
    margin-top: 20px;
	color: #000000;
	font-style: italic;
}

p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#nav p 
{
    font-size: 11px;
}

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;
}

fieldset {
	width: 380px;
	border: 1px solid #999999;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
}

legend {
	font-weight: bolder;
}

label {
	display: block;
}

input:focus{
	background-color: #FFFFCC;
	color:#000000;
}

.formtext {
	color: #1B1611;
	padding-top: 3px;
}

.indent { margin-left: 10px; margin-right: 7px; }
