/*#############################################################
Name: Blackbox
Date: 2006-06-01
Description: A mystic dark lightweight design.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #0066FF;
	text-decoration: none;
	font: normal 0.90em sans-serif,Arial;
}
body {
	background: 
	url(img/n1.jpg);
	
	#cc9933 repeat-x;	
	font: normal 1.2em sans-serif,Arial;
		color:#000000;
	margin: 15px auto 22px auto ;
	text-align: center;
}
ul {
	margin: 12px 0;
}

table p { par-indent: 0; 
         border-color:transparent;
		 border-width:0
		 font-style: oblique 1.1em sans-serif,Arial;
}		
th { text-align: center; 
	 font-style: oblique 1.1em sans-serif,Arial;
     vertical-align: baseline;
}
td { vertical-align: middle; 
     padding: 0px 8px;
	 font-family: sans-serif,Arial;
	 font size:inherit
	 color:#ffffcc
	 text-align:left
	 border-width:0px
}

li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {
	background: url(img/bgcode.gif);
	color: #ccc;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 22px;
	padding: 300px 600px;
	white-space: pre;
}

cite {
	background: url(img/quote.gif) no-repeat;
	color: #ddd;
	display: block;
	font: normal 2.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding-left: 28px;
}



/* main structure */
.main {
	background: #ffffcc; 
	
	border: 30px double #ddd; 
		border-color: #141414 #99cccc #222 #99cccc; 
	margin: 2px auto 4px auto; 
	text-align: left;
	width: 1098px; 
}




/* menu */
.menu a {
	float:left;
	background: #cc0000 url(img/bgmenu.png) repeat-x;
	border-right: 0px solid #222;
	border-top: 1px solid #cc0000;

      border-bottom:1px solid #cc0000
	border-left: 0px solid #222;
	color: #0066FF;
	float: left;
	font-size: 0.90em;
	padding-top: 4px;
	width: 129px;
	height: 36px;
}
.menu a span {
	padding-left: 35px;
}
.menu a:hover {
	background-position: center bottom;
	color: #aaa;
}
.menu a#last {
	border-right: center;
	width: 195px;
}

/* header */
.gfx {
	background: #444444 url(img/dark_pixel2.jpg) no-repeat right;
	height: 220px;
}
.gfx h1 {
	color: #000;
	font: normal 2.6em Tahoma,sans-serif;
	padding: 50px 30px;
}
/* content */
.content {
	background: #cc0000;
	border-top: 1px solid #1A1A1A;
	clear: both;
}
.content h1 {
	color: #555555;
	font: bold 1.5em sans-serif,Arial;
	margin: 0 0 4px;
}

.content h2 {
	color: #cc0000;
	font: bold 1.3em sans-serif,Arial;
	margin: 0 0 4px;
}	
.content h3 {
    color:#ffff99
    font: bold 1.3em sans-serif,Arial;
	margin: 30px 0px 8px;
}
.item {
	background: #ffffcc url(img/bgitem.gif) repeat-x;
	padding: 8px 80px;
	text-align:justify
}


/* footer */
.footer {
	background: #0A0A0A;
	color: #666;
	padding: 5px;
} 
