/* CSS Document */

* {  
	position: relative;  
} 

html {
	background-color: #000;	
}
body {
	background-color: #000;	
	font-family: Arial;
}
#bar {
	height: 25px;
	background: url(images/barbg.jpg) repeat-x;	
}
#leftcol {
	background: #6a6a6a url(images/navbg.jpg) repeat-x;	
}
#leftcol #leftNav {
	list-style-type: none;
	margin-top: 20px;	
}
#leftcol #leftNav li { 
	margin-bottom: 20px;
}
#leftcol #leftNav li a { 
	color: #fff;
	font-size: 22pt;
	text-decoration: none;	
}
#leftcol #leftNav li a.active {
	color: #d99503;	
}
#leftcol #leftNav li a:hover { 
	color: #f5ba3b;
}
#leftcol #leftNav li .head {
		color: #999;
	font-size: 22pt;
	text-decoration: underline;
}
#leftcol #leftNav li ul {
	list-style-type: none;
	margin-bottom: 0px;
	margin-top: 10px;	
	margin-left: 0px;
}
#leftcol #leftNav li ul li {
	margin-left: -30px;	
}
#leftcol #leftNav li ul li a {
	font-size: 16pt;	
	color: #CCC;
}
#foot {
	height: 27px;
	background: url(images/footbg.jpg) repeat-x;	
}
#cont {
	background: #000 url(images/contbg2.jpg) repeat-y;	
	color: #c4c4c4;
}
#cont p , #cont h1, #cont h2 {
	padding-left: 10px; padding-right: 10px;
	text-align: justify;	
}
#cont p {
	color: #c4c4c4;	
}
#cont h1 {
	color: #7EBFDF;	
	font-size: 18pt;
}

.copy {
	color: #d3d3d3;
	font-size: 10pt;	
}

#art strong {
	color: #d99503;		
}
