body {
	background: url('bg_stripe.jpg') #000000 repeat-x top;
	color: #eeeeee;
	margin: 0;
	font-size: 12px;
	font-family: Tahoma, sans-serif;
	line-height: 18px;
	min-width: 780px;
	text-align: center;
}

img {
	border: none;
}

table {
	border: none;
	padding: 0;
	margin: 0;
}

a:link, a:visited {
	color: yellow;
	text-decoration: none;
}

a:hover, a:active {
	color: yellow;
	text-decoration: underline;
}

h1 {
	margin-top: 0;
	padding-top: 0;
	font-weight: normal;
	font-size: 32px;
}

h2 {
	font-size: 1.4em;
	margin-bottom: 4px;
}

h3 {
	font-size: 1.05em;
	font-weight: normal;
	font-style: italic;
}

#header {
	text-align: center;
	margin: 0;
	padding-bottom: 20px;
}

#footer {
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 10px;
	color: #666666;
	
}

#content {
	margin: 0 auto;
	text-align: left;
	border: 1px solid #333333;
	width: 780px;
	color: #fff;
	padding: 20px;
}

#nav {
	text-align: center;
	margin: 0 auto 35px;
	border: 1px solid #333333;
	width: 450px;
}

#sections_container {
	font-size: 12px;
}

#sections_ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#sections_ul li {
	display: inline;
	list-style-type: none;
}

#sections_container a {
	margin: 5px;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
}

#sections_container a:link, #sections_container a:visited {
	color: #fff;
	background: #444444 repeat-x top;
	text-decoration: none;
}

#sections_container a:hover {
	color: #fff;
	background: #888888;
	text-decoration: none;
}

#sections_active {
	font-weight: bold;
}

.console {
	/* font-family: Courier New, fixed; */
	text-align: left;
	font-size: 15px;
	line-height: 1.5em;
}

.center {
	text-align: center;
}


.row1 {
	background: black;
}

.row2 {
	background: #333333;
}

