/*
Template name: Bright Pixel
Template URI: http://templates.arcsin.se/bright-pixel-website-template/
Release date: 2006-05-07
Description: A smooth, monochrome, lightweight design.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

#watermark
{
position:fixed;
left:0px;
bottom:0px;
z-index:-1;
}


/* standard elements */
a {
	color: #fff;
	text-decoration: none;
}
body {
	background: #222 url(img/bg.gif) repeat-y fixed bottom center;
	color: #CCC;
	margin: 20px 0;
	text-align: center;
	font: normal 0.7em sans-serif,Arial;
}
.gfx {
	background: #000 url(img/banner1.jpg) no-repeat; display: block; height: 128px;	margin-left:50px;
}

/* header */
.header {
	background: #000;
	border-bottom: 1px solid #1B1B1B;
	font: bold 2.6em Arial;
	line-height: 3em;
}

/* main */
.main {
	background: #000; 
	border: 3px double #111; 
	border-color: #1C1C1C #404040 #444 #404040; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 720px; 
}
.container {
	margin: 10px;
}
.date {
	border-right:thick double #FFF;
	text-align: right;
	color: red;
	width: 100px; 
}
.contactborder {
	border-bottom:1px solid #FFF;
}
.picture {
	width:60px;
}
.contactleft {
	text-align: left;
	width: 60px; 
	font-weight: bold;
}
.contactright {
	text-align: left; 
}
.contactname {
	font-weight:bold;
	font-size:12px;
}
/* menu */
.menu a {
	background: #111;
	border-right: 1px solid #414141;
	border-top: 1px solid #1B1B1B;
	color: #888;
	float: left;
	padding-top: 4px;
	width: 99px; height: 24px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #101111 url(img/bgmenu.gif) repeat-x;
	color: red;
}
.menu a#last {
	width: 100px;
	border-right: none;
}
.design {
	background: #000;
	height:110px;
	width:110px;
}
/* content */
.content {
	background: #0B0B0B;
	border-top: 1px solid #1B1B1B;
	clear: both;
}
.content h1 {
	margin: 0;
	font: bold 1.1em sans-serif,Arial;
	color: #666;
}
.home {
	text-align:left;
}
.head1 {
	font-weight:bold;
	width: 140px;
}
.content p {
	margin: 3px 0 6px; color: #AAA;
}
.item {
	background: #030303 url(img/bgitem.gif) repeat-x;
	padding: 10px;
}
.news {
	text-align:center;
}

/* footer */
.footer {
	padding: 5px;
	background: #0B0B0B;
	color: #AAA;
}
.footer .left, .footer .right {padding: 0 12px;}
.footer .right, .footer .right a {color: #666;}
.footer .right a:hover {color: #CCC;}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}


