/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #ED700D;
	text-decoration: none;
}
body {
	background: #000 url(img/bg.png) repeat-x fixed left bottom;
	color: #FFF;
	font: normal 0.8em sans-serif,Arial;
	margin: 20px 0;
	text-align: center;
}
ul {
	margin: 12px 0;
}

code {
	background: url(img/bgcode.gif);
	color: #F41100;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 3px 6px;
	white-space: pre;
}

cite {
	background: url(img/quote.gif) no-repeat;
	color: #0086EE;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding-left: 28px;
}

h2 {color: #199B2C;}
h3 {color: #0086EE;}
h4 {color: #0086EE; font: normal 1.0em "Lucida Sans Unicode",serif;}

/* main structure */
.main {
	background: #000; 
	border: 3px double #EEE; 
	border-color: #141414 #202020 #222 #202020; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 1280px; 
}


/* header */
.gfx {
	background: #222 url(img/logo.jpg) no-repeat;
	height: 240px;

}
.gfx h1 {
	color: #111;
	font: normal 2.6em Tahoma,sans-serif;
	padding: 16px 20px;
}


/* menu */
#menu ul li a, #menu ul li {
	display: block;
	float: left;
	width: 160px;
	height: 26px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font: bold 12px/32px arial, verdana, helvetica, sans-serif;
	overflow: hidden;
}

#menu ul li a:hover {
	color: #000;
}

#blue a {
	background: #0086EE url(img/blue.jpg) no-repeat;
}

#red a {
	background: #F41100 url(img/red.jpg) no-repeat;
}

#orange a {
	background: #ED700D url(img/orange.jpg) no-repeat;
}

#green a {
	background: #199B2C url(img/green.jpg) no-repeat;
}


/* content */
.content {
	background: #1A1A1A;
	border-top: 1px solid #1A1A1A;
	clear: both;
}
.content h1 {
	color: #199B2C;
	font: bold 1.1em sans-serif,Arial;
	margin: 0 0 4px;
}
.content p {
	margin: 0 0 12px;
}
.item {
	background: #030303 url(img/bgitem.gif) repeat-x;
	padding: 8px 10px;
}

.right {float: right;}
.right2 {left: 600px;}

/* footer */
.footer {
	background: #0A0A0A;
	color: #666;
	padding: 5px;
} 
