body	{
	margin:0;
	padding:0;
	background: #000;
	/*color: #fff;*/
}

#content-wrapper, #menubar, #footer	{
	color: #fff;
}

body, div, table, td	{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#fff;
}
a img	{
	border: 0;
	/*color: transparent;*/
}

a {
	color: #f93;
	text-decoration: none;
	cursor: pointer;
	} 
a:hover {
	color: #fff;
}
a,a:hover,a:active,a:focus	{
	outline-style: none;
}
label	{
	font-weight: bold;
}
input	{
	display: block;
	margin: .3em;
	padding: .3em;
	color: #000;
	font-weight: bold;
}
textarea	{
	font-family:Arial,Helvetica,sans-serif;
	font-weight: bold;
	margin: .3em;
	padding: .3em;
}

#menubar	{
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	border-collapse: collapse;
	z-index: 3;
}
#menubar.active #menubar-content	{
	overflow: hidden;
}
#menubar-content	{
	width: 218px;
	background: url(../images/side_slide_box.jpg) left top repeat-x;
	padding: 10px 18px;
	height: 100%;
	vertical-align: top;
	position: relative;
}
#menubar a.logo img	{
	margin-bottom: 40px;
}

#menu-link	{
	cursor: pointer;
}

ul.leftnav	{
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.leftnav li a	{
	display: block;
	width: 204px;
	height: 30px;
	text-indent: -9999px;
	background: url(../images/sprite.gif) top left repeat-y;
}

#defeatdeath-link { background-position: 0 0; } 
#defeatdeath-link:hover { background-position: 0 -37px; } 
#forum-link { background-position: 0 -74px; } 
#forum-link:hover { background-position: 0 -112px; } 
#news-link { background-position: 0 -150px; height: 20px; margin-top: 5px; } 
#news-link:hover { background-position: 0 -180px; } 
#rebellion-link { background-position: 0 -210px; } 
#rebellion-link:hover { background-position: 0 -248px; } 
#revolution-link { background-position: 0 -286px; } 
#revolution-link:hover { background-position: 0 -324px; } 
#testimonies-link { background-position: 0 -362px; } 
#testimonies-link:hover { background-position: 0 -400px; } 
#training-link { background-position: 0 -438px; height: 35px; } 
#training-link:hover { background-position: 0 -483px; } 


#menubar #join-the-revolution	{
	position: absolute;
	bottom: 40px;
}

#content-wrapper	{
	background: url('../images/background.jpg') center top no-repeat;
	position: relative;
	margin: auto;
	margin-left: 290px;
	margin-right: 10px;
	padding-top: 1.5%;
	height: 90%;
	text-align: center !important;
	z-index: 1;
}

#content	{
	margin: 0 auto;
	text-align: left !important;
	font-size: 10pt;
}
#content img.page-header	{
	margin-top: 50px;
}

#content hr	{
	color: #c00;
	background-color: #c00;
	height: 1px;
	border: 0;
	margin-bottom: 20px;
}
#content span.date	{
	font-size: 12pt;
	color: #c00;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}
#content h1	{
	font-size: 12pt;
	font-weight: bold;
	margin: 0;
}

#content p	{
	width: 600px;
}

#rightmenu	{
	position: fixed;
	height: 100%;
	top: 0px;
	right: 0px;
	z-index: 3;
}
#rightmenu-content	{
	height: 100%;
	vertical-align: center;
	padding-right: 40px;
}

#footer	{
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0;
	height: 32px;
	text-align: center;
	background: url(../images/footer-back.png) center bottom repeat-x transparent;
	z-index: 5;
}
#footer .menu-wrapper	{
	display: table;
	margin: 0 auto;
}
#footer .menu-wrapper *	{
	vertical-align: bottom;
}
#footer .menu-wrapper tr td	{
	padding: 0 5px;
}
#footer .menu-wrapper tr td a {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10pt;
}
#footer .menu-wrapper tr td.active-tab	{
	height: 31px;
	width: 84px;
	clear: none;
}
#footer .menu-wrapper tr td.active-tab a	{
	color: #333;
	display: block;
	height: 20px;
	padding-top: 12px;
	background: url(../images/active-tab.png) top center no-repeat transparent;
}
.text-right	{
	text-align: right !important;
}
.text-left	{
	text-align: left !important;
}
div.dialog-box	{
	background: #000;
}
