
* {
	margin: 0;
	padding: 0;
}

body {
	background: #111;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
}

h1, h2, h3 {
	color: #CCFF00;
}

h1 {
}

h2 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 1.2em;
}

h3 {
	margin-bottom: 1.5em;
	text-transform: uppercase;
	font-size: .8em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
}


blockquote {
	margin-left: 2em;
	padding-left: 1em;
	border-left: 2px solid #F08F02;
	font-style: italic;
}

ul, ol {
	margin-left: 3em;
}

ul {
}

ul li {
}

a:link {
	color: #F08F02;
}

a:hover {
	text-decoration: none;
	color: #F08F02;
}

a:visited {
	color: #F08F02;
}



/* Header */

#header {
	height: 230px;
	padding: 0 0 0 220px;
	background: url(images/firecracker3.gif) no-repeat 40px;
}

/* Logo */

#logo {
	height: 80px;
	padding: 60px 0 0 30px;
	background: ;
	text-transform: ;
}

#logo h1 {
	float: left;
	letter-spacing: -.1em;
	font-style: italic;
	font-size: 3em;
}

#logo h1 a {
	color: #767941;
}

/* Wrapper */

#wrapper {
	margin-right: 100px;
	background: url(images/img05.jpg) repeat-y 330px 0;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
}

/* Content */

#content {
	margin-left: 220px;
	padding: 30px;
}

/* Menu */

#menu {
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	height: 45px;
	padding: 16px 0 0 30px;
	background: #111;
	text-decoration: none;
	font-size: 1.4em;
	font-style: italic;
	color: #CCFF00;
}

#menu a:hover {
	color: #F08F02;
}


/* Footer */

#footer {
	padding: 60px 30px;
	background: ;
	color: #ADB07C
}

#footer hr {
	display: none;
}

#footer p {
	margin: 0;
	font-size: .8em;
}

#footer a {
	color: #ADB07C
}

#content table
{
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
	color: #CCFF00;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #444;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #lll;
	color: inherit;
}

/** boxA **/

.boxA .boxContent
{
	/** margin-top: 0em; **/
	color: #CCFF00;
	/** border-bottom: solid 1px #bb6600; **/
	background: #111;
	padding: 20px 0 60px 30px;
}

.boxA span
{
	font-weight: bold;
	font-size: 0.8em;
}

.boxA a
{
	background-color: #lll;
	text-decoration: none;
	color: #CCFF00;
	font-size: 0.8em;
}

.boxA a:hover
{
	text-decoration: none;
	color: #F08F02;
}

.boxA input.button
{
	margin-top: 0.25em;
	color: #CCFF00;
	vertical-align: middle;
}

.boxA input.text
{
	width: 100%;
}