* {
   padding:0;
   margin:0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 4px;
}
p {
	margin-bottom: 8px;
}

body {
	margin: 0;
	padding: 0;
	font: 12px Verdana, sans-serif, "Lucida Grande", Lucida;
	color:  #222222;
	background-image: url(header_bg.png);
	text-align: justify;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.container {
	max-width: 800px;
	margin-left:auto;
	margin-right:auto;
	min-width: 400px;
}

/* @group Header */

#header img {
	float:  left;
}

#header .header_title {
	float: left;
}

#header .header_content {
	float: right;
}

#header {
	background: #282828 url(header_bg.png) repeat-x;
	color: #bcbcbc;
	padding: 10px 0 30px 0px;
}

/* @end */

/* @group Nav Elements */

.nav_container {
	padding-left: 0px;
	margin-top: 0;
}

.nav_container ul {
	list-style-type: none;
	padding: 5px;
	margin: 0;
}

.nav_container li
{
	float: left;
	margin-right: 5px;
} 

.nav_container li a {
	background: #974046 url(css_bg_notselected.png) repeat-x left;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 9em;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.nav_container li a:hover {
	background-image: url(css_bg_selected.png);
	color: #ff7874;
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
}

.nav_container .selected a {
	background-image: url(css_bg_selected.png);
	color: #ff7874;
}

.bottom_nav {
	background: url(css_bg_notselected.png) repeat-x 0 top;
	padding-bottom: 5px;
}

.bottom_nav .sub_nav {
	background-color: #292929;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #fff;
	height: 15px;
}

.sub_nav ul {
	list-style-type: none;
	margin: 0;
}

.sub_nav li
{
	float: left;
	padding-left: 17px;
}

.sub_nav li a {
	color: #fff;
	text-decoration: none;
}

.sub_nav li a:hover {
	color: #ff7874;
}

.sub_nav .selected {
	color: #FF7874;
	padding-top:5px;
}

/* @end */

/* @group Content */

.wrapper {
	background: url(content_bottom_bg.png) repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
}

#content {
	background: #974046 url(content_top_bg.png) repeat-x;
}

.description {
	background: white repeat;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0;
	font-size:  90%;
}

.section_content {
	background-color: white;
	padding: 5px;
	min-height: 400px;
}

.section_content p {
	border: 1px solid #bcbcbc;
	padding: 5px;
}

.section_content .left {
	float:  left;
	width: 360px;
	margin-left: 50px;
}

.section_content .right {
	float:  right;
	width: 300px;
	margin-right:  50px;
}

.section_content .full {
	clear:  both;
	width:  auto;
	margin-left: 50px;
	margin-top:  10px;
	width: 660px
}

.section_content .text_header {
	margin-bottom: 6px;
	font-size: 110%;
	font-variant: small-caps;
	font-weight: bold;
}

.text_sub {
	margin-top: -8px;
	padding-left: 10px;
	margin-bottom: 10px;
}

.notice {
	font-size: 90%;
	padding: 5px;
	width: 300px;
	background-color: #fef3c1;
	/*float: right;*/
	text-align: left;
	border-bottom: 1px solid #bcbcbc;
	border-left: 1px solid #bcbcbc;
}
.error {
	font-size: 90%;
	padding: 5px;
	width: 250px;
	background-color: #ff7873;
	text-align: left;
	border-bottom: 1px solid #bcbcbc;
	border-left: 1px solid #bcbcbc;
}
code {
	background-color: #fef3c1;
	border: 1px solid #bcbcbc;
	padding: 2px;
	font-size: 90%;
}
h2 {
	float: left;
}

.tweet {
	width: 555px;
	border-bottom:1px solid #BBBBBB;
	padding:7px 3px;
}

.tweet a {
	font-size: 80%;
}

/* @end */

.footer {
	background: #282828 url(css_bg_selected.png) repeat-x;
	color: #fff;
	padding: 2px 0 40px 0px;
}

.footer a {
	color: #fff;
}

.footer a:visited {
	color: #ff7874;
}

.footer ul {
	list-style-type: none;
	padding-left: 5px;
}

.footer li
{
	float: left;
	margin-right: 2px;
	margin-left: 2px;
}

#help li {
	font-weight: bold;
}

#help p {
	font-variant: normal;
	font-weight: normal;
	border: none;
}

.rating_comment {
	margin-left:10px;
}

/* @group Tables */

table .header_row {
	background-color: #292929;
	color: #fff;
	text-align: center;
}

table .header_row th {
	padding: 2px;
}

table .data_cell .l_speaker {
	margin-right: 20px;
	margin-left: 10px;
}

table .cell_rating {
	text-align: center;
}

table .data_row:hover  {
	background-color: #fef3c1;
}

table  .even  {
	background-color: #ededed;
}

/* @end */