/*#############################################################
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: #996600;
	text-decoration: none;
}
body {
	background: 
	url(img/n1.jpg);
	
	#cc0033 repeat-x;
	font: normal 1.2em sans-serif,Arial;
	margin: 15px auto 22px auto ;
	text-align: justify;
}

div#colonne1 {
	float: left;
	width: 160px;
	margin-right: 10px;
	background: lightblue;
}
div#colonne2 {
	float: right;
	width: 400px;
	margin-left: 20px;
	background: burlywood;
}
div#centre {
	overflow: hidden;
	background: khaki;
}

table {
     TH { text-align: center; font: normal 1.1em sans-serif,Arial;}
	 TH { vertical-align: baseline }
     TD { vertical-align: middle }
}

ul {
	margin: 12px 0;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {
	background: url(img/bgcode.gif);
	color: #000;
	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: #000;
	display: block;
	font: normal 2.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding-left: 28px;
}


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


/* 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: 80px 30px;
}


/* 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: 124px; 
	height: 36px;
}
.menu a span {
	padding-left: 35px;
}
.menu a:hover {
	background-position: center bottom;
	color: #aaa;
}
.menu a#last {
	border-right: none;
	width: 230px;
}


/* content */
.content {
	background: #cc0000;
	border-top: 1px solid #1A1A1A;
	clear: both;
}
.content h1 {
	color: #666;
	font: bold 1.1em sans-serif,Arial;
	margin: 0 0 4px;
}
.content p {
	margin: 0 0 15px;
}
.item {
	background: #ffffcc url(img/bgitem.gif) repeat-x;
	padding: 8px 80px;
}


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